diff --git a/dotfiles/.config/gtk-3.0/bookmarks b/dotfiles/.config/gtk-3.0/bookmarks index 932a7c0..4fc7a16 100644 --- a/dotfiles/.config/gtk-3.0/bookmarks +++ b/dotfiles/.config/gtk-3.0/bookmarks @@ -1,3 +1,4 @@ +file:///home/slococo/ITBA ITBA file:///home/slococo/.local/share/Trash Trash file:///home/slococo/Desktop Desktop file:///home/slococo/Downloads Downloads diff --git a/dotfiles/.config/zsh/.zshrc_aliases b/dotfiles/.config/zsh/.zshrc_aliases index 2d0de34..d39ed05 100644 --- a/dotfiles/.config/zsh/.zshrc_aliases +++ b/dotfiles/.config/zsh/.zshrc_aliases @@ -1,9 +1,10 @@ #!/bin/sh alias mpvgui='mpv --player-operation-mode=pseudo-gui' +alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts" alias ll='ls -l' -alias la='ls -A' +alias la='ls -al' alias l='ls -CF' alias lh='ls -lh' diff --git a/dotfiles/.local/bin/mailCheck b/dotfiles/.local/bin/mailCheck index 4045d9d..554e4f3 100755 --- a/dotfiles/.local/bin/mailCheck +++ b/dotfiles/.local/bin/mailCheck @@ -1,4 +1,4 @@ #!/bin/zsh -mailsync -sigdwmblocks 3 +[ "$1" = 'debug' ] && mailsync || mailsync > /dev/null 2>&1 +/usr/local/bin/sigdwmblocks 3 diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index bce5ae6..f265802 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -22,7 +22,7 @@ clipmenud & unclutter & # Compositor -picom & +#picom & #picom --experimental-backends & #xcompmgr -c & #xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index c427fc8..80454da 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -43,6 +43,8 @@ export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages +export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker +export MINIKUBE_HOME="$XDG_DATA_HOME"/minikube export PATH="$HOME/.local/bin:$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin" export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" diff --git a/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf b/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf index 7d8d5ed..3610cf9 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf @@ -23,28 +23,28 @@ # Depth 24 # EndSubSection #EndSection - -Section "Monitor" - Identifier "Monitor0" - VendorName "Unknown" - ModelName "LG Electronics M2380A" - HorizSync 30.0 - 85.0 - VertRefresh 40.0 - 75.0 - Option "DPMS" -EndSection - -Section "Screen" - Identifier "Screen0" - Device "Device0" - Monitor "Monitor0" - DefaultDepth 24 - Option "Stereo" "0" - Option "nvidiaXineramaInfoOrder" "DFP-0" - Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}" - Option "SLI" "Off" - Option "MultiGPU" "Off" - Option "BaseMosaic" "off" - SubSection "Display" - Depth 24 - EndSubSection -EndSection +# +#Section "Monitor" +# Identifier "Monitor0" +# VendorName "Unknown" +# ModelName "LG Electronics M2380A" +# HorizSync 30.0 - 85.0 +# VertRefresh 40.0 - 75.0 +# Option "DPMS" +#EndSection +# +#Section "Screen" +# Identifier "Screen0" +# Device "Device0" +# Monitor "Monitor0" +# DefaultDepth 24 +# Option "Stereo" "0" +# Option "nvidiaXineramaInfoOrder" "DFP-0" +# Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}" +# Option "SLI" "Off" +# Option "MultiGPU" "Off" +# Option "BaseMosaic" "off" +# SubSection "Display" +# Depth 24 +# EndSubSection +#EndSection diff --git a/dotfiles/other/etc/X11/xorg.conf.d/12-module.conf b/dotfiles/other/etc/X11/xorg.conf.d/12-module.conf index 894b297..bff1a69 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/12-module.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/12-module.conf @@ -1,7 +1,7 @@ -Section "Module" - Load "dbe" - Load "extmod" - Load "type1" - Load "freetype" - Load "glx" -EndSection +#Section "Module" +# Load "dbe" +# Load "extmod" +# Load "type1" +# Load "freetype" +# Load "glx" +#EndSection diff --git a/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf b/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf index 80e007e..546cde8 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf @@ -1,12 +1,12 @@ -Section "ServerLayout" - Identifier "Layout0" - Screen 0 "Screen0" 0 0 - Option "Xinerama" "0" -EndSection - -Section "ServerFlags" - Option "StandbyTime" "0" - Option "SuspendTime" "0" - Option "OffTime" "0" - Option "BlankTime" "0" -EndSection +#Section "ServerLayout" +# Identifier "Layout0" +# Screen 0 "Screen0" 0 0 +# Option "Xinerama" "0" +#EndSection +# +#Section "ServerFlags" +# Option "StandbyTime" "0" +# Option "SuspendTime" "0" +# Option "OffTime" "0" +# Option "BlankTime" "0" +#EndSection diff --git a/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf b/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf index b4a52be..5d6a31a 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf @@ -1,6 +1,6 @@ -Section "Device" - Identifier "Device0" - Driver "nvidia" - VendorName "NVIDIA Corporation" - BoardName "NVIDIA GeForce GTX 1060 6GB" -EndSection +#Section "Device" +# Identifier "Device0" +# Driver "nvidia" +# VendorName "NVIDIA Corporation" +# BoardName "NVIDIA GeForce GTX 1060 6GB" +#EndSection