2024-08-27 22:07:40 +07:00

40 lines
1.2 KiB
Bash
Executable File

#! /bin/bash
#AUTOSTART
numlockx &
dunst --config ~/.config/dunst/dunstrc &
picom --config ~/.config/bspwm/themes/mytheme/picom/picom.conf &
xsetroot -cursor_name left_ptr &
feh --bg-scale ~/wallpapers/0008.png
~/.config/bspwm/themes/mytheme/scripts/launch_polybar.sh &
#WORKSPACE
bspc rule -a TelegramDesktop state=floating rectangle=450x700+100+100 desktop='^3'
bspc rule -a mpv state=floating rectangle=800x450+560+315 follow=off
bspc rule -a dmenu rectangle=900x22+610+90
bspc rule -a Viewnior rectangle=1350x900+285+90 state=floating
bspc rule -a PortProton state=floating desktop='^5'
bspc rule -a Steam state=floating desktop='^5'
#
bspc monitor -d  󰞷   
bspc config border_width 2
bspc config window_gap 5
bspc config normal_border_color "#2e3440"
bspc config active_border_color "#2e3440"
bspc config focused_border_color "#6b6b6b"
bspc config presel_feedback_color "#2e3440"
bspc config split_ratio 0.5
bspc config focus_follows_pointer true
bspc config pointer_modifier super
bspc config single_monocle true
bspc config borderless_monocle true
bspc config gapless_monocle false
bspc config paddingless_monocle true