aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-06-26 15:15:18 +0200
committerDavid Runge <dave@sleepmap.de>2017-06-26 15:15:18 +0200
commitbd16148e70be4b2a98928016a6d380ad48111c12 (patch)
tree9972fa84d39d1eb8d4ce7412e650290d857d1652 /.xprofile
parentdc15bc9bc5fbea35937b9dc6103c96d736ba554c (diff)
parentffcf2ac4656ab3100c4b662a561b7f44a21c4a77 (diff)
downloaddotfiles-bd16148e70be4b2a98928016a6d380ad48111c12.tar.gz
dotfiles-bd16148e70be4b2a98928016a6d380ad48111c12.tar.bz2
dotfiles-bd16148e70be4b2a98928016a6d380ad48111c12.tar.xz
dotfiles-bd16148e70be4b2a98928016a6d380ad48111c12.zip
Merge branch 'master' of sleepmap.de:config/dotfiles
* 'master' of sleepmap.de:config/dotfiles: .xprofile: Removing setting of de layout as default. .ssh/config: Adding studio related configs. Renaming github.com shortcut to github. bin/pulse2jack: Adding script to create and default JACK sink for pulse. Can also unload the modules again.
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 &