diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-11 15:34:01 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-11 15:34:01 +0100 |
commit | e9b9610421073fc8b7a93c2083bfd4af3d9b3208 (patch) | |
tree | 1ca6622f671727fc4fbcfc8c0fda4eeb27ab4409 /.config/i3/config | |
parent | 09dd37c8130835b367eeb40fb706c07a6e675daf (diff) |
qutebrowser: set as default browser
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index a422603..57081a8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -5,7 +5,7 @@ floating_modifier $mod bindsym $mod+Shift+q kill bindsym $mod+Escape exec --no-startup-id systemctl suspend bindsym $mod+Return exec alacritty -bindsym $mod+b exec firefox +bindsym $mod+b exec qutebrowser bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s |