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:
parent
7d60a61565
commit
97f7fcbbd6
10 changed files with 2 additions and 44 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue