diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2020-12-05 14:06:36 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2020-12-05 14:06:36 +0100 |
commit | a6269fec35d130610099d7479c11aaca01e1d5f5 (patch) | |
tree | 5296e26c1b5ab7b6f1f99bcd7db9ba915e768e8e /config/awesome | |
parent | dde6d1b89e8091b1df921c01337dfc59b33c9042 (diff) | |
download | dotfiles-a6269fec35d130610099d7479c11aaca01e1d5f5.tar.gz dotfiles-a6269fec35d130610099d7479c11aaca01e1d5f5.tar.bz2 dotfiles-a6269fec35d130610099d7479c11aaca01e1d5f5.zip |
run activity watch on my desktop
Diffstat (limited to 'config/awesome')
-rw-r--r-- | config/awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index f84a877..1338c5a 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -636,6 +636,7 @@ run_once("xscreensaver -no-splash") run_once("redshift-gtk") run_once("mount /media/backup") run_once("nm-applet") +run_once("aw-qt") -- Autostart script for keymaps awful.spawn.with_shell("setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY") |