diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-08 23:21:23 -0500 | 
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-08 23:21:23 -0500 | 
| commit | 0c02c781bea8a2a940013fbb53df099d38668752 (patch) | |
| tree | 3ddf71d791c25f769c544a42f8e2db44266dd5e5 /dotfiles/system/.config/sway | |
| parent | 08b39bf0445f6081189e44490e55c3c6273824b5 (diff) | |
adding mixertui to audio keybinding: mod+a
Diffstat (limited to 'dotfiles/system/.config/sway')
| -rw-r--r-- | dotfiles/system/.config/sway/config | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/dotfiles/system/.config/sway/config b/dotfiles/system/.config/sway/config index b18fd5d..82aea34 100644 --- a/dotfiles/system/.config/sway/config +++ b/dotfiles/system/.config/sway/config @@ -28,8 +28,6 @@ set $browser firefox  #gaps outer 5  focus_follows_mouse no  - -  ### Output configuration  output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill @@ -78,6 +76,9 @@ output eDP-1 scale 1.8      bindsym $mod+w exec $browser      bindsym $mod+f exec thunar +    # audio volume +    bindsym $mod+a exec $term mixertui +      # Kill focused window      bindsym $mod+Shift+c kill @@ -171,7 +172,7 @@ output eDP-1 scale 1.8      bindsym $mod+space focus mode_toggle      # Move focus to the parent container -    bindsym $mod+a focus parent +    bindsym $mod+Shift+a focus parent  #  # Scratchpad:  # | 
