Update dotfiles
This commit is contained in:
parent
2e23095733
commit
be1ec624b5
|
@ -1,3 +1,4 @@
|
||||||
|
file:///home/slococo/ITBA ITBA
|
||||||
file:///home/slococo/.local/share/Trash Trash
|
file:///home/slococo/.local/share/Trash Trash
|
||||||
file:///home/slococo/Desktop Desktop
|
file:///home/slococo/Desktop Desktop
|
||||||
file:///home/slococo/Downloads Downloads
|
file:///home/slococo/Downloads Downloads
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
alias mpvgui='mpv --player-operation-mode=pseudo-gui'
|
alias mpvgui='mpv --player-operation-mode=pseudo-gui'
|
||||||
|
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
||||||
|
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
alias la='ls -A'
|
alias la='ls -al'
|
||||||
alias l='ls -CF'
|
alias l='ls -CF'
|
||||||
alias lh='ls -lh'
|
alias lh='ls -lh'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
mailsync
|
[ "$1" = 'debug' ] && mailsync || mailsync > /dev/null 2>&1
|
||||||
sigdwmblocks 3
|
/usr/local/bin/sigdwmblocks 3
|
||||||
|
|
|
@ -22,7 +22,7 @@ clipmenud &
|
||||||
unclutter &
|
unclutter &
|
||||||
|
|
||||||
# Compositor
|
# Compositor
|
||||||
picom &
|
#picom &
|
||||||
#picom --experimental-backends &
|
#picom --experimental-backends &
|
||||||
#xcompmgr -c &
|
#xcompmgr -c &
|
||||||
#xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
#xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
||||||
|
|
|
@ -43,6 +43,8 @@ export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle
|
||||||
export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle
|
export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle
|
||||||
export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
||||||
export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages
|
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="$HOME/.local/bin:$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin"
|
||||||
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"
|
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
|
|
@ -23,28 +23,28 @@
|
||||||
# Depth 24
|
# Depth 24
|
||||||
# EndSubSection
|
# EndSubSection
|
||||||
#EndSection
|
#EndSection
|
||||||
|
#
|
||||||
Section "Monitor"
|
#Section "Monitor"
|
||||||
Identifier "Monitor0"
|
# Identifier "Monitor0"
|
||||||
VendorName "Unknown"
|
# VendorName "Unknown"
|
||||||
ModelName "LG Electronics M2380A"
|
# ModelName "LG Electronics M2380A"
|
||||||
HorizSync 30.0 - 85.0
|
# HorizSync 30.0 - 85.0
|
||||||
VertRefresh 40.0 - 75.0
|
# VertRefresh 40.0 - 75.0
|
||||||
Option "DPMS"
|
# Option "DPMS"
|
||||||
EndSection
|
#EndSection
|
||||||
|
#
|
||||||
Section "Screen"
|
#Section "Screen"
|
||||||
Identifier "Screen0"
|
# Identifier "Screen0"
|
||||||
Device "Device0"
|
# Device "Device0"
|
||||||
Monitor "Monitor0"
|
# Monitor "Monitor0"
|
||||||
DefaultDepth 24
|
# DefaultDepth 24
|
||||||
Option "Stereo" "0"
|
# Option "Stereo" "0"
|
||||||
Option "nvidiaXineramaInfoOrder" "DFP-0"
|
# Option "nvidiaXineramaInfoOrder" "DFP-0"
|
||||||
Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
|
# Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
|
||||||
Option "SLI" "Off"
|
# Option "SLI" "Off"
|
||||||
Option "MultiGPU" "Off"
|
# Option "MultiGPU" "Off"
|
||||||
Option "BaseMosaic" "off"
|
# Option "BaseMosaic" "off"
|
||||||
SubSection "Display"
|
# SubSection "Display"
|
||||||
Depth 24
|
# Depth 24
|
||||||
EndSubSection
|
# EndSubSection
|
||||||
EndSection
|
#EndSection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Section "Module"
|
#Section "Module"
|
||||||
Load "dbe"
|
# Load "dbe"
|
||||||
Load "extmod"
|
# Load "extmod"
|
||||||
Load "type1"
|
# Load "type1"
|
||||||
Load "freetype"
|
# Load "freetype"
|
||||||
Load "glx"
|
# Load "glx"
|
||||||
EndSection
|
#EndSection
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Section "ServerLayout"
|
#Section "ServerLayout"
|
||||||
Identifier "Layout0"
|
# Identifier "Layout0"
|
||||||
Screen 0 "Screen0" 0 0
|
# Screen 0 "Screen0" 0 0
|
||||||
Option "Xinerama" "0"
|
# Option "Xinerama" "0"
|
||||||
EndSection
|
#EndSection
|
||||||
|
#
|
||||||
Section "ServerFlags"
|
#Section "ServerFlags"
|
||||||
Option "StandbyTime" "0"
|
# Option "StandbyTime" "0"
|
||||||
Option "SuspendTime" "0"
|
# Option "SuspendTime" "0"
|
||||||
Option "OffTime" "0"
|
# Option "OffTime" "0"
|
||||||
Option "BlankTime" "0"
|
# Option "BlankTime" "0"
|
||||||
EndSection
|
#EndSection
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Section "Device"
|
#Section "Device"
|
||||||
Identifier "Device0"
|
# Identifier "Device0"
|
||||||
Driver "nvidia"
|
# Driver "nvidia"
|
||||||
VendorName "NVIDIA Corporation"
|
# VendorName "NVIDIA Corporation"
|
||||||
BoardName "NVIDIA GeForce GTX 1060 6GB"
|
# BoardName "NVIDIA GeForce GTX 1060 6GB"
|
||||||
EndSection
|
#EndSection
|
||||||
|
|
Loading…
Reference in New Issue