aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/zsh/.zprofile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
commit28651e0c6da48de4763188180568c65a89f7708f (patch)
treefb4bb77f69dc3c74d674f1392f92aef5450ec047 /home/.config/zsh/.zprofile
parentf00a83257176cde1c6350a901fca89622938ebc8 (diff)
downloaddotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.gz
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.bz2
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.zip
chore: remove all X11/Xorg configs and references
Removed: - home/.config/{X11,bspwm,sxhkd,polybar,rofi,dunst,sxiv,sx,alacritty} - meta/{x-base,x-de,x-extra} metapackages - barscripts/ (polybar GPU scripts) - nvim sxhkdrc ftplugin and treesitter parser Updated: - mimeapps.list: sxiv → imv - ghostty config: bspwm → sway comment - .zshrc: alacritty → xterm-ghostty in TERM check - .zprofile: removed bspwm from comment - copilot-instructions.md: removed X11 references
Diffstat (limited to 'home/.config/zsh/.zprofile')
-rw-r--r--home/.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile
index 1d02538..bd107d6 100644
--- a/home/.config/zsh/.zprofile
+++ b/home/.config/zsh/.zprofile
@@ -69,7 +69,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
# ── Java ──────────────────────────────────────────────────────────────────────
# System AA fonts, GTK L&F, XDG prefs dir, GTK2 for compatibility
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java -Djdk.gtk.version=2"
-# Fix for non-reparenting WMs (sway, bspwm, dwm, etc.)
+# Fix for non-reparenting WMs (sway, dwm, etc.)
export _JAVA_AWT_WM_NONREPARENTING=1
# ── Miscellaneous ─────────────────────────────────────────────────────────────