[i3] Remove compton and add borders back
This commit is contained in:
@ -20,11 +20,12 @@ set $center move absolute position center
|
||||
# FLOATING
|
||||
floating_modifier $mod
|
||||
|
||||
set $thick 0
|
||||
set $thick 2
|
||||
|
||||
# DEFAULT BORDER
|
||||
for_window [class="^.*"] border pixel $thick
|
||||
for_window [title="^.*"] border pixel $thick
|
||||
hide_edge_borders vertical
|
||||
|
||||
# APPLICATION BORDERS
|
||||
#for_window [class="Emacs"] border pixel $thick
|
||||
@ -225,8 +226,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
|
||||
##### COLORS #######################################
|
||||
|
||||
# XRESOURCES
|
||||
set $fg "#006600"
|
||||
set $bg "#666666"
|
||||
set $fg "#006066"
|
||||
set $bg "#000000"
|
||||
set $tx "#FFFFFF"
|
||||
set $ltx "#CCCCCC"
|
||||
|
||||
@ -318,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat
|
||||
exec --no-startup-id unclutter -grab
|
||||
|
||||
# RELOAD
|
||||
exec_always --no-startup-id picom
|
||||
#exec_always --no-startup-id compton
|
||||
exec_always --no-startup-id dunst
|
||||
exec_always --no-startup-id syncthing
|
||||
exec_always xrdb --merge ~/.Xresoureces
|
||||
|
||||
Reference in New Issue
Block a user