sway: generalize and reorder keybindings a bit
This commit is contained in:
parent
3227090295
commit
af3022b52a
|
@ -120,17 +120,16 @@ bindsym $mod+Tab [urgent=latest] focus
|
||||||
|
|
||||||
# Start rofi (a program launcher) and show entries for .desktop-files.
|
# Start rofi (a program launcher) and show entries for .desktop-files.
|
||||||
bindsym $mod+d exec rofi -show drun
|
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 Print exec --no-startup-id grimsatty area
|
||||||
bindsym --release control+Print exec --no-startup-id grimsatty output
|
bindsym --release control+Print exec --no-startup-id grimsatty output
|
||||||
bindsym $mod+Shift+l exec --no-startup-id gtklock
|
bindsym $mod+Shift+l exec --no-startup-id loginctl lock-session
|
||||||
# bindsym $mod+Shift+BackSpace exec --no-startup-id "gtklock -d && loginctl suspend"
|
|
||||||
bindsym $mod+Shift+BackSpace exec --no-startup-id "loginctl suspend"
|
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+asciicircum exec dropdown-term
|
||||||
#bindsym $mod+dead_circumflex exec dropdown-term
|
#bindsym $mod+dead_circumflex exec dropdown-term
|
||||||
#bindsym --release $mod+Delete exec xkill
|
#bindsym --release $mod+Delete exec xkill
|
||||||
bindsym $mod+period exec dunstctl history-pop
|
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 XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||||
bindsym --release XF86MonBrightnessUp exec --no-startup-id light -A 5
|
bindsym --release XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user