From 01268d9a6dc1233bade615b9aaceab8d34774e1b Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 30 Mar 2021 16:15:32 -0500 Subject: [PATCH] fix: remove numlock and capslock on by default --- .config/sway/config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index cbe78b1..e4f9e25 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -213,10 +213,6 @@ bar { swaybar_command waybar } -# Special Keys -input * xkb_capslock enable -input * xkb_numlock enable - bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle