summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-10 21:17:10 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-10 21:17:10 -0500
commit198061f3f47b4ef00b3c99c2643585851d349a22 (patch)
tree67d1e847161ee8d9d4eb7e0949a2ddddde820a46
parent67cd89a162ca1745a9eba1ddc4730d858fa35edb (diff)
update xmonad
-rwxr-xr-xcommon/bin/rofipass (renamed from common/bin/P)0
-rw-r--r--desktop/.xmonad/xmonad.hs5
2 files changed, 3 insertions, 2 deletions
diff --git a/common/bin/P b/common/bin/rofipass
index 7fb5a4b..7fb5a4b 100755
--- a/common/bin/P
+++ b/common/bin/rofipass
diff --git a/desktop/.xmonad/xmonad.hs b/desktop/.xmonad/xmonad.hs
index e956b0f..bbcf660 100644
--- a/desktop/.xmonad/xmonad.hs
+++ b/desktop/.xmonad/xmonad.hs
@@ -90,6 +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")
-- close focused window
, ((modm .|. shiftMask, xK_c ), kill)
@@ -146,8 +147,8 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm , xK_v ), spawn decreaseVolumeCommand)
, ((modm , xK_z ), spawn increaseVolumeCommand)
- , ((modm , xK_s ), (layoutScreens 2 (TwoPane 0.5 0.5)))
- , ((modm .|. shiftMask, xK_s ), rescreen)
+ -- , ((modm , xK_s ), (layoutScreens 2 (TwoPane 0.5 0.5)))
+ -- , ((modm .|. shiftMask, xK_s ), rescreen)
-- This is redundant because it's added by the statusBar function.
, ((modm , xK_b ), sendMessage ToggleStruts)