twmn and avizo
This commit is contained in:
@@ -19,6 +19,12 @@ in
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
spawn = [
|
||||
#spawn notifiers
|
||||
|
||||
# generic notifier
|
||||
"twmnd"
|
||||
# brightness/media volume notifier
|
||||
"avizo-service"
|
||||
#set wallpaper
|
||||
"~/login-wm-setup.sh"
|
||||
# set gaps on wideriver
|
||||
@@ -51,6 +57,13 @@ in
|
||||
"Super F" = "toggle-fullscreen";
|
||||
"Super+Shift F" = "toggle-float";
|
||||
|
||||
# avizo keys
|
||||
"XF86AudioRaiseVolume" = "spawn \"volumectl -d -u up\"";
|
||||
"XF86AudioLowerVolume" = "spawn \"volumectl -d -u down\"";
|
||||
"XF86AudioMute" = "spawn \"volumectl -d toggle-mute\"";
|
||||
"XF86MonBrightnessUp" = "spawn \"lightctl -d up\"";
|
||||
"XF86MonBrightnessDown" = "spawn \"lightctl -d down\"";
|
||||
|
||||
#movement
|
||||
"Super J" = "focus-view next";
|
||||
"Super K" = "focus-view previous";
|
||||
@@ -101,6 +114,14 @@ in
|
||||
"Super+Shift 0" = "${tft} 2147483648";
|
||||
"Super+Alt 0" = "${tvt} 2147483648";
|
||||
};
|
||||
locked = {
|
||||
# avizo keys
|
||||
"XF86AudioRaiseVolume" = "spawn \"volumectl -d -u up\"";
|
||||
"XF86AudioLowerVolume" = "spawn \"volumectl -d -u down\"";
|
||||
"XF86AudioMute" = "spawn \"volumectl -d toggle-mute\"";
|
||||
"XF86MonBrightnessUp" = "spawn \"lightctl -d up\"";
|
||||
"XF86MonBrightnessDown" = "spawn \"lightctl -d down\"";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user