diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-06 18:35:05 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-06 19:07:55 +0200 |
commit | f7a1803ff25ed53ff6191871881bd9182ca54cc5 (patch) | |
tree | 7383b1750c37c04b31e3f96f056cdf85585e1c69 /.bash_profile | |
parent | f5aa18ab2d69761999e2f1e898e52ffbfbbb5525 (diff) |
switched from greenclip to clipmenu
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 1bef437..ea2a3f6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -28,5 +28,7 @@ export GNUPGHOME="$XDG_DATA_HOME"/gnupg export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" +export CM_LAUNCHER=rofi +export CM_SELECTIONS=clipboard [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 |