diff --git a/.config/sway/config b/.config/sway/config index b9e3183..4bfad83 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -69,6 +69,12 @@ input type:touchpad { bindsym $launch+Return 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 bindsym $wm_mod+q kill