diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:53:30 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:53:30 +0100 |
commit | 48ec52b47674cd8767ebacfb4d0b9b9c846c7446 (patch) | |
tree | 810c32e69069c7b09faf058c4f1e0818ede5ea7c /.bash_profile | |
parent | 145ab8f0429030edcdc86f48277508720345d167 (diff) |
fixed some bindings, switched from rofi to dmenu
Diffstat (limited to '.bash_profile')
-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" |