From 059c27813ef52a3486000ab908f9af47f3d098f1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 5 Feb 2021 01:38:23 -0700 Subject: Add new features to vim, fix problems with new workspaces --- .config/shell/profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index 67b5ad2..e3651ef 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -5,8 +5,8 @@ export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" ## Useful vars. -export MAINMON="DP-0" -export SECMON="HDMI-0" +export MAINMON="DP-2" +export SECMON="HDMI-1" ## Default programs. export EDITOR="nvim" export TERMINAL="alacritty" @@ -120,6 +120,10 @@ export TEXMFDIST=/usr/share/texmf-dist ## qBittorrent. export QT_AUTO_SCREEN_SCALE_FACTOR=0 + ## Java. + # This is for blank window on window managers. +export _JAVA_AWT_WM_NONREPARENTING=1 + ##--Start X automatically--## # Following: https://wiki.archlinux.org/index.php/Xinit#Autostart_X_at_login -- cgit v1.2.3-54-g00ecf