Set up launch hotkeys in sway

This commit is contained in:
Ohad Livne 2025-06-04 22:44:12 +03:00
parent ccc04b8445
commit 896c15bcd1
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -69,6 +69,12 @@ input type:touchpad {
bindsym $launch+Return exec $term bindsym $launch+Return exec $term
bindsym $launch+t exec $term bindsym $launch+t exec $term
# Start Emacs
bindsym $launch+e exec emacs
# Start a browser
bindsym $launch+f exec firefox --private-window
# Kill focused window # Kill focused window
bindsym $wm_mod+q kill bindsym $wm_mod+q kill