diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-02-09 03:21:15 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-02-09 03:21:15 +0530 |
commit | 339c098505c28c65b8a45df6fa7196dcd8093f00 (patch) | |
tree | 5f3ff4b2e8b60fc34086998a30e59589acac7d87 | |
parent | 11fe00f8dcc2f28b9fe9dac0b98e985671e41518 (diff) |
sway: start gnome-polkit and bindsym ctrl+shift+s to floating scratch pad
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |