diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 08:42:43 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-05 08:42:43 +0100 |
commit | 89b2764e5c6ca2e85a534153246f7cd37befd1c7 (patch) | |
tree | 8ffe491f80c9d8bef48989ac57a6f2c7e2754caf /.bash_profile | |
parent | 53acadfa34f0b8fcc79d0f34c21e5ae68b816516 (diff) |
Switched back to rofi from dmenu
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index ecaad9a..17750b4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,6 +26,7 @@ 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" |