dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 16f07197ae58960533aac23127a085b09944b737
parent 4c169736dbf267e8c33649cf7e392a0885d9276c
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun, 31 Mar 2024 21:48:53 -0400

launch dwl instead of sway

Diffstat:
M.zprofile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zprofile b/.zprofile @@ -27,4 +27,4 @@ export TERM=xterm-256color # some programs don't recognise foot and revert back export PATH=$HOME/.local/bin:$HOME/scripts:$PATH -[ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && dbus-run-session sway +[ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && dbus-run-session dwl -s dwlb