Large update to upgrade script, remove unneccessary configs, add additional and fixups
This commit is contained in:
@ -33,12 +33,12 @@ client.urgent $red $bg $red $red $red
|
||||
client.placeholder $grey $bg $bg $bg $bg
|
||||
client.background $bg
|
||||
|
||||
# border & title
|
||||
# border & title.. Must be set to border pixel for gaps to work
|
||||
for_window [class="^.*"] border pixel 2, title_format "<b> %class >> %title </b>"
|
||||
|
||||
# gaps
|
||||
gaps inner 15
|
||||
gaps outer 0
|
||||
gaps outer 5
|
||||
|
||||
# font
|
||||
font pango:Ubuntu 11
|
||||
@ -99,7 +99,9 @@ bindsym Mod1+q kill
|
||||
|
||||
# launchers
|
||||
bindsym Control+space exec --no-startup-id rofi-gorice
|
||||
bindsym Mod1+F1 exec --no-startup-id rofi-gorice
|
||||
|
||||
# this is needed for super key to launch rofi
|
||||
bindsym Mod1+F1 exec --no-startup-id rofi-gorice
|
||||
|
||||
# core
|
||||
bindsym $Mod+e exec --no-startup-id al-open -edit
|
||||
@ -245,10 +247,10 @@ bindsym $Mod+y border 1pixel
|
||||
bindsym $Mod+u border none
|
||||
|
||||
# change gaps
|
||||
bindsym $Mod+plus gaps outer current plus 5
|
||||
bindsym $Mod+minus gaps outer current minus 5
|
||||
bindsym $Mod+Shift+plus gaps inner current plus 5
|
||||
bindsym $Mod+Shift+minus gaps inner current minus 5
|
||||
bindsym $Mod+plus gaps inner current plus 5
|
||||
bindsym $Mod+minus gaps inner current minus 5
|
||||
bindsym $Mod+Shift+plus gaps outer current plus 5
|
||||
bindsym $Mod+Shift+minus gaps outer current minus 5
|
||||
|
||||
bindsym $Mod+Control+plus gaps inner all plus 5
|
||||
bindsym $Mod+Control+minus gaps inner all minus 5
|
||||
|
Reference in New Issue
Block a user