Add compton.conf

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-01-06 00:03:26 +01:00
parent d50ad84683
commit 696a98b108
4 changed files with 9 additions and 2 deletions

View file

@ -124,5 +124,8 @@ fi
# Add users bin directory to the PATH # Add users bin directory to the PATH
if [ -d "$HOME/bin" ] ; then if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH" PATH="$HOME/bin:/opt/Hyper:$PATH"
fi fi
# Add SDL support for the WiiU-Gamecube-Adapter
export SDL_GAMECONTROLLERCONFIG="0300000057696920552047616d654300,Wii U GameCube Adapter Port 1,platform:Linux,x:b3,a:b0,b:b1,y:b2,start:b7,dpleft:b10,dpdown:b9,dpright:b11,dpup:b8,lefttrigger:a2,rightshoulder:b6,righttrigger:a5,leftx:a0,lefty:a1,rightx:a3,righty:a4,"

3
.config/compton.conf Normal file
View file

@ -0,0 +1,3 @@
opacity-rule = [
"80:class_g = 'Hyper'"
];

View file

@ -58,7 +58,7 @@ module.exports = {
plugins: [ plugins: [
"hyper-tomorrow-night", "hyper-tomorrow-night",
"hyper-hide-tabs" "hyper-blink",
], ],
localPlugins: [] localPlugins: []

View file

@ -19,6 +19,7 @@ ln -s "$DIR/.xinitrc" "$HOME/.xinitrc"
ln -s "$DIR/.Xresources" "$HOME/.Xresources" ln -s "$DIR/.Xresources" "$HOME/.Xresources"
ln -s "$DIR/.config/i3" "$HOME/.config/i3" ln -s "$DIR/.config/i3" "$HOME/.config/i3"
ln -s "$DIR/.dircolors" "$HOME/.dircolors" ln -s "$DIR/.dircolors" "$HOME/.dircolors"
ln -s "$DIR/.config/compton.conf" "$HOME/.config/compton.conf
# Symlinking scripts directory and giving execute permissions # Symlinking scripts directory and giving execute permissions
ln -s "$DIR/bin" "$HOME/bin" ln -s "$DIR/bin" "$HOME/bin"