summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-11-11 11:18:19 +0100
committeryuzu-eva <stevenhu@web.de>2022-11-11 11:18:19 +0100
commitf33a5662bc95b2f28af4c6beec20212d493e9e68 (patch)
tree15aba781c252ad3ad2889cc0888a7984380569fa
parent10e9d39d764bba906a2e037f35dc282cacdd9d89 (diff)
set nonreparenting global variable in profile
-rw-r--r--.bash_profile1
-rw-r--r--.config/kitty/kitty.conf2
-rw-r--r--.config/mpv/mpv.conf2
-rwxr-xr-x.ncmpcpp/error.log0
-rwxr-xr-x.xinitrc6
5 files changed, 6 insertions, 5 deletions
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
--- a/.ncmpcpp/error.log
+++ /dev/null
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