diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-14 11:37:00 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-14 11:37:00 +0200 |
commit | 99d00f47fe780dbb021149db2f93d202a2b8b025 (patch) | |
tree | d2622782d0754e20839cdf28a1e0439b181e64a1 /.config/x11/xprofile | |
parent | c270db7379b7cda9c9b5d7c71a9944664aed97d1 (diff) |
Loading of xresources colorscheme for st
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x | .config/x11/xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 6fdde7f..8ba9496 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -5,11 +5,11 @@ setbg & # Set the background with the `setbg` script # xcompmgr & # xcompmgr for transparency +xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle xbanish & # Remove mouse when typing dwmblocks & # Status bar -xrdb xresources & echo $PATH > /tmp/path.dbg # This line autostart an instance of Pulseaudio that does not exit on idle. |