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
3db0e11495
8 changed files with 705 additions and 49 deletions
|
|
@ -5,37 +5,26 @@
|
|||
# touch ~/.bspwm_no_lock
|
||||
#end
|
||||
|
||||
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
|
||||
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 &
|
||||
xset s off -dpms
|
||||
killall -q picom sxhkd polybar ssh-agent
|
||||
picom -b
|
||||
xfsettingsd --disable-wm-check --daemon
|
||||
pgrep deskflow; or deskflow &
|
||||
eval (ssh-agent -c)
|
||||
~/.fehbg
|
||||
else
|
||||
picom -b --backend xrender
|
||||
feh --no-fehbg --bg-scale '/home/m/sync/maelstrom.jpg'
|
||||
end
|
||||
|
||||
sxhkd &
|
||||
polybar m-bar &
|
||||
pasystray &
|
||||
pgrep pasystray; or 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue