From 5264e86fe13351c9f8d9bcbbc62fdfac61ac1c0e Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Thu, 24 Sep 2015 21:55:18 +0200 Subject: [PATCH] Improve i3 integration with convenient issues fixes --- dotfiles.yml | 8 +------- i3.base | 8 ++++++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dotfiles.yml b/dotfiles.yml index 995504d..b627c55 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -56,6 +56,7 @@ - suckless-tools - pcmanfm - dunst + - numlockx - name: Other convenient tools are installed apt: name={{ item }} state=present tags: tools @@ -90,19 +91,12 @@ # i3 bugfixes: # http://blog.hugochinchilla.net/2013/03/using-gnome-3-with-i3-window-manager/ - usr/share/xsessions/gnome-i3.desktop # ++ http://www.draconianoverlord.com/2014/05/26/from-xmonad-to-i3.html -# Fix accents with iBus (cf http://doc.ubuntu-fr.org/ibus) -> setxkbmap -layout fr -variant oss # # https://github.com/sgentle/caniuse-cmd -# httpie # # sudo usermod -aG docker pierre ? # Dropbox # Vault for passwords and sensitive data: http://docs.ansible.com/ansible/playbooks_vault.html # -# SSh-agent -# Galaxy -# apt-repository: https://galaxy.ansible.com/list#/roles/3632 -# php: https://galaxy.ansible.com/list#/roles/1232 -# # Refactoring: # Nginx-proxy: move the config file by copying it where it belongs \ No newline at end of file diff --git a/i3.base b/i3.base index 2180b0a..a2abd69 100644 --- a/i3.base +++ b/i3.base @@ -43,7 +43,7 @@ bindsym $mod+d exec dmenu_run bindsym $mod+j focus left bindsym $mod+k focus down bindsym $mod+l focus up -bindsym $mod+semicolon focus right +bindsym $mod+m focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -51,7 +51,7 @@ bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right -# alternatively, you can use the cursor keys: +# move windows bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up @@ -150,3 +150,7 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +exec --no-startup-id setxkbmap -layout fr -variant oss # allow typing "ê" instead of "^e" +exec --no-startup-id numlockx on # turn verr num on +exec --no-startup-id nm-applet \ No newline at end of file