Making some changes for laptop now named syl

This commit is contained in:
Chris Cochrun 2021-03-28 04:21:57 -05:00
parent 3b6d7cac88
commit cc1cf1454c
5 changed files with 8 additions and 8 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 (= "chris-linuxlaptop\n" stdout)
(if (= "syl" 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"))))