sway: add obsidian shortcut
This commit is contained in:
parent
4864c2d855
commit
3d126d4951
|
|
@ -60,6 +60,7 @@ input type:keyboard {
|
||||||
bindsym $mod+Shift+s exec shutdown -P now
|
bindsym $mod+Shift+s exec shutdown -P now
|
||||||
bindsym $mod+Shift+r exec systemctl suspend
|
bindsym $mod+Shift+r exec systemctl suspend
|
||||||
bindsym $mod+Shift+i exec swaylock -f -c 000000
|
bindsym $mod+Shift+i exec swaylock -f -c 000000
|
||||||
|
bindsym $mod+Shift+n exec obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue