[Hit return to continue]

merge
This commit is contained in:
Chris Cochrun 2021-04-06 10:58:59 -05:00
commit 34e1bb63ff
4 changed files with 8 additions and 7 deletions

View file

@ -15,7 +15,7 @@
(awful.spawn.easy_async_with_shell "pamixer --get-volume-human" cb)))
(awful.spawn.easy_async "cat /etc/hostname" (fn [ stdout stderr reason exit_code ]
(if (= "syl" stdout)
(if (= "syl\n" stdout)
(global bwmenu "bwmenu -- -config /home/chris/.dotfiles/rofi/launchers-git/laptop.rasi")
(global bwmenu "bwmenu -- -config /home/chris/.dotfiles/rofi/launchers-git/desktop.rasi"))))