Update xmonad/xmonad.hs
parent
356cfc8feb
commit
7cd9c30673
|
@ -67,8 +67,8 @@ myConfig = def
|
|||
-- other startup commands
|
||||
spawnOnce "xrandr --output DisplayPort-0 --mode 1366x768 --pos 1366x0 --rotate left --output HDMI-A-0 --primary --mode 1366x768 --pos 0x0 --rotate normal --output DVI-D-0 --off"
|
||||
spawnOnce "xrdb /home/hashirama/.Xresources"
|
||||
spawnOnce "feh --bg-fill /home/hashirama/wallpaper.jpg"
|
||||
spawnOnce "compton -b"
|
||||
spawnOnce "/home/hashirama/.local/bin/rotate_wallpapers.sh"
|
||||
spawnOnce "picom -b"
|
||||
spawnOnce "polybar top-monitor-1"
|
||||
spawnOnce "fcitx5 -d -r"
|
||||
|
||||
|
@ -87,7 +87,7 @@ myConfig = def
|
|||
, ("M-m", spawn "alacritty -e sh -c 'cd /mnt/Data/Music/ && cmus'")
|
||||
, ("M-S-r", spawn "~/.local/bin/run_anki.sh")
|
||||
, ("M-r", runOrRaise "~/.local/bin/run_anki.sh" (className =? "Anki"))
|
||||
, ("M-S-f", sendToEmptyWorkspace) -- Send window to an empty workspace
|
||||
, ("M-S-f", sendToEmptyWorkspace) -- View an empty workspace
|
||||
, ("M-f", viewEmptyWorkspace) -- View an empty workspace
|
||||
, ("M-S-w", spawn "flameshot gui --path=/mnt/Data/mpv-screenshots/screenshots")
|
||||
, ("M-w", spawn "~/.local/bin/copy_image.sh")
|
||||
|
|
Loading…
Reference in New Issue