Compare commits
3 Commits
cea6deafec
...
841328257d
| Author | SHA1 | Date | |
|---|---|---|---|
|
841328257d
|
|||
|
f498559dd7
|
|||
|
fc12792d10
|
@ -221,16 +221,16 @@ mode "resize" {
|
||||
# right will grow the containers width
|
||||
# up will shrink the containers height
|
||||
# down will grow the containers height
|
||||
bindsym $left resize shrink width 10px
|
||||
bindsym $down resize grow height 10px
|
||||
bindsym $up resize shrink height 10px
|
||||
bindsym $right resize grow width 10px
|
||||
bindsym $left resize shrink width 50px
|
||||
bindsym $down resize grow height 50px
|
||||
bindsym $up resize shrink height 50px
|
||||
bindsym $right resize grow width 50px
|
||||
|
||||
# Ditto, with arrow keys
|
||||
bindsym Left resize shrink width 10px
|
||||
bindsym Down resize grow height 10px
|
||||
bindsym Up resize shrink height 10px
|
||||
bindsym Right resize grow width 10px
|
||||
bindsym Left resize shrink width 50px
|
||||
bindsym Down resize grow height 50px
|
||||
bindsym Up resize shrink height 50px
|
||||
bindsym Right resize grow width 50px
|
||||
|
||||
# Return to default mode
|
||||
bindsym Return mode "default"
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
ignore-empty-password
|
||||
font=Ubuntu
|
||||
|
||||
indicator-idle-visible
|
||||
# this option causes flickering
|
||||
#indicator-idle-visible
|
||||
|
||||
indicator-radius=255
|
||||
indicator-thickness=48
|
||||
indicator-caps-lock
|
||||
|
||||
Reference in New Issue
Block a user