summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs7
1 files changed, 4 insertions, 3 deletions
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-<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")