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