70 lines
1.6 KiB
Bash
Executable file
70 lines
1.6 KiB
Bash
Executable file
#! /bin/sh
|
|
|
|
###
|
|
# AUTOSTART
|
|
###
|
|
sxhkd &
|
|
~/.config/polybar/launch.sh &
|
|
nitrogen --restore
|
|
picom &
|
|
dunst &
|
|
copyq &
|
|
nm-applet &
|
|
blueman-applet &
|
|
xfce4-power-manager &
|
|
numlockx on &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
|
|
bspc monitor -d 1 2 3 4 5 6
|
|
bspc monitor VGA-0 7 8 9
|
|
|
|
|
|
bspc config focus_follows_pointer true
|
|
bspc config remove_disabled_monitors true
|
|
bspc config remove_unplugged_monitors true
|
|
bspc config merge_overlapping_monitors true
|
|
bspc config pointer_follows_monitor true
|
|
|
|
#bspc config bottom_padding 25
|
|
#bspc config top_monocle_padding 0
|
|
bspc config border_width 2
|
|
bspc config window_gap 10
|
|
|
|
bspc config split_ratio 0.50
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle true
|
|
|
|
|
|
#TODO adauga culori din Xresources
|
|
### COLORS
|
|
|
|
bspc config normal_border_color
|
|
bspc config active_border_color
|
|
bspc config focused_border_color
|
|
|
|
bspc config presel_feedback_color
|
|
|
|
bspc config normal_sticky_border_color
|
|
bspc config active_sticky_border_color
|
|
bspc config focused_sticky_border_color
|
|
|
|
bspc config normal_private_border_color ""
|
|
bspc config active_private_border_color ""
|
|
bspc config focused_private_border_color ""
|
|
|
|
|
|
###
|
|
# APP RULES
|
|
###
|
|
|
|
bspc rule -a Gimp desktop='^6' state=floating follow=on
|
|
bspc rule -a Pavucontrol state=floating
|
|
bspc rule -a copyq state=floating
|
|
bspc rule -a Blueman-manager state=floating
|
|
bspc rule -a Arandr state=floating
|
|
bspc rule -a Screenkey manage=off
|
|
bspc rule -a Firefox desktop='^1'
|
|
bspc rule -a Discord desktop='^4'
|
|
bspc rule -a AlarmWindow state=floating
|
|
bspc rule -a pop-up state=floating
|
|
bspc rule -a setup state=floating
|