i3: add two new key bindings for convenience
[~bandali/configs] / .config / i3 / config
index 89a7b96..61e0f88 100644 (file)
@@ -38,6 +38,7 @@ bindsym XF86MonBrightnessUp exec light -A 5    # increase screen brightness
 bindsym XF86MonBrightnessDown exec light -U 5  # decrease screen brightness
 
 # volume
+bindsym $mod+semicolon exec rofi-pamixer       # rofi-based volume chooser
 bindsym XF86AudioRaiseVolume exec pamixer --allow-boost --increase 5
 bindsym XF86AudioLowerVolume exec pamixer --allow-boost --decrease 5
 bindsym XF86AudioMute        exec pamixer --toggle-mute
@@ -77,8 +78,10 @@ bindsym $mod+e layout toggle split
 
 # 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