diff --git a/Laptop/bspwm/bspwmrc b/Laptop/bspwm/bspwmrc index 7aeac6c..3b4aae6 100755 --- a/Laptop/bspwm/bspwmrc +++ b/Laptop/bspwm/bspwmrc @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash -pgrep -x sxhkd > /dev/null || sxhkd & -pgrep -x polybar > /dev/null || polybar & +xhost +si:localuser:$USER & +xmodmap ~/.Xmodmap bspc monitor -d 1 2 3 4 5 @@ -25,11 +25,12 @@ bspc config active_border_color "#E0A3B6" bspc config normal_border_color "#8393A1" bspc config focused_border_color "#93D4C5" -xhost +si:localuser:$USER & -xmodmap ~/.Xmodmap +pgrep -x polybar > /dev/null || polybar & +pgrep -x sxhkd > /dev/null || sxhkd & +xmousepasteblock & +xsetroot -cursor_name left_ptr picom & feh --bg-fill ~/.bg/bg_5.png & 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' '' diff --git a/PC/bspwm/bspwmrc b/PC/bspwm/bspwmrc index 0179666..2d43b38 100755 --- a/PC/bspwm/bspwmrc +++ b/PC/bspwm/bspwmrc @@ -35,3 +35,4 @@ feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png & 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' ''