diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-06 20:19:52 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-06 20:24:11 +0200 |
commit | 606eaffdf0ba61dea8403bd5f13abfbe7268dd47 (patch) | |
tree | 9abeb5832d178c89843cf317441927da7c87af82 | |
parent | dff4df873df5679e13339b99d823dc221730cdc1 (diff) |
clipmenu: clear cache on boot and login
-rw-r--r-- | .bash_profile | 1 | ||||
-rw-r--r-- | .config/i3/init | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index ea2a3f6..386e54e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -30,5 +30,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 diff --git a/.config/i3/init b/.config/i3/init index 1cb187c..58757c4 100644 --- a/.config/i3/init +++ b/.config/i3/init @@ -1,5 +1,6 @@ #!/bin/sh +clipdel -d ".*" clipmenud & playerctld daemon & nitrogen --restore |