From d53d62b2a4b9105717208dfbd5b5016a329791ac Mon Sep 17 00:00:00 2001 From: vaskozl Date: Thu, 9 Apr 2015 19:53:08 +0200 Subject: nice --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index 789e6f7..1b34b94 100755 --- a/xinitrc +++ b/xinitrc @@ -192,7 +192,7 @@ fi # window 1: wicd if [ $run_everything = true -o $run_workspace = 2 ]; then $workspace ^10 - $xtoolwait $term sudo wpa_supplicant -i wlp2s0 -c /etc/wpa_supplicant/wpa_supplicant-wlp2s0.conf + $xtoolwait $term sudo /usr/bin/safeconnect fi # workspace 12 : music workspace -- cgit v1.2.3-54-g00ecf From 1eff16fe5b652c37f33b9f67da463f35391c6dce Mon Sep 17 00:00:00 2001 From: vaskozl Date: Sun, 12 Apr 2015 12:31:46 +0200 Subject: Synchronise the SELECTION and CLIPBOARD --- xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index 1bdab34..007ba3b 100755 --- a/xinitrc +++ b/xinitrc @@ -24,6 +24,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +# Make C-v always insert selection +autocutsel -fork & +autocutsel -selection PRIMARY -fork & +~ # give cursor xsetroot -cursor_name left_ptr @@ -55,7 +59,7 @@ xset m 0 0 xset -b # Launch locking program -#xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 & +xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 & # Load xterm colors xrdb -merge ~/.Xresources -- cgit v1.2.3-54-g00ecf