summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources4
-rw-r--r--.profile2
-rwxr-xr-x.xsession4
3 files changed, 6 insertions, 4 deletions
diff --git a/.Xresources b/.Xresources
index 4ca3ee9..3745cc9 100644
--- a/.Xresources
+++ b/.Xresources
@@ -26,7 +26,9 @@ xterm*internalBorder: 4
xterm*VT100.Translations: #override \
<Key> F11: fullscreen(toggle) \n\
Ctrl <Key> Next: smaller-vt-font() \n\
- Ctrl <Key> Prior: larger-vt-font() \n
+ Ctrl <Key> Prior: larger-vt-font() \n\
+ Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
+ Shift Ctrl <Key> V: insert-selection(CLIPBOARD) \n
! Meta <Key> minus: smaller-vt-font() \n\
! Meta <Key> equal: larger-vt-font() \n
xterm*cursorColor: red
diff --git a/.profile b/.profile
index 4de3901..90091ca 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,6 @@
# ~/.profile
-PATH=~/bin:$PATH:~/go/bin
+PATH=~/bin:~/mu/bin:$PATH:~/go/bin
[ "${SHELL##*/}" = bash ] && . ~/.bashrc
diff --git a/.xsession b/.xsession
index f4d42ec..005713f 100755
--- a/.xsession
+++ b/.xsession
@@ -24,6 +24,6 @@ xsetroot -solid rgb:1/3/4
#slock
# Start window manager
-#exec fvwm
-exec i3
+exec fvwm
+#exec i3
#exec cwm