feat(polybar, bspwm, sxhkd): separate configs for Laptop and PC
This commit is contained in:
36
PC/bspwm/bspwmrc
Executable file
36
PC/bspwm/bspwmrc
Executable file
@@ -0,0 +1,36 @@
|
||||
#!/bin/sh
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
pgrep -x polybar > /dev/null || polybar &
|
||||
|
||||
bspc monitor DVI-I-1 -d I II III IV V
|
||||
bspc monitor HDMI-1 -d VI VII VIII IX X
|
||||
|
||||
bspc config border_width 3
|
||||
bspc config window_gap 5
|
||||
|
||||
bspc config pointer_modifier super
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config pointer_follows_focus false
|
||||
bspc config pointer_motion_interval 5
|
||||
bspc config pointer_modifier mod4
|
||||
bspc config pointer_action1 move
|
||||
bspc config pointer_action2 resize_side
|
||||
bspc config pointer_action3 resize_corner
|
||||
|
||||
bspc rule -a scratch sticky=on state=floating focus=on
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
|
||||
bspc config active_border_color "#E0A3B6"
|
||||
bspc config normal_border_color "#8393A1"
|
||||
bspc config focused_border_color "#93D4C5"
|
||||
|
||||
xhost +si:localuser:$USER &
|
||||
xmodmap ~/.Xmodmap &
|
||||
|
||||
picom &
|
||||
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png &
|
||||
dunst &
|
||||
xmousepasteblock &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
Reference in New Issue
Block a user