(i3) Update 's' based shortcuts for less confusions

This commit is contained in:
Tanguy Herbron 2022-09-06 09:39:51 +02:00
parent fe97eab416
commit 2c4f519dad

View File

@ -119,7 +119,7 @@ bindsym $mod+Shift+question exec --no-startup-id $i3-wm.program.help
bindsym $mod+equal exec ~/.config/calc/= bindsym $mod+equal exec ~/.config/calc/=
## Launch // Flameshot // <> s ## ## Launch // Flameshot // <> s ##
bindsym $mod+s exec flameshot gui bindsym $mod+Shift+s exec flameshot gui
############################################################################### ###############################################################################
# Window and Workspace Navigation # Window and Workspace Navigation
@ -232,6 +232,9 @@ bindsym $mod+Shift+t focus mode_toggle
## Modify // Window Layout Mode // <> t ## ## Modify // Window Layout Mode // <> t ##
bindsym $mod+t layout toggle tabbed splith splitv bindsym $mod+t layout toggle tabbed splith splitv
## Stick window
bindsym $mod+s sticky toggle
## Modify // Move Window to Workspace 1 - 10 // <><Shift> 0..9 ## ## Modify // Move Window to Workspace 1 - 10 // <><Shift> 0..9 ##
bindsym $mod+Shift+$ws1_key move container to workspace number $ws1 bindsym $mod+Shift+$ws1_key move container to workspace number $ws1
bindsym $mod+Shift+$ws2_key move container to workspace number $ws2 bindsym $mod+Shift+$ws2_key move container to workspace number $ws2
@ -322,8 +325,8 @@ set_from_resource $i3-wm.program.lock i3-wm.program.lock dbus-send --type=method
bindsym $mod+Escape exec betterlockscreen -l dimblur bindsym $mod+Escape exec betterlockscreen -l dimblur
## Session // Sleep // <><Shift> s ## ## Session // Sleep // <><Shift> s ##
set_from_resource $i3-wm.program.sleep i3-wm.program.sleep systemctl suspend # set_from_resource $i3-wm.program.sleep i3-wm.program.sleep systemctl suspend
bindsym $mod+Shift+s exec $i3-wm.program.sleep # bindsym $mod+Shift+s exec $i3-wm.program.sleep
############################################################################### ###############################################################################
# System Management # System Management