add: termite

fix: conky
This commit is contained in:
Tobias Reisinger 2019-09-30 11:02:21 +02:00
parent 2612493e32
commit b3cbd1989e
3 changed files with 12 additions and 3 deletions

View file

@ -113,7 +113,7 @@ mode "$mode_refresh_rate" {
### BINDINGS
bindsym $mod+Return exec lxterminal
bindsym $mod+Return exec termite
bindsym $mod+Shift+q kill
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/arch_hero.png
exec conky --daemonize --config="~/.config/conky/clock.conf"
exec conky --daemonize --config="~/.config/conky/cpu_ram_storage.conf"
exec conky --daemonize --config="$HOME/.config/conky/clock.conf"
exec conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"