use stow for symlink management

master
lub 5 years ago
parent 053a37f4ac
commit f97c72fa84

@ -0,0 +1,3 @@
#!/bin/bash
stow -t "$HOME" "$1"

@ -214,7 +214,8 @@ bar {
} }
} }
bindsym $mod+ctrl+shift+l exec 'swaylock & systemctl suspend' bindsym $mod+ctrl+shift+l exec 'swaylock'
bindsym $mod+ctrl+alt+shift+l exec 'swaylock & systemctl suspend'
smart_gaps on smart_gaps on
gaps inner 3 gaps inner 3
Loading…
Cancel
Save