aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-06-26 14:42:10 +0200
committerDavid Runge <dave@sleepmap.de>2017-06-26 14:42:10 +0200
commitffcf2ac4656ab3100c4b662a561b7f44a21c4a77 (patch)
treec2f5bd9ef9d79a3d27d808a60a1cb62e57153484 /.xprofile
parent7fa86885235ab258fbdf73a12f37c3fba15b77a8 (diff)
downloaddotfiles-ffcf2ac4656ab3100c4b662a561b7f44a21c4a77.tar.gz
dotfiles-ffcf2ac4656ab3100c4b662a561b7f44a21c4a77.tar.bz2
dotfiles-ffcf2ac4656ab3100c4b662a561b7f44a21c4a77.tar.xz
dotfiles-ffcf2ac4656ab3100c4b662a561b7f44a21c4a77.zip
.xprofile: Removing setting of de layout as default.
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.xprofile b/.xprofile
index db17a05..c5c1c70 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
-#X11 keyboard maps
-setxkbmap -layout de &
-
# use .Xmodmap
if [[ -f ~/.Xmodmap ]]; then
/usr/bin/xmodmap ~/.Xmodmap &