diff --git a/post-install.sh b/post-install.sh index 0a3aa04..08f44b3 100755 --- a/post-install.sh +++ b/post-install.sh @@ -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[@]}" diff --git a/system/.config/autokey/autokey.json~ b/system/.config/autokey/autokey.json~ index ca68a17..8cdbfac 100644 --- a/system/.config/autokey/autokey.json~ +++ b/system/.config/autokey/autokey.json~ @@ -1,5 +1,5 @@ { - "version": "0.95.4", + "version": "0.95.6", "userCodeDir": null, "settings": { "isFirstRun": true, diff --git a/system/.config/compton/compton.conf b/system/.config/compton/compton.conf index 7535944..d6b4676 100644 --- a/system/.config/compton/compton.conf +++ b/system/.config/compton/compton.conf @@ -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; +xrender-sync-fence = true; \ No newline at end of file diff --git a/system/.config/custom/env b/system/.config/custom/env index fef6aa2..55a7176 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -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" diff --git a/system/.config/gtk-2.0/gtkfilechooser.ini b/system/.config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..a576c47 --- /dev/null +++ b/system/.config/gtk-2.0/gtkfilechooser.ini @@ -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 diff --git a/system/.config/gtk-3.0/bookmarks b/system/.config/gtk-3.0/bookmarks index fac5e7a..f2dab30 100644 --- a/system/.config/gtk-3.0/bookmarks +++ b/system/.config/gtk-3.0/bookmarks @@ -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 diff --git a/system/.config/i3/config b/system/.config/i3/config index ea6c050..3bd6ef1 100644 --- a/system/.config/i3/config +++ b/system/.config/i3/config @@ -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 diff --git a/system/.config/pulse/default.pa b/system/.config/pulse/default.pa deleted file mode 100644 index d6d2c81..0000000 --- a/system/.config/pulse/default.pa +++ /dev/null @@ -1 +0,0 @@ -unload-module module-esound-protocol-unix \ No newline at end of file