Set up launch hotkeys in sway
This commit is contained in:
parent
ccc04b8445
commit
896c15bcd1
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue