summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 00:40:10 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 00:40:10 +0200
commitb9fc5fd75ddf4f1d77ae7cd673b80260887cacf9 (patch)
tree4fb9806114b2ee34d4a492c43449c13ce56cdb72
parent8bf58e73345131e406241a09d6eca316183b1ed8 (diff)
downloaddotfiles-b9fc5fd75ddf4f1d77ae7cd673b80260887cacf9.tar.gz
asdf
-rw-r--r--.compton.conf4
-rw-r--r--.xinitrc1
-rw-r--r--bash/alias.bash2
-rw-r--r--bash/env.profile3
4 files changed, 8 insertions, 2 deletions
diff --git a/.compton.conf b/.compton.conf
index 4be505e..fda95d2 100644
--- a/.compton.conf
+++ b/.compton.conf
@@ -178,10 +178,10 @@ detect-client-opacity = true;
# Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
-refresh-rate = 0;
+refresh-rate = 144;
# Vertical synchronization: match the refresh rate of the monitor
-vsync = true;
+vsync = false;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
diff --git a/.xinitrc b/.xinitrc
index f81dc61..2270f19 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -32,6 +32,7 @@ xrdb .Xresources
setxkbmap -layout de
compton &
+dunst &
if [ $DISPLAY -e ":0" ]; then
lxqt-policykit-agent &
diff --git a/bash/alias.bash b/bash/alias.bash
index c655059..2328526 100644
--- a/bash/alias.bash
+++ b/bash/alias.bash
@@ -7,3 +7,5 @@ alias ll="ls -lh"
alias vim="nvim"
alias ssh="TERM=xterm-color ssh"
+
+alias gradle="./gradlew"
diff --git a/bash/env.profile b/bash/env.profile
index 2d5b7c6..ceb0b92 100644
--- a/bash/env.profile
+++ b/bash/env.profile
@@ -14,3 +14,6 @@ export PATH
unset appendpath
export EDITOR=nvim
+
+#Java Gradle hopme PATH
+export GRADLE_USER_HOME=~/.gradle