From 5bf8525cd306ca8dc06ebdb9c887cc957809141b Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 2 May 2012 16:21:30 +0200 Subject: [PATCH] bugfix: do not change the keyboard model --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 5b9fc72..2a51b4e 100644 --- a/.bashrc +++ b/.bashrc @@ -365,7 +365,7 @@ alias nautile='nautilus --no-desktop --browser' # colored gcc output using the colout command alias cgcc="colout :[0-9]+: yellow standard | colout error | colout warning magenta | colout pragma green standard" -alias bepo="setxkbmap -model pc105 -layout fr -variant bepo -option -option compose:102" +alias bepo="setxkbmap -layout fr -variant bepo -option" # Added by autojump install.sh source /etc/profile.d/autojump.bash