diff options
author | Julian T <julian@jtle.dk> | 2020-01-13 12:51:33 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-01-13 12:51:33 +0100 |
commit | 2171f213d6c7d0443c52b736b12f4394b4e34655 (patch) | |
tree | d3950bd036e398d488e7d700742a62debe832772 /bspwm | |
parent | 77cbf7cd3976accb5539d7c105cb54fdcd962ce4 (diff) |
Switched xlaunch system
Diffstat (limited to 'bspwm')
-rw-r--r-- | bspwm/.Xmodmap | 5 | ||||
-rw-r--r-- | bspwm/.zprofile | 3 |
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 |