mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Make bspwm work with vnc displays; and general updates/cleanups
- Set fish colors to more gruvbox accurate theme - Fix nvim transparency - Remove conky, qutebrowser, and taskrc configs - Update fish greeting - Update toglpulse script
This commit is contained in:
parent
81e8b0c49c
commit
503fb8bff6
15 changed files with 83 additions and 638 deletions
|
|
@ -1,30 +1,39 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
if ! test -e ~/.bspwm_no_lock
|
||||
slock &
|
||||
touch ~/.bspwm_no_lock
|
||||
#if ! test -e ~/.bspwm_no_lock
|
||||
# slock &
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
sxhkd &
|
||||
picom -b
|
||||
|
||||
wmname LG3D
|
||||
if test $DISPLAY = ":0"
|
||||
picom -b --blur-background
|
||||
else
|
||||
picom -b --backend xrender
|
||||
end
|
||||
|
||||
#wmname LG3D
|
||||
|
||||
xfce4-screensaver &
|
||||
~/.fehbg &
|
||||
|
||||
killall -q polybar barrier barrierc cbatticon pasystray
|
||||
if test $DISPLAY = ":0"
|
||||
killall -q polybar cbatticon pasystray barrier barrierc
|
||||
barrier &
|
||||
keepassxc &
|
||||
end
|
||||
|
||||
polybar m-bar &
|
||||
cbatticon &
|
||||
pasystray &
|
||||
keepassxc &
|
||||
barrier &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue