From 339c098505c28c65b8a45df6fa7196dcd8093f00 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 9 Feb 2025 03:21:15 +0530 Subject: sway: start gnome-polkit and bindsym ctrl+shift+s to floating scratch pad Signed-off-by: Brahmajit Das --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index fd889c3..17517cf 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,6 +4,8 @@ exec mako exec_always nm-applet --indicator +exec "/usr/libexec/polkit-gnome-authentication-agent-1" + exec dbus-update-activation-environment --all exec gnome-keyring-daemon --start --components=secrets exec export $(gnome-keyring-daemon) @@ -124,6 +126,7 @@ bindsym $mod+minus scratchpad show bindsym control+shift+escape exec $term -T 'flying-bashtop' -e bashtop bindsym control+shift+n exec $term -T 'flying-nm' -e nmtui +bindsym control+shift+s exec $term -T 'flying-sp' for_window [title="flying-*"] floating enable for_window [app_id="io.github.celluloid_player.Celluloid"] border none -- cgit v1.2.3