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
|
||||
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue