diff options
author | Julian T <julian@jtle.dk> | 2022-11-10 14:07:04 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-11-10 14:07:04 +0100 |
commit | 1403763de308a234c8fd7b225f3ecb399b09ddc3 (patch) | |
tree | 5fffdba2d061172b098a7c550444f3eb6d5ce31e /xinit | |
parent | d1ec4b3494274dcb7e1d9594cbb8d6ccd8bd0e63 (diff) |
Add kitty config and config.yml change
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 b8a34a0..03d6532 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=termite -export TERMINAL=termite +export TERM=kitty +export TERMINAL=kitty export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh |