Add neovide keybind to sway
This commit is contained in:
parent
545dc976dd
commit
ab98cbf2fe
1 changed files with 5 additions and 2 deletions
|
@ -3,12 +3,15 @@
|
||||||
# start terminal
|
# start terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
# start neovide
|
||||||
|
bindsym $mod+n exec neovide
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+w kill
|
bindsym $mod+w kill
|
||||||
|
|
||||||
# Modes for controlling gaps
|
# Modes for controlling gaps
|
||||||
set $mode_gaps Gaps: (o) outer, (i) inner
|
set $mode_gaps Gaps: (o) outer, (i) inner
|
||||||
set $mode_gaps_outer Outer Gaps: j|k|0|r|i
|
set $mode_gaps_outer Outer Gaps: j|k|0|r|i
|
||||||
set $mode_gaps_inner Inner Gaps: j|k|0|r|o
|
set $mode_gaps_inner Inner Gaps: j|k|0|r|o
|
||||||
bindsym $mod+g mode "$mode_gaps"
|
bindsym $mod+g mode "$mode_gaps"
|
||||||
|
|
||||||
|
@ -173,7 +176,7 @@ bindsym XF86Calculator exec alacritty -e calc
|
||||||
# Switch to urgent workspace
|
# Switch to urgent workspace
|
||||||
bindsym $mod+u [urgent=latest] focus
|
bindsym $mod+u [urgent=latest] focus
|
||||||
|
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
bindsym $mod+1 workspace 1
|
bindsym $mod+1 workspace 1
|
||||||
bindsym $mod+2 workspace 2
|
bindsym $mod+2 workspace 2
|
||||||
bindsym $mod+3 workspace 3
|
bindsym $mod+3 workspace 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue