add slack to xdg-open, fix chromium app sucking
Jes Olson j3s@c3f.net
Tue, 10 Jan 2023 17:03:52 -0800
2 files changed,
6 insertions(+),
1 deletions(-)
M
.config/sway/config
→
.config/sway/config
@@ -34,7 +34,9 @@
# layout options for_window [title="^weallfloatdownhere$"] floating enable, border pixel -for_window [app_id="^firefox$"] layout tabbed +# fixes chromium apps devouring super +for_window [app_id="^chrome-.*-.*$"] shortcuts_inhibitor disable + for_window [class="^Steam$"] layout tabbed for_window [title="Virtual Machine Manager"] layout tabbed
M
bin/xdg-open
→
bin/xdg-open
@@ -6,6 +6,9 @@ ;;
*.pdf) exec zathura "$1" ;; + slack) + exec slack "$1" + ;; *) exec /usr/bin/xdg-open "$@" ;;