From 896c15bcd16488a204cd8b859f5188ad4de16e17 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:12 +0300 Subject: [PATCH] Set up launch hotkeys in sway --- .config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) 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