diff options
| -rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 920fc71..e97bfc3 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -45,6 +45,9 @@ bindsym $mod+b exec google-chrome # kill focused window bindsym $mod+Shift+q kill +# Open Pulsemixer +bindsym $mod+p exec --no-startup-id wezterm -e pulsemixer + # start dmenu (a program launcher) bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: |
