Changes to some configurations

This commit is contained in:
Eduardo Cueto-Mendoza 2024-04-16 18:01:04 +01:00
parent 58336f9cdb
commit ce1b31d8e4
8 changed files with 36 additions and 6 deletions

Binary file not shown.

1
.Xresources Normal file
View File

@ -0,0 +1 @@
Xcursor.size: 64

2
.config/.gitignore vendored
View File

@ -9,5 +9,5 @@ nvim/
tg/conf.py tg/conf.py
ungoogled-chromium/ ungoogled-chromium/
xm1/ xm1/
gtk-*/ #gtk-*/
gh/ gh/

View File

@ -24,7 +24,10 @@ if status --is-login
# PATH additions # PATH additions
# Local PATH # Local PATH
set -gx PATH $PATH ~/.local/bin #set -gx PATH $PATH ~/.local/bin
# add sbin
set -gx PATH $PATH /usr/local/sbin
## Julia ## Julia
#set -gx PATH $PATH /usr/local/share/julia/bin #set -gx PATH $PATH /usr/local/share/julia/bin
@ -33,7 +36,7 @@ if status --is-login
set -gx PATH $PATH /usr/local/share/cargo/bin set -gx PATH $PATH /usr/local/share/cargo/bin
# Java # Java
set -gx PATH $PATH /usr/local/jdk-17/bin #set -gx PATH $PATH /usr/local/jdk-17/bin
# Zig # Zig
#set -gx PATH $PATH /usr/local/share/zig #set -gx PATH $PATH /usr/local/share/zig

View File

@ -3,7 +3,7 @@ gtk-theme-name=macOS-Catalina-Dark-1.0-dark
gtk-icon-theme-name=Os-Catalina-Night gtk-icon-theme-name=Os-Catalina-Night
gtk-font-name=Sans 10 gtk-font-name=Sans 10
gtk-cursor-theme-name=Premium gtk-cursor-theme-name=Premium
gtk-cursor-theme-size=0 gtk-cursor-theme-size=64
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0 gtk-button-images=0

7
.gitignore vendored
View File

@ -1,4 +1,7 @@
.authinfo.gpg
.bash*
.cache/ .cache/
.ca-certificates/
.dbus/ .dbus/
.emacs.d/ .emacs.d/
.gitconfig .gitconfig
@ -9,12 +12,14 @@
.pki/ .pki/
pkg-readmes pkg-readmes
.sndio/ .sndio/
.ssh/ .ssh*/
.vim/ .vim/
.Xauthority
.xsession-errors .xsession-errors
Desktop/ Desktop/
Documents/ Documents/
Downloads/ Downloads/
Mail/
Music/ Music/
Pictures/ Pictures/
Programming/ Programming/

21
.mbsyncrc Normal file
View File

@ -0,0 +1,21 @@
IMAPAccount unix-talk
Host unix-talk.com
User admin@unix-talk.com
PassCmd "pass show unsafe/admin"
SSlType IMAPS
CertificateFile ~/.ca-certificates/unix-talk.crt
IMAPStore unix-talk-remote
Account unix-talk
MaildirStore unix-talk-local
SubFolders Verbatim
Path ~/Mail/
Inbox ~/Mail/Inbox
Channel unix-talk
Far :unix-talk-remote:
Near :unix-talk-local:
Patterns * #!Trash
Create Both
SyncState *

View File

@ -1,5 +1,5 @@
xinput set-prop "/dev/wsmouse0" "Device Accel Constant Deceleration" 0.5
export GDK_SCALE=1.5 export GDK_SCALE=1.5
export QT_SCALE_FACTOR=1.5 export QT_SCALE_FACTOR=1.5
xrdb -merge ~/.Xresources
picom & picom &
exec bspwm exec bspwm