workspace_layout tabbed
# terminal
-bindsym $mod+Return exec urxvt
-bindsym $mod+Shift+Return exec urxvt -name floating
-for_window [class="URxvt" instance="floating"] floating enable
+bindsym $mod+Return exec xterm
+bindsym $mod+Shift+Return exec xterm -name floating
+for_window [class="XTerm" instance="floating"] floating enable
# kill focused window (not necessarily its application)
bindsym $mod+Shift+w kill
# toggle tiling / floating
bindsym $mod+Shift+f floating toggle
+bindsym $mod+period floating toggle
# toggle tiling / floating focus
bindsym $mod+grave focus mode_toggle
+bindsym $mod+comma focus mode_toggle
# toggle sticky
bindsym $mod+shift+s sticky toggle