aboutsummaryrefslogtreecommitdiff
path: root/i3wm
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-01-31 10:59:44 +0100
committerAdrian Kummerlaender2015-01-31 10:59:44 +0100
commit7a0f3341471fae10789301384408a4499d5c41c6 (patch)
tree1803f78d9a88afc14ac2e683ae7ce2c53f9da936 /i3wm
parentf8067475ac294452f3224fe6ea4959e590974a9c (diff)
downloaddotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.gz
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.bz2
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.lz
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.xz
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.zst
dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.zip
Tweaked pentadactyl colors and restructured i3wm configuration
Diffstat (limited to 'i3wm')
-rw-r--r--i3wm/.i3/config19
1 files changed, 6 insertions, 13 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config
index 8d474d9..34f6ea1 100644
--- a/i3wm/.i3/config
+++ b/i3wm/.i3/config
@@ -1,9 +1,10 @@
set $mod Mod4
set $alt Mod1
-floating_modifier $mod
-
bindsym $mod+Shift+Q kill
+bindsym $mod+Shift+C reload
+bindsym $mod+Shift+R restart
+bindsym $mod+Shift+E exit
bindsym $mod+h focus left
bindsym $mod+j focus down
@@ -15,11 +16,6 @@ bindsym $mod+Shift+J move down
bindsym $mod+Shift+K move up
bindsym $mod+Shift+L move right
-bindsym $mod+Shift+Left move left
-bindsym $mod+Shift+Down move down
-bindsym $mod+Shift+Up move up
-bindsym $mod+Shift+Right move right
-
bindsym $mod+y split h
bindsym $mod+x split v
bindsym $mod+f fullscreen
@@ -28,11 +24,12 @@ bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout default
-bindsym $mod+Shift+space floating toggle
-
bindsym $mod+a focus parent
bindsym $mod+d focus child
+floating_modifier $mod
+bindsym $mod+Shift+space floating toggle
+
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
@@ -59,10 +56,6 @@ bindsym $mod+Shift+parenleft move container to workspace 8
bindsym $mod+Shift+parenright move container to workspace 9
bindsym $mod+Shift+equal move container to workspace 10
-bindsym $mod+Shift+C reload
-bindsym $mod+Shift+R restart
-bindsym $mod+Shift+E exit
-
bindsym $mod+r mode "resize"
mode "resize" {