diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:52 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:52 -0500 |
commit | 5117752183c967173b3946f9458558dab6cd016d (patch) | |
tree | 8b588d51363ef4aef41901c06b3d02fb0aaaaf6b /.xinitrc | |
parent | f3e67c4f0922a9538b11e9618bb6022a89fc5f49 (diff) | |
download | dotfiles-5117752183c967173b3946f9458558dab6cd016d.tar.xz dotfiles-5117752183c967173b3946f9458558dab6cd016d.zip |
misc
- add pianobar config
- update font config
- update coc.nvim
- update vimrc
- update, simplify startup config
- update docking shortcuts
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ #&& dunst \ xrandr --output DP-2 --auto --output DP-3 --auto --below DP-2 xrdb .Xresources +xset b off +urxvtd -q -f -o wal.sh -xautolock -locker "i3lock -n -f -c 002b36" & +#xautolock -locker "i3lock -n -f -c 002b36" & exec i3 2>&1 > /var/log/xinit/i3wm.log |