1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

moved start kitty ssh-add to global

This commit is contained in:
eoli3n 2020-12-18 10:31:12 +01:00
parent 64f248e770
commit b5e476cb1c
2 changed files with 7 additions and 7 deletions

@ -11,6 +11,9 @@ output $laptop pos 1920 1560 res 1920x1080 scale 1.8
# toggle proj
bindsym $mod+p output "ONKYO Corporation Sound System 0x00000000" toggle
# start kanshi
exec --no-startup-id swaymsg 'exec kanshi &'
# dpms
output * dpms on
@ -43,10 +46,4 @@ 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
# exec startup apps
exec --no-startup-id swaymsg 'exec variety &'
exec --no-startup-id swaymsg 'exec kanshi &'
exec --no-startup-id swaymsg 'workspace $tag4; exec kitty -e "tiny"'
exec --no-startup-id swaymsg 'workspace $tag2; exec kitty -e "ssh-add" && kitty'
#INCLUDE####################################################

@ -181,7 +181,10 @@ bindsym $mod+Next move workspace to output right
{% include 'by_host/' + ansible_hostname + '/config.j2' ignore missing %}
{% include 'by_os/' + ansible_distribution|lower + '/config.j2' ignore missing %}
# exec startup apps
exec --no-startup-id swaymsg 'exec variety &'
exec --no-startup-id swaymsg 'workspace $tag4; exec kitty -e "tiny"'
exec --no-startup-id swaymsg 'workspace $tag2; exec kitty -e "ssh-add"&& kitty'
# reload the configuration file
bindsym $mod+Shift+r reload