diff options
author | Adam M. Stück <adam@adast.xyz> | 2023-02-04 00:34:31 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2023-02-04 00:34:31 +0100 |
commit | fd6e9381b47ab6050392b91d8ee40130c4ca84de (patch) | |
tree | 37fe548e1ab61e5c9fab10af77643c910c082180 | |
parent | a8e76578447ef8e4576cef86804c3f38e0c47573 (diff) |
clipmenu: use dmenu instead of rofi
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 17750b4..ecaad9a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,7 +26,6 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswi export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/pythonrc" -export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" |