add compton, multi-res terminator
This commit is contained in:
parent
90ebbdd191
commit
abce99d8a8
2 changed files with 34 additions and 2 deletions
|
|
@ -14,15 +14,44 @@
|
|||
[profiles]
|
||||
[[default]]
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
background_image = None
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
#font = Ubuntu Mono 14
|
||||
font = Inconsolata Medium 15
|
||||
scrollback_infinite = True
|
||||
[[Large]]
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
background_image = None
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
font = Inconsolata Medium 32
|
||||
scrollback_infinite = True
|
||||
[[Medium]]
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
background_image = None
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
font = Inconsolata Medium 26
|
||||
scrollback_infinite = True
|
||||
[[4k]]
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
background_image = None
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
font = Inconsolata Medium 18
|
||||
scrollback_infinite = True
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
|
|
|
|||
3
.xinitrc
3
.xinitrc
|
|
@ -17,6 +17,9 @@ synclient PalmDetect=1
|
|||
#fi
|
||||
|
||||
~/.fehbg &
|
||||
if command -v compton &>/dev/null; then
|
||||
compton --inactive-dim 0.2 &
|
||||
fi
|
||||
#exec awesome
|
||||
#exec i3
|
||||
exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue