From 34a7f98de8e3c936b754fdedfe2d67172a08544f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 14 Sep 2019 18:43:48 +0200 Subject: [PATCH] feat(i3): open python3 console with calculator button --- configs/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/i3.nix b/configs/i3.nix index 97e4361..a965c29 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -163,6 +163,7 @@ in with config.niveum; { "XF86AudioLowerVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5"; "XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t"; "XF86AudioRaiseVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -i 5"; + "XF86Calculator" = "exec ${pkgs.rxvt_unicode}/bin/urxvt -e ${pkgs.python3}/bin/python3"; }; }; };