diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-04-13 11:41:13 +0100 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-04-13 11:41:13 +0100 |
| commit | 29217786381fffca696c9a7e851f697a02869f42 (patch) | |
| tree | 555f17825b4e86f66c8f00926e4b64e1fc0f2096 /xmonad.hs | |
| parent | 8262be41891cb7e7727515c752c86c56e4f81b5e (diff) | |
Diffstat (limited to 'xmonad.hs')
| -rw-r--r-- | xmonad.hs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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-<Space>", windows W.focusMaster) , ("M-f", withFocused (windows . W.sink) >> sendMessage NextLayout) - , ("M-S-<minus>", windows (W.shift "NSP")) - , ("M-<minus>", windows (W.greedyView "NSP")) + , ("<Print>", spawn "flameshot full -p ~/Pictures") , ("<XF86AudioRaiseVolume>", spawn "pamixer --increase 5") , ("<XF86AudioLowerVolume>", spawn "pamixer --decrease 5") |
