diff options
author | Joe <rbo@gmx.us> | 2024-09-24 16:01:58 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-09-24 16:02:04 +0200 |
commit | ca8b65e0f326b4341e00d58ab09aeefbc37ba634 (patch) | |
tree | f2b075c7b389a08cad49300f942a9fe75e10ee3b /.config/x11 | |
parent | up (diff) | |
download | dotfiles-bsd-ca8b65e0f326b4341e00d58ab09aeefbc37ba634.tar.gz dotfiles-bsd-ca8b65e0f326b4341e00d58ab09aeefbc37ba634.tar.bz2 dotfiles-bsd-ca8b65e0f326b4341e00d58ab09aeefbc37ba634.tar.xz dotfiles-bsd-ca8b65e0f326b4341e00d58ab09aeefbc37ba634.tar.zst dotfiles-bsd-ca8b65e0f326b4341e00d58ab09aeefbc37ba634.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 4 | ||||
-rw-r--r-- | .config/x11/xresources | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index eed5797..3d80eab 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,9 +1,5 @@ # vim: filetype=sh -#cool-retro-term & -#exec dwm -# vim: ft=sh -#exec dbus-launch openbox-session case $(hostname -s) in mother) icon=" " diff --git a/.config/x11/xresources b/.config/x11/xresources index 6c5c036..243fd11 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -5,7 +5,7 @@ Xft.rgba: rgb Xft.autohint: false Xft.hintstyle: hintslight Xft.lcdfilter: lcddefault -Xcursor.theme: redglass +Xcursor.theme: Oxygen_Blue Xcursor.size: 18 Nsxiv.window.background: #1d2021 Nsxiv.window.foreground: #ebdbb2 |