diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -78,6 +78,10 @@ in source = ./lib/mailcap; target = ".mailcap"; }; + xbindkeys = { + source = ./lib/xbindkeysrc; + target = ".xbindkeysrc"; + }; }; packages = with pkgs; [ @@ -123,7 +127,9 @@ in usbutils utillinux vlc + xbindkeys xdotool + xlayoutdisplay xorg.xmodmap xournal xterm @@ -189,7 +195,7 @@ in modules-center = "date"; modules-left = "volume-bar"; modules-right = [ "battery" "cpu" "mem" "temp" ]; - monitor = "\${env:MONITOR:HDMI-1}"; + monitor = "\${env:MONITOR:HDMI-2}"; monitor-fallback = "\${env:MONITOR:eDP-1}"; radius = 0; separator = "|"; |