This commit is contained in:
mitchell 2025-10-19 02:42:39 -04:00
parent 44780e9a9e
commit 874bbc3c1d
13 changed files with 728 additions and 125 deletions

View file

@ -1,45 +1,25 @@
#!/usr/bin/fish
#if ! test -e ~/.bspwm_no_lock
# slock &
# touch ~/.bspwm_no_lock
#end
if test $DISPLAY = ":0"
setxkbmap -option ctrl:swapcaps
setxkbmap -option altwin:swap_alt_win
xset s off -dpms
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Tapping Enabled' 1
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Middle Emulation Enabled' 1
end
sxhkd &
if test $DISPLAY = ":0"
picom -b
else
picom -b --backend xrender
end
#wmname LG3D
if test $DISPLAY = ":0"
killall -q polybar pasystray barrier barrierc
barrier &
keepassxc &
~/.fehbg
killall -q picom sxhkd
picom -b
xfsettingsd --disable-wm-check &
xfce4-panel --disable-wm-check &
Thunar --daemon &
xfdesktop --disable-wm-check &
else
feh --no-fehbg --bg-scale '/home/m/sync/maelstrom.jpg'
picom -b --backend xrender
end
polybar m-bar &
pasystray &
sxhkd &
bspc monitor -d I II III IV V VI VII
bspc monitor -d I II III IV V
bspc config border_width 2
bspc config window_gap 10
bspc config top_padding -10
bspc config top_padding 30
bspc config split_ratio 0.52
bspc config borderless_monocle false