From 28a497fd0f5a56fbadfb2738f3bc93e8f28601ef Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sat, 1 Jan 2022 19:51:35 +0900
Subject: home/base: fix keybinds

---
 home/modules/profiles/base/config/sway.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'home/modules/profiles/base/config')

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
-- 
cgit 1.4.1