From f2b1cae78c65309c5911d106e10ce8290231a221 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 30 Dec 2020 15:29:10 -0500 Subject: xmonad, xlayoutdisplay, and xbindkeys --- linux.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index e0d0fff..48341f0 100644 --- a/linux.nix +++ b/linux.nix @@ -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 = "|"; -- cgit v1.2.3