Making some tweaks for rofi apps and scripts
This commit is contained in:
parent
0c26e8fa43
commit
669078c06d
3 changed files with 4 additions and 4 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue