Move scripts into respective directories

Having a general script folder makes little sense if the scripts are
targeted to specific applications. This commit moved every script that
solely, or mainly (like ueberzug), targets a single application into
that respective stow module.
This commit is contained in:
Marty Oehme 2020-02-08 19:10:03 +01:00
parent 7d60a61565
commit 97f7fcbbd6
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
10 changed files with 2 additions and 44 deletions

View file

@ -94,8 +94,8 @@ smart_gaps on
gaps inner 0
gaps outer 0
# enable / disable gaps (g disables, G enables)
bindsym $mod+shift+g gaps inner current set 15; gaps outer current set 0; exec picom_toggle_inactive_opacity on
bindsym $mod+g gaps inner current set 0; gaps outer current set 0; exec picom_toggle_inactive_opacity off
bindsym $mod+shift+g gaps inner current set 15; gaps outer current set 0
bindsym $mod+g gaps inner current set 0; gaps outer current set 0
# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.