diff options
author | sefidel <contact@sefidel.net> | 2022-01-01 19:51:35 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-01 19:51:35 +0900 |
commit | 28a497fd0f5a56fbadfb2738f3bc93e8f28601ef (patch) | |
tree | 2db86be923051068c40a30ce73943f9b8687c15f /home/modules/profiles/base/config/sway.nix | |
parent | 0f0384741b110a51cfd1ceabdeb54aafb6614eef (diff) | |
download | nixrc-28a497fd0f5a56fbadfb2738f3bc93e8f28601ef.tar.gz nixrc-28a497fd0f5a56fbadfb2738f3bc93e8f28601ef.zip |
home/base: fix keybinds
Diffstat (limited to 'home/modules/profiles/base/config/sway.nix')
-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 |