diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-06-29 13:15:57 +0100 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-06-29 13:15:57 +0100 |
| commit | 952de0d3847ba835363beb6813e18ff9fab6b6b2 (patch) | |
| tree | 7f48d5bd4589e254c7c0a50fbb6649f9dd471e95 /xmonad.hs | |
| parent | 43f68dc924c90cbc9f4704c4a166cc6dbc6d3001 (diff) | |
cori-pc configurationcori-pc
Diffstat (limited to 'xmonad.hs')
| -rw-r--r-- | xmonad.hs | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -72,22 +72,17 @@ myManageHook = composeAll myStartupHook :: X () myStartupHook = do - spawnOnce "picom" + spawnOnce "picom --backend glx" + spawnOnce "nvidia-settings -l" spawnOnce "nitrogen --restore" - spawnOnce "nm-applet" spawnOnce "pipewire" - spawnOnce "pipewire-pulse" - spawnOnce "pa-applet" spawnOnce "xrdb -merge ~/.Xresources" spawnOnce "xset r rate 300 50" spawnOnce "xsetroot -cursor_name left_ptr" - spawnOnce "parcellite" - spawnOnce "flameshot" - spawnOnce "/opt/piavpn/bin/pia-client" spawnOnce "dunst" - spawnOnce "~/.config/polybar/polybar-launch.sh" spawnOnce "urxvtd -q -o -f" spawnOnce "emacs --daemon --init-dir ~/.config/emacs/" + spawnOnce "polybar" ------------------------------------------------------------------------ -- Key bindings |
