From 29217786381fffca696c9a7e851f697a02869f42 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 13 Apr 2026 11:41:13 +0100 Subject: [xmonad] no idea what has changed --- xmonad.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xmonad.hs') diff --git a/xmonad.hs b/xmonad.hs index 0200fda..da209dd 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -25,7 +25,7 @@ myModMask :: KeyMask myModMask = mod1Mask myTerminal :: String -myTerminal = "urxvt" +myTerminal = "urxvtc" myBorderWidth :: Dimension myBorderWidth = 1 @@ -75,6 +75,8 @@ myStartupHook = do spawnOnce "picom" spawnOnce "nitrogen --restore" spawnOnce "nm-applet" + spawnOnce "pipewire" + spawnOnce "pipewire-pulse" spawnOnce "pa-applet" spawnOnce "xrdb -merge ~/.Xresources" spawnOnce "xset r rate 300 50" @@ -126,8 +128,7 @@ myKeys = , ("M-", windows W.focusMaster) , ("M-f", withFocused (windows . W.sink) >> sendMessage NextLayout) - , ("M-S-", windows (W.shift "NSP")) - , ("M-", windows (W.greedyView "NSP")) + , ("", spawn "flameshot full -p ~/Pictures") , ("", spawn "pamixer --increase 5") , ("", spawn "pamixer --decrease 5") -- cgit v1.2.3