Some updates

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-18 15:47:17 +01:00
parent 55306bd850
commit 7721996115
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 31 additions and 8 deletions

View file

@ -34,6 +34,12 @@ RUST_COMPONENTS=(
#######################################
# Main code
#######################################
print_header "Setup notes directory"
if [ ! -d "${HOME}/Notes" ]
then
git clone gl:notes "${HOME}/Notes"
fi
print_header "Installing global npm packages"
npm i -g "${NPM_PACKAGES[@]}"

View file

@ -1,5 +1,5 @@
{
"version": "0.95.4",
"version": "0.95.6",
"userCodeDir": null,
"settings": {
"isFirstRun": true,

View file

@ -11,7 +11,10 @@
# This file is automatically used by compton.
# Settings opacity rules
opacity-rule = [ "85:class_g = 'Termite'" ];
opacity-rule = [
"90:class_g = 'Termite'",
"90:class_g = 'Nemo'"
];
# Performance improvements
unredir-if-possible = true;
@ -22,5 +25,4 @@ glx-swap-method = "undefined";
refresh-rate = 0;
vsync = "none";
sw-opti = true;
xrender-sync = true;
xrender-sync-fence = true;

View file

@ -40,6 +40,9 @@ export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
mkdir -p "${XDG_DATA_HOME}/python"
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
# Nvidia
export __GL_SHADER_DISK_CACHE_PATH="/tmp"
# zsh
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
export HISTFILE="${XDG_DATA_HOME}/zsh/history"

View file

@ -0,0 +1,11 @@
[Filechooser Settings]
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=0
GeometryY=0
GeometryWidth=840
GeometryHeight=630
SortColumn=name
SortOrder=ascending
StartupMode=recent

View file

@ -1,4 +1,5 @@
file:///home/severin/GoogleDrive GoogleDrive
file:///home/severin/Downloads Downloads
file:///home/severin/GoogleDrive GoogleDrive
file:///home/severin/Projects Projects
file:///home/severin/dotfiles dotfiles
file:///home/severin/Notes Notes

View file

@ -23,7 +23,7 @@ set $workspace3 "3: "
set $workspace4 "4: "
set $workspace5 "5: "
set $workspace6 "6: "
set $workspace7 "7: "
set $workspace7 "7: "
set $workspace8 "8: "
set $workspace9 "9: "
set $workspace10 "10: "
@ -91,7 +91,7 @@ workspace $workspace3 output $output2
workspace $workspace4 output $output2
workspace $workspace5 output $output1
workspace $workspace6 output $output2
workspace $workspace7 output $output1
workspace $workspace7 output $output2
workspace $workspace8 output $output1
workspace $workspace9 output $output2
workspace $workspace10 output $output2
@ -234,6 +234,7 @@ assign [class="Steam"] $workspace6
assign [class="keepassxc"] $workspace8
assign [class="vlc"] $workspace9
assign [class="mpv"] $workspace9
assign [class="Notable"] $workspace7
# Disable window titlebars
for_window [class="^.*"] border pixel 0

View file

@ -1 +0,0 @@
unload-module module-esound-protocol-unix