diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-11-25 15:46:34 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-11-25 15:49:38 +0100 |
commit | 441ec34e32862306f93ae35e924c02185a52d4a9 (patch) | |
tree | 6acae9bfe2f0aac66fba2c5a1aa70978dec17990 /config/awesome | |
parent | ca714d7ce46104bdcd93710aa86719d33a20304d (diff) | |
download | dotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.tar.gz dotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.tar.bz2 dotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.zip |
configs
Fix habit logger shortcut
Safe variables Python
Diffstat (limited to 'config/awesome')
-rw-r--r-- | config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 08a5794..74c49e6 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -63,7 +63,7 @@ local tools = { video = "vlc", pass = "passmenu", rofi_run = "rofi -show combi", - habit = "/home/titan/dev/helpful_scripts/guile/habit.scm", + habit = "/home/titan/dev/dotfiles/bin/habit", } -- Default modkey. |