my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

add slack to xdg-open, fix chromium app sucking

+6 -1
+3 -1
.config/sway/config
··· 34 34 # layout options 35 35 for_window [title="^weallfloatdownhere$"] floating enable, border pixel 36 36 37 - for_window [app_id="^firefox$"] layout tabbed 37 + # fixes chromium apps devouring super 38 + for_window [app_id="^chrome-.*-.*$"] shortcuts_inhibitor disable 39 + 38 40 for_window [class="^Steam$"] layout tabbed 39 41 for_window [title="Virtual Machine Manager"] layout tabbed 40 42
+3
bin/xdg-open
··· 6 6 *.pdf) 7 7 exec zathura "$1" 8 8 ;; 9 + slack) 10 + exec slack "$1" 11 + ;; 9 12 *) 10 13 exec /usr/bin/xdg-open "$@" 11 14 ;;