Add neovide keybind to sway

This commit is contained in:
Marko Korhonen 2022-11-02 16:03:54 +02:00
parent 545dc976dd
commit ab98cbf2fe
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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