diff --git a/.config/sway/config.keybinds b/.config/sway/config.keybinds index 982f5ee..a810ba3 100644 --- a/.config/sway/config.keybinds +++ b/.config/sway/config.keybinds @@ -87,7 +87,10 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway?' -b 'Yes, exit sway' 'swaymsg exit'" +bindsym $mod+Shift+e exec swaynag \ + -t warning \ + -m 'ded fr?' \ + -b 'yeah, bye bye' 'swaymsg exit' # resize window (you can also use the mouse for that) mode "resize" { @@ -129,8 +132,8 @@ bindsym mod1+Tab exec --no-startup-id rofi -show window bindsym $mod+period exec dunstctl history-pop bindsym $mod+c exec --no-startup-id rofi -show ssh -bindsym --release XF86MonBrightnessDown exec --no-startup-id light -s sysfs/backlight/intel_backlight -U 5 -bindsym --release XF86MonBrightnessUp exec --no-startup-id light -s sysfs/backlight/intel_backlight -A 5 +bindsym --release XF86MonBrightnessDown exec --no-startup-id light -U 5 +bindsym --release XF86MonBrightnessUp exec --no-startup-id light -A 5 bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym --release XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle