Update dotfiles

This commit is contained in:
Santiago Lo Coco 2024-04-07 04:47:17 -03:00
parent 2e23095733
commit be1ec624b5
9 changed files with 58 additions and 54 deletions

View File

@ -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

View File

@ -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'

View File

@ -1,4 +1,4 @@
#!/bin/zsh
mailsync
sigdwmblocks 3
[ "$1" = 'debug' ] && mailsync || mailsync > /dev/null 2>&1
/usr/local/bin/sigdwmblocks 3

View File

@ -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 &

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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