diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-03 15:21:55 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 39e1858d2ff4f9e5b65c124053b454f4cbca232d (patch) | |
| tree | 93d098b0df2771e7a8709df4dadadef2d9d7cd93 /dot_config | |
| parent | b0b7854dbaced6f633db37796f40121666fe9bd3 (diff) | |
feat(sway): use flatpak librewolf for asahi laptop
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/sway/config.tmpl (renamed from dot_config/sway/config) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config.tmpl index d6870d9..7a59433 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config.tmpl @@ -35,8 +35,11 @@ floating_modifier $mod bindsym $mod+t exec wezterm # Open web browser +{{- if eq .chezmoi.hostname "voyager" }} +bindsym $mod+b exec flatpak run io.gitlab.librewolf-community +{{ else }} bindsym $mod+b exec librewolf - +{{- end }} # kill focused window bindsym $mod+Shift+q kill |
