mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
defiant
This commit is contained in:
parent
44780e9a9e
commit
e899a6402e
9 changed files with 719 additions and 63 deletions
|
|
@ -5,41 +5,28 @@
|
|||
# touch ~/.bspwm_no_lock
|
||||
#end
|
||||
|
||||
#wmname LG3D
|
||||
|
||||
if test $DISPLAY = ":0"
|
||||
setxkbmap -option ctrl:swapcaps
|
||||
setxkbmap -option altwin:swap_alt_win
|
||||
xset s off -dpms
|
||||
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Tapping Enabled' 1
|
||||
xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Middle Emulation Enabled' 1
|
||||
killall -q picom sxhkd ssh-agent
|
||||
picom -b
|
||||
xfsettingsd --disable-wm-check --daemon
|
||||
xfce4-panel --disable-wm-check &
|
||||
eval (ssh-agent -c)
|
||||
~/.fehbg
|
||||
else
|
||||
picom -b --backend xrender
|
||||
feh --no-fehbg --bg-scale '/home/m/sync/maelstrom.jpg'
|
||||
end
|
||||
|
||||
sxhkd &
|
||||
|
||||
if test $DISPLAY = ":0"
|
||||
picom -b
|
||||
else
|
||||
picom -b --backend xrender
|
||||
end
|
||||
|
||||
#wmname LG3D
|
||||
|
||||
if test $DISPLAY = ":0"
|
||||
killall -q polybar pasystray barrier barrierc
|
||||
barrier &
|
||||
keepassxc &
|
||||
~/.fehbg
|
||||
else
|
||||
feh --no-fehbg --bg-scale '/home/m/sync/maelstrom.jpg'
|
||||
end
|
||||
|
||||
polybar m-bar &
|
||||
pasystray &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII
|
||||
bspc monitor -d I II III IV V
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 10
|
||||
bspc config top_padding -10
|
||||
bspc config top_padding 30
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue