diff options
| -rw-r--r-- | .bash_profile | 1 | ||||
| -rw-r--r-- | .config/kitty/kitty.conf | 2 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 2 | ||||
| -rwxr-xr-x | .ncmpcpp/error.log | 0 | ||||
| -rwxr-xr-x | .xinitrc | 6 |
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 @@ -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 |
