]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/i3/config
vimrc: colorcolumn made dark, syntax changes
[dotfiles.git] / xdg / i3 / config
index 32327ebe135eb73b859baa7a6d60c438badbc173..8e78bfc894e11a53a66f91e8b925487ee99c528b 100644 (file)
@@ -121,9 +121,6 @@ bindsym $mod+Shift+8 move container to workspace 8
 bindsym $mod+Shift+9 move container to workspace 9
 Bindsym $mod+Shift+0 move container to workspace 10
 
-# rename current window
-bindsym $mod+t --no-startup-id xrename
-
 # reload the configuration file
 bindsym $mod+Shift+c reload
 # restart i3 inplace
@@ -135,11 +132,6 @@ bindsym $mod+Shift+e exec --no-startup-id i3-nagbar -t warning -m Exit? -b Yes '
 bindcode 198 exec --no-startup-id rotate set normal
 bindcode 204 exec --no-startup-id rotate right
 
-# volume buttons
-bindsym XF86AudioMute exec --no-startup-id mixer vol 0
-bindsym XF86AudioLowerVolume exec --no-startup-id mixer vol -5
-bindsym XF86AudioRaiseVolume exec --no-startup-id mixer vol +5
-
 # move and resize [floating] windows
 mode "translate" {
        bindsym $left   resize shrink width  20 px
@@ -198,12 +190,15 @@ mode "translate" {
 }
 bindsym $mod+r mode "translate"
 
+# windows
+for_window [class="Gsimplecal"] floating enable
+for_window [class="XMixer"] floating enable
+
 # borders
 hide_edge_borders smart
 new_window pixel 1
 gaps inner 6
 smart_gaps on
-for_window [class="Gsimplecal"] floating enable
 
 # misc
 workspace_auto_back_and_forth yes
This page took 0.03391 seconds and 4 git commands to generate.