Various changes
modified: .config/coc/extensions/db.json modified: .config/qutebrowser/bookmarks/urls modified: .config/qutebrowser/qsettings/QtProject.conf modified: .config/xprofile modified: .local/bin/bt modified: .local/bin/displayselect modified: .local/bin/tools/dmenuhandler modified: .local/bin/tools/dmenupass modified: .local/bin/tools/passmenu2 modified: .local/bin/tools/watchit modified: .local/bin/tools/wv
This commit is contained in:
@ -16,13 +16,13 @@ remaps & # run the remaps script, switching caps/esc and more; check it for mor
|
||||
setbg & # set the background with the `setbg` script
|
||||
xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources # Uncomment to use Xresources colors/settings on startup
|
||||
#wal -i ${XDG_CONFIG_HOME:-$HOME/.config}/wall.png -b '#000000'
|
||||
xcompmgr & # xcompmgr for transparency
|
||||
xcompmgr & # xcompmgr for transparency (and apparently to reduce tearing)
|
||||
dunst & # dunst for notifications
|
||||
dwmblocks &
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter --timeout 2 --ignore-scrolling & # Remove mouse when idle
|
||||
insync start &
|
||||
element-desktop --hidden &
|
||||
#insync start &
|
||||
#element-desktop --hidden &
|
||||
transmission-daemon &
|
||||
echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks &
|
||||
xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected
|
||||
|
Reference in New Issue
Block a user