aboutsummaryrefslogtreecommitdiff
path: root/Xinit
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-09-06 20:00:36 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-09-06 20:00:36 +0100
commit52582edc079a197d8204c1310ecd37176bfaef84 (patch)
tree3c49fb25c61fa23d9c9df505e57036c92745710b /Xinit
parent93e4cd43681f6ed33abb98e18beab1cfb006fdf0 (diff)
downloaddotfiles-52582edc079a197d8204c1310ecd37176bfaef84.tar.gz
dotfiles-52582edc079a197d8204c1310ecd37176bfaef84.tar.bz2
dotfiles-52582edc079a197d8204c1310ecd37176bfaef84.zip
updates
Diffstat (limited to 'Xinit')
-rwxr-xr-xXinit/xinitrc185
1 files changed, 94 insertions, 91 deletions
diff --git a/Xinit/xinitrc b/Xinit/xinitrc
index 08564d0..5316587 100755
--- a/Xinit/xinitrc
+++ b/Xinit/xinitrc
@@ -23,6 +23,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
+#get wifi
+sudo safeconnect
+
# Autodisable rodent
#sudo modprobe -r bcm5974
@@ -57,7 +60,7 @@ sudo /usr/bin/brightchown
~/.custom
#Keyboard Bindings
-setxkbmap us -variant vaskozl
+setxkbmap uc -variant colemak
#xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' &
xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;' &
xset r 64
@@ -133,102 +136,102 @@ fi
#fi
-# workspace 1 : Ranger workspace
-# window 1+: Ranger
-if [ $run_everything = true -o $run_workspace = 1 ]; then
- $workspace 1
- $xtoolwait $term ranger
-fi
-
-# workspace 2 is at the end (pentadactyl) slowing down
-
-# workspace 3 : newsbeuter
-if [ $run_everything = true -o $run_workspace = 3 ]; then
- $workspace 3
- $xtoolwait $term newsbeuter
-fi
-
-# workspace 4 : admin workspace
-# window 1: screen (see screenrc.admin for the screen config)
-if [ $run_everything = true -o $run_workspace = 4 ]; then
- $workspace 4
-# $xtoolwait $term $screen_run admin
-fi
-
-# workspace 5 : School
-# windows 1: screen notebok
-if [ $run_everything = true -o $run_workspace = 5 ]; then
- $workspace 5
- cd $HOME/Sync/notes
-# $xtoolwait $term $screen_run school
-fi
+## workspace 1 : Ranger workspace
+## window 1+: Ranger
+#if [ $run_everything = true -o $run_workspace = 1 ]; then
+# $workspace 1
+# $xtoolwait $term ranger
+#fi
+#
+## workspace 2 is at the end (pentadactyl) slowing down
+#
+## workspace 3 : newsbeuter
+#if [ $run_everything = true -o $run_workspace = 3 ]; then
+# $workspace 3
+# $xtoolwait $term newsbeuter
+#fi
+#
+## workspace 4 : admin workspace
+## window 1: screen (see screenrc.admin for the screen config)
+#if [ $run_everything = true -o $run_workspace = 4 ]; then
+# $workspace 4
+## $xtoolwait $term $screen_run admin
+#fi
#
-## workspace 7 : kde workspace (VNC session)
+## workspace 5 : School
+## windows 1: screen notebok
+#if [ $run_everything = true -o $run_workspace = 5 ]; then
+# $workspace 5
+# cd $HOME/Sync/notes
+## $xtoolwait $term $screen_run school
+#fi
+##
+### workspace 7 : kde workspace (VNC session)
+##if [ $run_everything = true -o $run_workspace = 7 ]; then
+## $workspace ^7
+## $xtoolwait vncviewer nerd:1
+## number_and_title 0 "kde"
+##fi
+#
+## workspace 7 : skype workspace
#if [ $run_everything = true -o $run_workspace = 7 ]; then
-# $workspace ^7
-# $xtoolwait vncviewer nerd:1
-# number_and_title 0 "kde"
+# $workspace 7
+## skype &
+## number_and_title 0 "skype"
+# sleep 6
#fi
-
-# workspace 7 : skype workspace
-if [ $run_everything = true -o $run_workspace = 7 ]; then
- $workspace 7
-# skype &
-# number_and_title 0 "skype"
- sleep 6
-fi
-
#
-## workspace 8 : windows workspace (VMware session)
-#if [ $run_everything = true -o $run_workspace = 8 ]; then
-# $workspace ^8
-# #$xtoolwait gnomesu -c /stor/vmware/bin/vmware
-# #number_and_title 0 "windows xp"
+##
+### workspace 8 : windows workspace (VMware session)
+##if [ $run_everything = true -o $run_workspace = 8 ]; then
+## $workspace ^8
+## #$xtoolwait gnomesu -c /stor/vmware/bin/vmware
+## #number_and_title 0 "windows xp"
+##fi
+##
+#
+## workspace 9 : email workspace
+## window 1: mutt
+#if [ $run_everything = true -o $run_workspace = 2 ]; then
+# $workspace 8
+# $xtoolwait $term mutt
#fi
#
-
-# workspace 9 : email workspace
-# window 1: mutt
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 8
- $xtoolwait $term mutt
-fi
-
-# workspace 10 : irc workspace
-# window 1: irc
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 10
- $xtoolwait $term vps
-# $xtoolwait $term irssi
-fi
-
-# workspace 11 : wifi workspace
-# window 1: wicd
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 11
- $xtoolwait $term sudo /usr/bin/safeconnect
-fi
-
-# workspace 12 : music workspace
-# window 1: music
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 12
- mopidy &
- $xtoolwait $term ncmpcpp
-fi
-
-# workspace 13 : volume workspace
-# window 1: volume
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 13
- $xtoolwait $term alsamixer
-fi
-
-# workspace 2 : Vimb workspace
-if [ $run_everything = true -o $run_workspace = 2 ]; then
- $workspace 2
- vimb &
-fi
+## workspace 10 : irc workspace
+## window 1: irc
+#if [ $run_everything = true -o $run_workspace = 2 ]; then
+# $workspace 10
+# $xtoolwait $term vps
+## $xtoolwait $term irssi
+#fi
+#
+## workspace 11 : wifi workspace
+## window 1: wicd
+#if [ $run_everything = true -o $run_workspace = 2 ]; then
+# $workspace 11
+# $xtoolwait $term sudo /usr/bin/safeconnect
+#fi
+#
+## workspace 12 : music workspace
+## window 1: music
+#if [ $run_everything = true -o $run_workspace = 2 ]; then
+# $workspace 12
+# mopidy &
+# $xtoolwait $term ncmpcpp
+#fi
+#
+## workspace 13 : volume workspace
+## window 1: volume
+##if [ $run_everything = true -o $run_workspace = 2 ]; then
+## $workspace 13
+## $xtoolwait $term alsamixer
+##fi
+#
+## workspace 2 : Vimb workspace
+#if [ $run_everything = true -o $run_workspace = 2 ]; then
+# $workspace 2
+# vimb &
+#fi
# Default workspace: 1(ranger)
# $workspace ^1