From f33a5662bc95b2f28af4c6beec20212d493e9e68 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 11 Nov 2022 11:18:19 +0100 Subject: set nonreparenting global variable in profile --- .bash_profile | 1 + .config/kitty/kitty.conf | 2 +- .config/mpv/mpv.conf | 2 -- .ncmpcpp/error.log | 0 .xinitrc | 6 ++++-- 5 files changed, 6 insertions(+), 5 deletions(-) delete mode 100755 .ncmpcpp/error.log diff --git a/.bash_profile b/.bash_profile index 772f3dc..21efc3f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,6 +7,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools # Add various paths export PATH="$PATH:$HOME/.cargo/bin:$HOME/.fzf/bin:$HOME/.rvm/bin" +export _JAVA_AWT_WM_NONREPARENTING=1 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index bdfcfb3..9cf1ca6 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -937,7 +937,7 @@ background_image_linear no #: When background image is scaled, whether linear interpolation #: should be used. -# dynamic_background_opacity yes +dynamic_background_opacity yes #: Allow changing of the background_opacity dynamically, using either #: keyboard shortcuts (increase_background_opacity and diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 7889859..288a76e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -14,8 +14,6 @@ msg-color=yes term-osd-bar=yes cursor-autohide=1000 -save-position-on-quit=yes - screenshot-directory="~/Pictures/" screenshot-template="%F - [%P]v%#01n" diff --git a/.ncmpcpp/error.log b/.ncmpcpp/error.log deleted file mode 100755 index e69de29..0000000 diff --git a/.xinitrc b/.xinitrc index f587866..a17aa5c 100755 --- a/.xinitrc +++ b/.xinitrc @@ -23,9 +23,11 @@ rfkill block all ibus-daemon -dxrR xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary -xrandr --auto --output DisplayPort-2 --mode 1600x900 --right-of HDMI-A-0 +xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 -xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/Wallpaper/* | shuf -n1)" & +xset s off -dpms + +xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/wallpaper/* | shuf -n1)" & compton --config /home/cafebabe/.config/compton/compton.conf -b -- cgit v1.2.3