compton and gap control
This commit is contained in:
parent
bd94dd1e36
commit
591007f03e
20
config
20
config
@ -64,6 +64,9 @@ client.placeholder #3A515D #3A515D #FFFFFF #000000 #0C0C0C
|
||||
|
||||
client.background #FFFFFF
|
||||
|
||||
# remove title bar and modify border size
|
||||
for_window [class="^.*"] border pixel 5
|
||||
|
||||
bindsym $mod+d exec "dmenu_run -nf '#BBBBBB' -nb '#3A515D' -sb '#83C092' -sf '#000000' -fn 'monospace-13' -p 'dmenu'"
|
||||
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -nf '#BBBBBB' -nb '#3A515D' -sb '#E67E80' -sf '#000000' -fn 'monospace-13' -p 'dmenu desktop'"
|
||||
|
||||
@ -207,7 +210,7 @@ bar {
|
||||
status_command i3blocks
|
||||
colors {
|
||||
background #2D353B
|
||||
statusline #FFFFFF
|
||||
statusline #D3C6AA
|
||||
separator #d699b6
|
||||
|
||||
focused_workspace #83C092 #83C092 #000000
|
||||
@ -223,10 +226,16 @@ bar {
|
||||
# }
|
||||
|
||||
# Gaps
|
||||
gaps inner 15
|
||||
gaps outer 15
|
||||
gaps inner 30
|
||||
gaps vertical 30
|
||||
gaps outer 30
|
||||
smart_gaps off
|
||||
|
||||
bindsym $mod+Shift+s gaps outer all plus 5
|
||||
bindsym $mod+Shift+a gaps outer all minus 5
|
||||
bindsym $mod+Shift+z gaps inner all plus 5
|
||||
bindsym $mod+Shift+x gaps inner all minus 5
|
||||
|
||||
# stop annoying mouse blocking focus movement with keyboard
|
||||
focus_follows_mouse no
|
||||
|
||||
@ -250,7 +259,7 @@ mode "exit: [l]ogout, l[o]ck, [r]eboot, [s]hutdown" {
|
||||
bindsym $mod+x mode "exit: [l]ogout, l[o]ck, [r]eboot, [s]hutdown"
|
||||
|
||||
# Background
|
||||
exec_always feh --bg-fill /home/dominic/Pictures/randen.jpg
|
||||
exec_always feh --bg-fill /home/dominic/Pictures/forest.jpg
|
||||
|
||||
# Open Browser
|
||||
bindsym $mod+b exec brave-browser
|
||||
@ -268,4 +277,5 @@ bindsym $mod+minus scratchpad show
|
||||
# Show the sup-mail scratchpad window, if any.
|
||||
bindsym mod4+s [title="^Sup ::"] scratchpad show
|
||||
|
||||
|
||||
# turn on transparency
|
||||
exec_always --no-startup-id compton
|
||||
|
Loading…
x
Reference in New Issue
Block a user