2023-07-03 19:53:20 +04:00
|
|
|
#!/nix/store/7q1b1bsmxi91zci6g8714rcljl620y7f-bash-5.2-p15/bin/sh
|
|
|
|
|
|
|
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
|
|
|
|
2023-08-15 15:45:48 +04:00
|
|
|
#bspc monitor -d 1 2 3 4 5 6
|
|
|
|
bspc monitor -d web dev irc media game
|
2023-07-03 19:53:20 +04:00
|
|
|
|
2023-08-15 15:23:27 +04:00
|
|
|
bspc config border_width 2
|
2023-08-15 15:26:45 +04:00
|
|
|
bspc config window_gap 15
|
2023-07-03 19:53:20 +04:00
|
|
|
|
|
|
|
bspc config split_ratio 0.52
|
|
|
|
bspc config borderless_monocle true
|
|
|
|
bspc config gapless_monocle true
|
|
|
|
|
2023-08-15 01:30:43 +04:00
|
|
|
bspc rule -a Gimp desktop='^5' state=floating follow=on
|
2023-07-03 19:53:20 +04:00
|
|
|
bspc rule -a Chromium desktop='^2'
|
2023-08-15 02:20:24 +04:00
|
|
|
bspc rule -a discord desktop='^3' follow=off focus=off
|
2023-07-03 19:53:20 +04:00
|
|
|
bspc rule -a mplayer2 state=floating
|
|
|
|
bspc rule -a Kupfer.py focus=on
|
|
|
|
bspc rule -a Screenkey manage=off
|
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# cursor fix
|
2023-07-18 17:49:36 +04:00
|
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# picom :D
|
2023-08-15 01:18:55 +04:00
|
|
|
killall picom; picom &
|
2023-08-15 01:10:35 +04:00
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# background
|
2023-08-14 22:31:43 +04:00
|
|
|
feh --bg-scale /home/sako/background.png &
|
2023-07-03 19:53:20 +04:00
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# todo put this script in here because
|
|
|
|
# this is just bash
|
2023-07-03 19:53:20 +04:00
|
|
|
/home/sako/.config/polybar/startpolybar &
|
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# applets
|
2023-07-03 19:53:20 +04:00
|
|
|
nm-applet &
|
|
|
|
blueman-applet &
|
|
|
|
|
2023-08-15 01:34:51 +04:00
|
|
|
# actual software
|
2023-07-03 19:53:20 +04:00
|
|
|
keepassxc &
|
2023-07-12 02:06:16 +04:00
|
|
|
flameshot &
|
|
|
|
|