diff options
author | Amin Bandali <bandali@kelar.org> | 2024-08-10 20:36:20 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-08-10 20:36:20 -0400 |
commit | d7d8c939d2f6db2d68437d6b7ee45df98c5f1cfd (patch) | |
tree | f32a1b50e22df24a84dddcfe543bcb1f84cf3f63 /.xinitrc | |
parent | 10f7a4315c77b390df5c60695db3068c0b3b292f (diff) | |
download | configs-d7d8c939d2f6db2d68437d6b7ee45df98c5f1cfd.tar.gz configs-d7d8c939d2f6db2d68437d6b7ee45df98c5f1cfd.tar.xz configs-d7d8c939d2f6db2d68437d6b7ee45df98c5f1cfd.zip |
Add EXWM and XELB
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ fi # launch with dbus in part so that pinentry-gnome3 -- seemingly the # pinentry du jour -- doesn't fall back to curses and screw us. -#[ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 -exec i3 +[ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 +#exec i3 |