diff options
-rw-r--r-- | home/modules/profiles/base/config/sway.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix index f294af5..0bb0179 100644 --- a/home/modules/profiles/base/config/sway.nix +++ b/home/modules/profiles/base/config/sway.nix @@ -126,8 +126,8 @@ with neotheme.palette.colors; bindsym $mod+q reload # application shortcuts - bindsym $mod+a exec sublime4 - bindsym $mod+Shift+a exec brave + bindsym $mod+a exec qutebrowser + # bindsym $mod+Shift+a # Volume control bindsym XF86AudioRaiseVolume exec ~/.local/bin/volume up |