summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm')
-rw-r--r--bspwm/.Xmodmap5
-rw-r--r--bspwm/.zprofile3
2 files changed, 8 insertions, 0 deletions
diff --git a/bspwm/.Xmodmap b/bspwm/.Xmodmap
new file mode 100644
index 0000000..08cf429
--- /dev/null
+++ b/bspwm/.Xmodmap
@@ -0,0 +1,5 @@
+clear lock
+clear control
+keycode 66 = Control_R
+add control = Control_R Control_L
+
diff --git a/bspwm/.zprofile b/bspwm/.zprofile
new file mode 100644
index 0000000..b78f84a
--- /dev/null
+++ b/bspwm/.zprofile
@@ -0,0 +1,3 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi