From af3022b52afaed804df926521efca74288fbd8e1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 11 Mar 2024 22:41:34 +0100 Subject: [PATCH] sway: generalize and reorder keybindings a bit --- .config/sway/config.keybinds | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/sway/config.keybinds b/.config/sway/config.keybinds index a810ba3..265132d 100644 --- a/.config/sway/config.keybinds +++ b/.config/sway/config.keybinds @@ -120,17 +120,16 @@ bindsym $mod+Tab [urgent=latest] focus # Start rofi (a program launcher) and show entries for .desktop-files. bindsym $mod+d exec rofi -show drun +bindsym $mod+c exec --no-startup-id rofi -show ssh +bindsym mod1+Tab exec --no-startup-id rofi -show window bindsym --release Print exec --no-startup-id grimsatty area bindsym --release control+Print exec --no-startup-id grimsatty output -bindsym $mod+Shift+l exec --no-startup-id gtklock -# bindsym $mod+Shift+BackSpace exec --no-startup-id "gtklock -d && loginctl suspend" +bindsym $mod+Shift+l exec --no-startup-id loginctl lock-session bindsym $mod+Shift+BackSpace exec --no-startup-id "loginctl suspend" -bindsym mod1+Tab exec --no-startup-id rofi -show window #bindsym $mod+asciicircum exec dropdown-term #bindsym $mod+dead_circumflex exec dropdown-term #bindsym --release $mod+Delete exec xkill 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 -U 5 bindsym --release XF86MonBrightnessUp exec --no-startup-id light -A 5