stuffs
This commit is contained in:
parent
e97daa5c65
commit
775c898c22
5 changed files with 45 additions and 27 deletions
|
@ -3,6 +3,7 @@
|
|||
###
|
||||
# AUTOSTART
|
||||
###
|
||||
xsetroot -cursor_name left_ptr #fix background cursor being different
|
||||
sxhkd &
|
||||
~/.config/polybar/launch.sh &
|
||||
nitrogen --restore
|
||||
|
@ -13,12 +14,26 @@ 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
|
||||
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
/usr/bin/lxqt-policykit-agent &
|
||||
|
||||
###
|
||||
# MONITORS
|
||||
###
|
||||
if [ "`hostname`" = "beef-book" ]; then
|
||||
bspc monitor "DP-1" -d 1 2 3 4 5 6
|
||||
bspc monitor "LVDS1" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "LVDS-1-1" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "VGA-0" 7 8 9
|
||||
elif [ "`hostname`" = "lenOwO-pad" ]; then
|
||||
bspc monitor "eDP" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "HDMI-0" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "VGA-0" -d 1 2 3 4 5 6 7 8 9
|
||||
fi
|
||||
|
||||
###
|
||||
# GLOBAL SETTINGS
|
||||
###
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config remove_disabled_monitors true
|
||||
bspc config remove_unplugged_monitors true
|
||||
|
@ -36,25 +51,26 @@ bspc config gapless_monocle true
|
|||
|
||||
|
||||
#TODO adauga culori din Xresources
|
||||
### COLORS
|
||||
###
|
||||
# COLORS
|
||||
###
|
||||
#bspc config normal_border_color
|
||||
#bspc config active_border_color
|
||||
#bspc config focused_border_color
|
||||
|
||||
bspc config normal_border_color
|
||||
bspc config active_border_color
|
||||
bspc config focused_border_color
|
||||
#bspc config presel_feedback_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_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 ""
|
||||
#bspc config normal_private_border_color ""
|
||||
#bspc config active_private_border_color ""
|
||||
#bspc config focused_private_border_color ""
|
||||
|
||||
|
||||
###
|
||||
# APP RULES
|
||||
# RULES
|
||||
###
|
||||
|
||||
bspc rule -a Gimp desktop='^6' state=floating follow=on
|
||||
|
@ -62,9 +78,10 @@ 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 galculator state=floating
|
||||
bspc rule -a Screenkey manage=off
|
||||
bspc rule -a Firefox desktop='^1'
|
||||
bspc rule -a Discord desktop='^4'
|
||||
bspc rule -a Navigator 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue