diff options
author | Ben Sima <ben@bsima.me> | 2020-12-30 15:29:10 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-30 15:29:48 -0500 |
commit | f2b1cae78c65309c5911d106e10ce8290231a221 (patch) | |
tree | f5aeb881ed5a04bf987fa0b17b54a98ba49b2282 /linux.nix | |
parent | d12f2a111be215e5ae8b103f1c68f5bc6e28c869 (diff) |
xmonad, xlayoutdisplay, and xbindkeys
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 = "|"; |