Improve i3 integration with convenient issues fixes

This commit is contained in:
Pierre Martin
2015-09-24 21:55:18 +02:00
parent 46c20925ba
commit 5264e86fe1
2 changed files with 7 additions and 9 deletions

View File

@@ -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

View File

@@ -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