Compare commits

..

No commits in common. "c8782a4f6aa7b2a2d02989a106e91247590d34bc" and "093289ba9c4f1a8b58fd7ed93ed44f3c71c78ca9" have entirely different histories.

2 changed files with 10 additions and 14 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
export PRIMARY_DISPLAY="$(xrandr | awk '/ primary/{print $1}')"
xhost +si:localuser:$USER & xhost +si:localuser:$USER &
xmodmap ~/.Xmodmap xmodmap ~/.Xmodmap
@ -29,7 +27,7 @@ bspc config focused_border_color "#93D4C5"
pgrep -x polybar > /dev/null || polybar & pgrep -x polybar > /dev/null || polybar &
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x xidlehook > /dev/null || xidlehook --detect-sleep --not-when-fullscreen --not-when-audio --timer 300 'betterlockscreen -l' '' --timer 1200 'sudo zzz' '' & pgrep -x xidlehook > /dev/null || xidlehook --not-when-fullscreen --not-when-audio --timer 300 'betterlockscreen -l' '' --timer 1200 'sudo zzz' '' &
pgrep -x xmousepasteblock > /dev/null || xmousepasteblock & pgrep -x xmousepasteblock > /dev/null || xmousepasteblock &
pgrep -x syndaemon > /dev/null || syndaemon -d -i 0.5 & pgrep -x syndaemon > /dev/null || syndaemon -d -i 0.5 &

View File

@ -1,16 +1,14 @@
#!/bin/sh #!/bin/sh
export PRIMARY_DISPLAY="$(xrandr | awk '/ primary/{print $1}')"
pipewire & pipewire &
xhost +si:localuser:$USER & pgrep -x sxhkd > /dev/null || sxhkd &
xmodmap ~/.Xmodmap & pgrep -x polybar > /dev/null || polybar &
bspc monitor DVI-D-0 -d I II III IV V bspc monitor DVI-D-0 -d I II III IV V
bspc monitor HDMI-0 -d VI VII VIII IX X bspc monitor HDMI-0 -d VI VII VIII IX X
bspc config border_width 3 bspc config border_width 3
bspc config window_gap 3 bspc config window_gap 5
bspc config pointer_modifier super bspc config pointer_modifier super
bspc config focus_follows_pointer true bspc config focus_follows_pointer true
@ -29,12 +27,12 @@ bspc config active_border_color "#E0A3B6"
bspc config normal_border_color "#8393A1" bspc config normal_border_color "#8393A1"
bspc config focused_border_color "#93D4C5" bspc config focused_border_color "#93D4C5"
pgrep -x polybar > /dev/null || polybar & xhost +si:localuser:$USER &
pgrep -x sxhkd > /dev/null || sxhkd & xmodmap ~/.Xmodmap &
pgrep -x xidlehook > /dev/null || xidlehook --detect-sleep --not-when-fullscreen --not-when-audio --timer 300 'betterlockscreen -l' '' --timer 1200 'sudo zzz' '' &
pgrep -x xmousepaste > /dev/null || xmousepasteblock &
xsetroot -cursor_name left_ptr
picom & picom &
feh --bg-fill ~/.bg/bg_5.png & feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png &
dunst & dunst &
xmousepasteblock &
xsetroot -cursor_name left_ptr &
pgrep -x xidlehook > /dev/null/ || xidlehook --not-when-fullscreen --not-when-audio --timer 30 'betterlockscreen -l' '' --timer 360 'sudo zzz' ''