Add neovide keybind to sway

main
Marko Korhonen 2 years ago
parent 545dc976dd
commit ab98cbf2fe
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -3,12 +3,15 @@
# start terminal
bindsym $mod+Return exec $term
# start neovide
bindsym $mod+n exec neovide
# kill focused window
bindsym $mod+w kill
# Modes for controlling gaps
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
bindsym $mod+g mode "$mode_gaps"
@ -173,7 +176,7 @@ bindsym XF86Calculator exec alacritty -e calc
# Switch to urgent workspace
bindsym $mod+u [urgent=latest] focus
# Switch to workspace
# Switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3

Loading…
Cancel
Save