idk, changes

This commit is contained in:
fanyx 2022-10-16 12:40:30 +02:00
parent f9e329cede
commit 741f3c9ffb
1 changed files with 7 additions and 4 deletions

View File

@ -3,21 +3,23 @@
# Set outputs # Set outputs
xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92 xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92
# Monitor description
bspc monitor DP-0 -d term browser game code misc
bspc monitor DP-4 -d browser2 comm music server mail tmp
# Restore wallpaper # Restore wallpaper
~/.fehbg ~/.fehbg
# Autolaunch # Autolaunch
~/.config/polybar/launch.sh &
pgrep -x Discord >/dev/null || Discord & pgrep -x Discord >/dev/null || Discord &
pgrep -x steam >/dev/null || steam & pgrep -x steam >/dev/null || steam &
# Utilities
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &
setxkbmap -model evdev -layout eu setxkbmap -model evdev -layout eu
bspc monitor DP-0 -d term browser game code misc # Configuration
bspc monitor DP-4 -d browser2 comm music server mail tmp
bspc config border_width 3 bspc config border_width 3
bspc config window_gap 18 bspc config window_gap 18
bspc config normal_border_color '#21201E' bspc config normal_border_color '#21201E'
@ -41,6 +43,7 @@ bspc rule -a kitty state=tiled
#------------------------------------------------------- Firefox #------------------------------------------------------- Firefox
bspc rule -a Firefox state=tiled bspc rule -a Firefox state=tiled
bspc rule -a "Firefox:*:Save Image" state=floating bspc rule -a "Firefox:*:Save Image" state=floating
bspc rule -a "Firefox:*:File Upload" state=floating
# ------------------------------------ Discord => Workspace Comm # ------------------------------------ Discord => Workspace Comm
bspc rule -a discord state=tiled desktop=comm bspc rule -a discord state=tiled desktop=comm