diff options
author | Julian T <julian@jtle.dk> | 2022-11-18 14:51:08 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-11-18 14:52:49 +0100 |
commit | e9ebbae33b6deb8d27b0744abf095b15f7627997 (patch) | |
tree | d155d73914ba028adf8c93e42cad478fa2c0ae4e /xinit | |
parent | 9537e3d2958e1724253c11950ce83b9df054e686 (diff) |
Emacs column and back on termite
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile index 03d6532..b8a34a0 100755 --- a/xinit/.xprofile +++ b/xinit/.xprofile @@ -1,7 +1,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' -export TERM=kitty -export TERMINAL=kitty +export TERM=termite +export TERMINAL=termite export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh |