Some updates
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
55306bd850
commit
7721996115
8 changed files with 31 additions and 8 deletions
|
@ -34,6 +34,12 @@ RUST_COMPONENTS=(
|
||||||
#######################################
|
#######################################
|
||||||
# Main code
|
# 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"
|
print_header "Installing global npm packages"
|
||||||
npm i -g "${NPM_PACKAGES[@]}"
|
npm i -g "${NPM_PACKAGES[@]}"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.95.4",
|
"version": "0.95.6",
|
||||||
"userCodeDir": null,
|
"userCodeDir": null,
|
||||||
"settings": {
|
"settings": {
|
||||||
"isFirstRun": true,
|
"isFirstRun": true,
|
||||||
|
|
|
@ -11,7 +11,10 @@
|
||||||
# This file is automatically used by compton.
|
# This file is automatically used by compton.
|
||||||
|
|
||||||
# Settings opacity rules
|
# Settings opacity rules
|
||||||
opacity-rule = [ "85:class_g = 'Termite'" ];
|
opacity-rule = [
|
||||||
|
"90:class_g = 'Termite'",
|
||||||
|
"90:class_g = 'Nemo'"
|
||||||
|
];
|
||||||
|
|
||||||
# Performance improvements
|
# Performance improvements
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
@ -22,5 +25,4 @@ glx-swap-method = "undefined";
|
||||||
refresh-rate = 0;
|
refresh-rate = 0;
|
||||||
vsync = "none";
|
vsync = "none";
|
||||||
sw-opti = true;
|
sw-opti = true;
|
||||||
xrender-sync = true;
|
xrender-sync-fence = true;
|
||||||
xrender-sync-fence = true;
|
|
|
@ -40,6 +40,9 @@ export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
|
||||||
mkdir -p "${XDG_DATA_HOME}/python"
|
mkdir -p "${XDG_DATA_HOME}/python"
|
||||||
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
|
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
|
||||||
|
|
||||||
|
# Nvidia
|
||||||
|
export __GL_SHADER_DISK_CACHE_PATH="/tmp"
|
||||||
|
|
||||||
# zsh
|
# zsh
|
||||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||||
export HISTFILE="${XDG_DATA_HOME}/zsh/history"
|
export HISTFILE="${XDG_DATA_HOME}/zsh/history"
|
||||||
|
|
11
system/.config/gtk-2.0/gtkfilechooser.ini
Normal file
11
system/.config/gtk-2.0/gtkfilechooser.ini
Normal 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
|
|
@ -1,4 +1,5 @@
|
||||||
file:///home/severin/GoogleDrive GoogleDrive
|
|
||||||
file:///home/severin/Downloads Downloads
|
file:///home/severin/Downloads Downloads
|
||||||
|
file:///home/severin/GoogleDrive GoogleDrive
|
||||||
file:///home/severin/Projects Projects
|
file:///home/severin/Projects Projects
|
||||||
file:///home/severin/dotfiles dotfiles
|
file:///home/severin/dotfiles dotfiles
|
||||||
|
file:///home/severin/Notes Notes
|
||||||
|
|
|
@ -23,7 +23,7 @@ set $workspace3 "3: "
|
||||||
set $workspace4 "4: "
|
set $workspace4 "4: "
|
||||||
set $workspace5 "5: "
|
set $workspace5 "5: "
|
||||||
set $workspace6 "6: "
|
set $workspace6 "6: "
|
||||||
set $workspace7 "7: "
|
set $workspace7 "7: "
|
||||||
set $workspace8 "8: "
|
set $workspace8 "8: "
|
||||||
set $workspace9 "9: "
|
set $workspace9 "9: "
|
||||||
set $workspace10 "10: "
|
set $workspace10 "10: "
|
||||||
|
@ -91,7 +91,7 @@ workspace $workspace3 output $output2
|
||||||
workspace $workspace4 output $output2
|
workspace $workspace4 output $output2
|
||||||
workspace $workspace5 output $output1
|
workspace $workspace5 output $output1
|
||||||
workspace $workspace6 output $output2
|
workspace $workspace6 output $output2
|
||||||
workspace $workspace7 output $output1
|
workspace $workspace7 output $output2
|
||||||
workspace $workspace8 output $output1
|
workspace $workspace8 output $output1
|
||||||
workspace $workspace9 output $output2
|
workspace $workspace9 output $output2
|
||||||
workspace $workspace10 output $output2
|
workspace $workspace10 output $output2
|
||||||
|
@ -234,6 +234,7 @@ assign [class="Steam"] $workspace6
|
||||||
assign [class="keepassxc"] $workspace8
|
assign [class="keepassxc"] $workspace8
|
||||||
assign [class="vlc"] $workspace9
|
assign [class="vlc"] $workspace9
|
||||||
assign [class="mpv"] $workspace9
|
assign [class="mpv"] $workspace9
|
||||||
|
assign [class="Notable"] $workspace7
|
||||||
|
|
||||||
# Disable window titlebars
|
# Disable window titlebars
|
||||||
for_window [class="^.*"] border pixel 0
|
for_window [class="^.*"] border pixel 0
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
unload-module module-esound-protocol-unix
|
|
Loading…
Add table
Add a link
Reference in a new issue