use librewolf instead of firefox
This commit is contained in:
parent
05d71acf07
commit
02197cda6f
2 changed files with 3 additions and 1 deletions
|
@ -212,7 +212,7 @@ bindsym $mod+Shift+e exec "swaynag -f 'pango:$font' -t warning -m 'sway beenden?
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec alacritty
|
||||||
bindsym $mod+c exec chromium
|
bindsym $mod+c exec chromium
|
||||||
bindsym $mod+b exec firefox
|
bindsym $mod+b exec librewolf
|
||||||
bindsym $mod+t exec thunderbird
|
bindsym $mod+t exec thunderbird
|
||||||
bindsym $mod+g exec code
|
bindsym $mod+g exec code
|
||||||
bindsym $mod+z exec thunar
|
bindsym $mod+z exec thunar
|
||||||
|
@ -249,6 +249,7 @@ assign [class="^jetbrains-idea$"] $workspace2
|
||||||
assign [class="^jetbrains-idea-ce$"] $workspace2
|
assign [class="^jetbrains-idea-ce$"] $workspace2
|
||||||
assign [class="^firefox$"] $workspace3
|
assign [class="^firefox$"] $workspace3
|
||||||
assign [app_id="^firefox$"] $workspace3
|
assign [app_id="^firefox$"] $workspace3
|
||||||
|
assign [app_id="^LibreWolf$"] $workspace3
|
||||||
assign [class="^Thunderbird$"] $workspace4
|
assign [class="^Thunderbird$"] $workspace4
|
||||||
assign [app_id="^thunderbird$"] $workspace4
|
assign [app_id="^thunderbird$"] $workspace4
|
||||||
assign [app_id="^thunderbird-beta$"] $workspace4
|
assign [app_id="^thunderbird-beta$"] $workspace4
|
||||||
|
|
1
.config/sway/config.local
Symbolic link
1
.config/sway/config.local
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
config.local##hostname.avior
|
Loading…
Reference in a new issue