add: termite
fix: conky
This commit is contained in:
parent
2612493e32
commit
b3cbd1989e
3 changed files with 12 additions and 3 deletions
|
@ -113,7 +113,7 @@ mode "$mode_refresh_rate" {
|
||||||
|
|
||||||
### BINDINGS
|
### BINDINGS
|
||||||
|
|
||||||
bindsym $mod+Return exec lxterminal
|
bindsym $mod+Return exec termite
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show
|
bindsym $mod+d exec --no-startup-id rofi -show
|
||||||
|
|
||||||
|
@ -221,5 +221,5 @@ exec transmission-gtk -m
|
||||||
#exec_always feh --bg-fill ~/Pictures/Wallpaper/predator_2018_4k.jpg
|
#exec_always feh --bg-fill ~/Pictures/Wallpaper/predator_2018_4k.jpg
|
||||||
exec_always feh --bg-fill ~/Pictures/Wallpaper/arch_hero.png
|
exec_always feh --bg-fill ~/Pictures/Wallpaper/arch_hero.png
|
||||||
|
|
||||||
exec conky --daemonize --config="~/.config/conky/clock.conf"
|
exec conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||||
exec conky --daemonize --config="~/.config/conky/cpu_ram_storage.conf"
|
exec conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||||
|
|
8
.config/termite/config
Normal file
8
.config/termite/config
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[options]
|
||||||
|
allow_bold = true
|
||||||
|
font = mono 12
|
||||||
|
scrollback_lines = 50000
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
foreground = #ffffff
|
||||||
|
background = rgba(63, 63, 63, 0.8)
|
1
.xprofile
Normal file
1
.xprofile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
xcompmgr -c &
|
Loading…
Reference in a new issue