about summary refs log tree commit diff
path: root/src/XMonad/Custom/Misc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Misc.hs')
-rw-r--r--src/XMonad/Custom/Misc.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs
index 78fc0f1..92ea877 100644
--- a/src/XMonad/Custom/Misc.hs
+++ b/src/XMonad/Custom/Misc.hs
@@ -27,9 +27,9 @@ data Applications = Applications
 
 customApplications :: Applications
 customApplications = Applications
-    { term    = "/usr/bin/urxvtc"
-    , browser = "/usr/bin/qutebrowser"
-    , top     = "/usr/bin/htop"
-    , mixer   = "/usr/bin/alsamixer"
-    , notify  = "/usr/bin/notify-send"
+    { term    = "urxvtc"
+    , browser = "qutebrowser"
+    , top     = "htop"
+    , mixer   = "alsamixer"
+    , notify  = "notify-send"
     }

Consider giving Nix/NixOS a try! <3