diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 8aeb42c..0f76cf0 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -64,13 +64,17 @@ myConfig = def , focusedBorderColor = "#000000" , manageHook = myManageHook -- Match on certain windows , startupHook = do + spawnOnce "/files/scripts/music.sh" + spawnOnce "/files/scripts/git.sh" + spawnOnce "/files/scripts/bg.sh" + spawnOnce "/home/berkeley/git/cleanall/clearner.sh" -- other startup commands - spawnOnce "xrandr --output HDMI-A-0 --primary --mode 1980x1080 --pos 0x0 --rotate normal --output DVI-D-0 --off" + spawnOnce "xrandr --dpi 4096" + spawnOnce ""xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60.00" spawnOnce "xrdb /home/berkeley/.Xresources" spawnOnce "picom -b" spawnOnce "tor" spawnOnce "icecat" - spawnOnce "/home/berkeley/.local/bin/rotate_wallpapers.sh" spawnOnce "polybar top-monitor-1" spawnOnce "fcitx5 -d -r" @@ -91,7 +95,7 @@ myConfig = def , ("M-m", spawn "alacritty -e sh -c 'cd /files/music/ && cmus'") , ("M-S-r", spawn "~/.local/bin/run_anki.sh") , ("M-b", spawn "alacritty -e sh -c 'cd /home/berkeley/git/cleanall/clearner.sh'") - , ("M-a", runOrRaise "anki" (className =? "Anki")) + , ("M-a", runOrRaise "torbrowser" (className =? "TorBrowser")) , ("M-l", sendToEmptyWorkspace) -- View an empty workspace , ("M-f", viewEmptyWorkspace) -- View an empty workspace , ("M-z", spawn "flameshot gui --path=/tmp/")