all repos — nixfiles @ f261abcfbd6f3b2e635e554e2a50331ad9e3f577

System and user configuration, managed by nix and home-manager

Inline sxhkd config

Alan Pearce
commit

f261abcfbd6f3b2e635e554e2a50331ad9e3f577

parent

c729b723076fa4e0c3112ab7d4a48a4a59c77948

2 files changed, 25 insertions(+), 33 deletions(-)

jump to
M user/modules/sxhkd.nixuser/modules/sxhkd.nix
@@ -1,8 +1,29 @@
{ config, pkgs, ... }: { - xdg.configFile.sxhkd = { - recursive = true; - source = ../sxhkd/.config/sxhkd; - }; + xdg.configFile."sxhkd/sxhkdrc".text = '' + XF86AudioMute + pamixer --toggle-mute + + XF86Audio{Lower,Raise}Volume + pamixer --{decrease,increase} 1 + + @XF86AudioMicMute + pamixer --source 2 --toggle-mute + + XF86MonBrightness{Down,Up} + light -{U,A} 2% + + XF86Display + disper -C + + XF86AudioPlay + cmus-remote --pause + + XF86Audio{Prev,Next} + cmus-remote --{prev,next} + + XF86Tools + networkmanager_dmenu + ''; }
D user/sxhkd/.config/sxhkd/sxhkdrc
@@ -1,29 +0,0 @@
-XF86AudioMute - pamixer --toggle-mute - -XF86Audio{Lower,Raise}Volume - pamixer --{decrease,increase} 1 - -@XF86AudioMicMute - pamixer --source 2 --toggle-mute - -XF86MonBrightness{Down,Up} - light -{U,A} 2% - -XF86Display - disper -C - -XF86AudioPlay - cmus-remote --pause - -XF86Audio{Prev,Next} - cmus-remote --{prev,next} - -# XF86WLAN - -XF86Tools - networkmanager_dmenu - -# XF86Search -# XF86LaunchA -# XF86Explorer