summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-15 21:36:47 -0700
committerxyz <gky44px1999@gmail.com>2021-07-15 21:36:47 -0700
commit81c3396d83fd72d5c80ba9b4287e25212ad295f5 (patch)
treeee8c7bed93999874eedb2ec3a8bf73f9cdafe7c6
parentd9f694531bc043e4d5359a5e1d17e77ddc9938d9 (diff)
notes
-rw-r--r--.bash_profile9
-rw-r--r--.xinitrc1
2 files changed, 9 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 2f19715c..bf27796b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -18,7 +18,14 @@ export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH"
export FZF_DEFAULT_COMMAND="sudo find . -path '*/\.git' -prune -o -print"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_ALT_C_COMMAND="sudo find . -path '*/\.git' -prune -o -type d -print"
-export SDCV_PAGER='less --quit-if-one-screen -RX'
+export SDCV_PAGER="less --quit-if-one-screen -RX"
+
+# for clipmenu
+# set clipmenud to store clipboard only, don't store selection (primary)
+#export CM_SELECTIONS="clipboard"
+# X11, copy / close program / paste to another program, if 0 will paste nothing
+#export CM_OWN_CLIPBOARD=1
+#export CM_MAX_CLIPS=8
# startx when login, should be put after environmental variables for .xinitrc to use
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
diff --git a/.xinitrc b/.xinitrc
index 6b316d73..e8978dbb 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -41,6 +41,7 @@ while true; do
sleep 1
done &
+#clipmenud &
dunst &
fcitx5 -d &
redshift &