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