summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/.xmonad/xmonad.hs2
-rwxr-xr-xdesktop/.xsession2
2 files changed, 3 insertions, 1 deletions
diff --git a/desktop/.xmonad/xmonad.hs b/desktop/.xmonad/xmonad.hs
index bbcf660..061e351 100644
--- a/desktop/.xmonad/xmonad.hs
+++ b/desktop/.xmonad/xmonad.hs
@@ -90,7 +90,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
-- launch dmenu
, ((modm, xK_d ), spawn "rofi -show run")
- , ((modm, xK_s ), spawn "rofipass --type")
+ , ((modm, xK_s ), spawn "rofipass")
-- close focused window
, ((modm .|. shiftMask, xK_c ), kill)
diff --git a/desktop/.xsession b/desktop/.xsession
index d05de7e..c971e4a 100755
--- a/desktop/.xsession
+++ b/desktop/.xsession
@@ -30,4 +30,6 @@ if which autorandr >/dev/null; then
autorandr --change
fi
+dunst &
+
exec xmonad