diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 20:19:52 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 20:19:52 +0200 |
commit | db9c49cb8aa7f57ebdfbb9da37d98e313d4fc2ef (patch) | |
tree | 531a3f9053e4cc89ca8dcf1be1fdebecab938b1c | |
parent | 5d50027a5acd7fa649b573855055d0cd3678808d (diff) |
clipmenu: clear cache on boot and login
-rw-r--r-- | .config/i3/init | 1 | ||||
-rw-r--r-- | .config/zsh/.zprofile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/init b/.config/i3/init index 7584ea4..337ca28 100644 --- a/.config/i3/init +++ b/.config/i3/init @@ -1,5 +1,6 @@ #!/bin/sh +clipdel -d ".*" clipmenud & playerctld daemon & nitrogen --restore diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 9e6e17d..43febff 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -18,5 +18,6 @@ export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard +export CM_DIR=/tmp [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx $XDG_CONFIG_HOME/X11/xinitrc -- vt1 |