···8989 # bindsym $mod+d exec $menu
9090 bindsym $mod+d exec "rofi -modi drun,run -show drun"
91919292+ # Password manager
9393+ bindsym $mod+Shift+p exec --no-startup-id pa-rofi
9494+9295 # Drag floating windows by holding down $mod and left mouse button.
9396 # Resize them with right mouse button + $mod.
9497 # Despite the name, also works for non-floating windows.
+6
.env
···5858 export LIBGL_ALWAYS_SOFTWARE=1
5959fi
60606161+if [ "$(hostname)" == 'nostromo' ]; then
6262+ if ! pgrep syncthing > /dev/null; then
6363+ syncthing --no-browser > /dev/null &
6464+ fi
6565+fi
6666+6167# bby
6268if [ "$(uname -s)" == "Darwin" ]; then
6369 alias ls=gls