[i3] new border, picom, and no gaps
This commit is contained in:
@ -20,7 +20,7 @@ set $center move absolute position center
|
||||
# FLOATING
|
||||
floating_modifier $mod
|
||||
|
||||
set $thick 1
|
||||
set $thick 2
|
||||
|
||||
# DEFAULT BORDER
|
||||
for_window [class="^.*"] border pixel $thick
|
||||
@ -39,12 +39,12 @@ for_window [class="Surf"] floating enable
|
||||
for_window [class="Surf"] floating_maximum_size 800 x 550
|
||||
|
||||
# GAP VARIABLES
|
||||
set $inner 15
|
||||
set $outer 15
|
||||
set $inner 5
|
||||
set $outer 5
|
||||
|
||||
# SET GAPS
|
||||
gaps inner $inner
|
||||
gaps outer $outer
|
||||
#gaps inner $inner
|
||||
#gaps outer $outer
|
||||
|
||||
|
||||
# START POLYBAR
|
||||
@ -225,7 +225,7 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
|
||||
##### COLORS #######################################
|
||||
|
||||
# XRESOURCES
|
||||
set $fg "#660000"
|
||||
set $fg "#006600"
|
||||
set $bg "#666666"
|
||||
set $tx "#FFFFFF"
|
||||
set $ltx "#CCCCCC"
|
||||
@ -318,7 +318,7 @@ bindsym $mod+Shift+o exec rofi-bat
|
||||
exec --no-startup-id unclutter -grab
|
||||
|
||||
# RELOAD
|
||||
exec_always --no-startup-id compton
|
||||
exec_always --no-startup-id picom
|
||||
exec_always --no-startup-id dunst
|
||||
exec_always --no-startup-id syncthing
|
||||
exec_always xrdb --merge ~/.Xresoureces
|
||||
|
||||
Reference in New Issue
Block a user