dotfiles
1

Configure Feed

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

Add global browser launch shortcut

Juan Nunez-Iglesias (Jun 28, 2026, 8:31 PM +0200) 37906e8e 1a554a37

+5
+5
sway/config
··· 22 22 23 23 # start a program launcher 24 24 bindsym $mod+d exec $menu 25 + 26 + # PORT: default browser is Firefox (see `xdg-settings get default-web-browser`). 27 + # --new-window opens a fresh window even if Firefox is already running. 28 + set $browser firefox 29 + bindsym $mod+b exec $browser --new-window 25 30 # There also is the (new) i3-dmenu-desktop which only displays applications 26 31 # shipping a .desktop file. It is a wrapper around dmenu, so you need that 27 32 # installed.