1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

updated sway config for work

This commit is contained in:
eoli3n 2022-01-04 11:52:24 +01:00
parent 59f3e198c4
commit 03af60dbc4
2 changed files with 7 additions and 5 deletions

@ -46,4 +46,11 @@ bindsym XF86MonBrightnessUp exec brightnessctl set +10% && \
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
bindsym XF86MonBrightnessDown exec brightnessctl set 10%- && \
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
# autostart per host
# syncthing
exec_always bash -c "pgrep -x syncthing || syncthing"
# pipewire
exec_always bash -c "pgrep -x pipewire || pipewire"
exec_always bash -c "pgrep -x pipewire-pulse || pipewire-pulse"
#INCLUDE####################################################

@ -197,11 +197,6 @@ bindsym $mod+Next move workspace to output right
exec_always bash -c "pgrep -x tiny || screen -S tiny -md tiny"
# mako
exec_always bash -c "pgrep -x mako || mako"
# syncthing
exec_always bash -c "pgrep -x syncthing || syncthing"
# pipewire
exec_always bash -c "pgrep -x pipewire || pipewire"
exec_always bash -c "pgrep -x pipewire-pulse || pipewire-pulse"
# wlsunset
#exec_always bash -c "pgrep -x wlsunset || wlsunset -l 43.6 -L 3.9"