[i3] Remove compton and add borders back
This commit is contained in:
@ -20,11 +20,12 @@ set $center move absolute position center
|
|||||||
# FLOATING
|
# FLOATING
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
set $thick 0
|
set $thick 2
|
||||||
|
|
||||||
# DEFAULT BORDER
|
# DEFAULT BORDER
|
||||||
for_window [class="^.*"] border pixel $thick
|
for_window [class="^.*"] border pixel $thick
|
||||||
for_window [title="^.*"] border pixel $thick
|
for_window [title="^.*"] border pixel $thick
|
||||||
|
hide_edge_borders vertical
|
||||||
|
|
||||||
# APPLICATION BORDERS
|
# APPLICATION BORDERS
|
||||||
#for_window [class="Emacs"] border pixel $thick
|
#for_window [class="Emacs"] border pixel $thick
|
||||||
@ -225,8 +226,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
|
|||||||
##### COLORS #######################################
|
##### COLORS #######################################
|
||||||
|
|
||||||
# XRESOURCES
|
# XRESOURCES
|
||||||
set $fg "#006600"
|
set $fg "#006066"
|
||||||
set $bg "#666666"
|
set $bg "#000000"
|
||||||
set $tx "#FFFFFF"
|
set $tx "#FFFFFF"
|
||||||
set $ltx "#CCCCCC"
|
set $ltx "#CCCCCC"
|
||||||
|
|
||||||
@ -318,7 +319,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 picom
|
#exec_always --no-startup-id compton
|
||||||
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