summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-01-13 12:51:33 +0100
committerJulian T <julian@jtle.dk>2020-01-13 12:51:33 +0100
commit2171f213d6c7d0443c52b736b12f4394b4e34655 (patch)
treed3950bd036e398d488e7d700742a62debe832772 /bspwm
parent77cbf7cd3976accb5539d7c105cb54fdcd962ce4 (diff)
Switched xlaunch system
Diffstat (limited to 'bspwm')
-rw-r--r--bspwm/.Xmodmap5
-rw-r--r--bspwm/.zprofile3
2 files changed, 0 insertions, 8 deletions
diff --git a/bspwm/.Xmodmap b/bspwm/.Xmodmap
deleted file mode 100644
index 08cf429..0000000
--- a/bspwm/.Xmodmap
+++ /dev/null
@@ -1,5 +0,0 @@
-clear lock
-clear control
-keycode 66 = Control_R
-add control = Control_R Control_L
-
diff --git a/bspwm/.zprofile b/bspwm/.zprofile
deleted file mode 100644
index b78f84a..0000000
--- a/bspwm/.zprofile
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- exec startx
-fi