summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-06-15 21:45:17 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-06-15 21:45:32 -0400
commitda14f741fca0d73783017ee5b34d39691b2b03c1 (patch)
tree2c2e0a4724be2f218825db519cd885e65d666b2c /desktop
parent8cbf1e4566bf4e2683355b617ffcba450ea1d904 (diff)
changes
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