diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 16:38:16 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 16:38:16 +0200 |
commit | 5ec752801d7a69912cceb6e7a13fd7db29878b85 (patch) | |
tree | 11ab4ca863171f8d6b49d7a8a0cf45781f97f1e0 /.config/x11 | |
parent | Added list of pkg for the work computer (diff) | |
download | dotfiles-bsd-5ec752801d7a69912cceb6e7a13fd7db29878b85.tar.gz dotfiles-bsd-5ec752801d7a69912cceb6e7a13fd7db29878b85.tar.bz2 dotfiles-bsd-5ec752801d7a69912cceb6e7a13fd7db29878b85.tar.xz dotfiles-bsd-5ec752801d7a69912cceb6e7a13fd7db29878b85.tar.zst dotfiles-bsd-5ec752801d7a69912cceb6e7a13fd7db29878b85.zip |
Switched to nsxiv
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index e5e5f6a..78a2ef2 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -7,6 +7,6 @@ Xft.hintstyle: hintslight Xft.lcdfilter: lcddefault Xcursor.theme: redglass Xcursor.size: 18 -Sxiv.background: #1d2021 -Sxiv.foreground: #ebdbb2 -Sxiv.font: UbuntuMono Nerd Font-11 +Nsxiv.window.background: #1d2021 +Nsxiv.window.foreground: #ebdbb2 +Nsxiv.bar.font: UbuntuMono Nerd Font-11 |