small pixel drawing of a pufferfish dotfiles

add syncthing start and password manager to sway
j3s j3s@c3f.net
Fri, 12 Mar 2021 13:10:40 -0600
commit

1e2248e031d2a4d9a71cf4b6b879895c12060e00

parent

1857ff5a75b99913ad1137004f444d6fc23b1721

2 files changed, 9 insertions(+), 0 deletions(-)

jump to
M .config/sway/config.config/sway/config

@@ -89,6 +89,9 @@ # Start your launcher

# bindsym $mod+d exec $menu bindsym $mod+d exec "rofi -modi drun,run -show drun" + # Password manager + bindsym $mod+Shift+p exec --no-startup-id pa-rofi + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.
M .env.env

@@ -58,6 +58,12 @@ if [ "$(hostname)" == 'nyx' ]; then

export LIBGL_ALWAYS_SOFTWARE=1 fi +if [ "$(hostname)" == 'nostromo' ]; then + if ! pgrep syncthing > /dev/null; then + syncthing --no-browser > /dev/null & + fi +fi + # bby if [ "$(uname -s)" == "Darwin" ]; then alias ls=gls