my dotz
2
fork

Configure Feed

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

add syncthing start and password manager to sway

j3s 1e2248e0 1857ff5a

+9
+3
.config/sway/config
··· 89 89 # bindsym $mod+d exec $menu 90 90 bindsym $mod+d exec "rofi -modi drun,run -show drun" 91 91 92 + # Password manager 93 + bindsym $mod+Shift+p exec --no-startup-id pa-rofi 94 + 92 95 # Drag floating windows by holding down $mod and left mouse button. 93 96 # Resize them with right mouse button + $mod. 94 97 # Despite the name, also works for non-floating windows.
+6
.env
··· 58 58 export LIBGL_ALWAYS_SOFTWARE=1 59 59 fi 60 60 61 + if [ "$(hostname)" == 'nostromo' ]; then 62 + if ! pgrep syncthing > /dev/null; then 63 + syncthing --no-browser > /dev/null & 64 + fi 65 + fi 66 + 61 67 # bby 62 68 if [ "$(uname -s)" == "Darwin" ]; then 63 69 alias ls=gls