diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-02-09 20:45:04 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-02-09 20:45:04 +0100 |
| commit | 0ef5c9a372e245c894288e41871ab1e0487f495c (patch) | |
| tree | 66d163dbf14b3f7b839551368624c38d9c4aca9f /.config/shell/envvarrc | |
| parent | f26c5bee89687609ccf7f83e06a9454610325c67 (diff) | |
| download | dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.tar.gz dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.tar.bz2 dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.zip | |
add xresources
Diffstat (limited to '.config/shell/envvarrc')
| -rw-r--r-- | .config/shell/envvarrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/envvarrc b/.config/shell/envvarrc index b22a4b5..5401b1d 100644 --- a/.config/shell/envvarrc +++ b/.config/shell/envvarrc @@ -45,7 +45,10 @@ export ENVVARRC="$ZDOTDIR/envvarrc" # X / input export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" export XINPUTRC="$XDG_CONFIG_HOME/x11/xinputrc" +export XENVIRONMENT="$XDG_CONFIG_HOME/x11/xresources" export XPROFILE="$XDG_CONFIG_HOME/x11/xprofile" +export XCURSOR_THEME=Adwaita +export XCURSOR_SIZE=24 # Language runtimes & tools # Rust |
