diff options
author | listout <listout@protonmail.com> | 2022-01-07 23:53:31 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-07 23:54:55 +0530 |
commit | b14b09e5b3899e72daa2a4e30e009ebbc39a1ef6 (patch) | |
tree | d374b0eb8c980bfff705e811469f6038071ed23c /.xinitrc | |
parent | 6848d93efd51f3d96154d7f7a5c1287ceb9e95ed (diff) |
setting `xset +fp` and `xset rehash`
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ xsetroot -cursor_name left_ptr #eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +xset +fp /home/gogo/.local/share/fonts/X11/misc/ +xset fp rehash export SSH_AUTH_SOCK xrdb ~/.Xresources && dbus-launch /usr/bin/bspwm |