summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-12-16 13:20:35 +0100
committerJulian T <julian@jtle.dk>2019-12-16 13:26:05 +0100
commit17947c073d3384e73b6d00be63bee69259369e6a (patch)
tree083afb6a7a853a3e234cf9d32c53a37281c6f17a /bspwm
parent757d42b3785c952a747ef315d36db99808ea67a5 (diff)
Added missing bspwm files
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