Rename firefox -> librewolf, remove themeing which wasnt working anyway and fix sway keybinding for opening librewolf
This commit is contained in:
parent
18880ce370
commit
6c4632d386
3 changed files with 2 additions and 11 deletions
|
|
@ -55,15 +55,6 @@ in
|
|||
profiles.default = {
|
||||
isDefault = true;
|
||||
name = "DefaultProfile";
|
||||
userChrome = ''
|
||||
@import "theme/nordic-theme.css";
|
||||
@import "theme/hide-single-tab.css";
|
||||
@import "theme/matching-autocomplete-width.css";
|
||||
@import "theme/system-icons.css";
|
||||
@import "theme/symbolic-tab-icons.css";
|
||||
|
||||
@import "customChrome.css";
|
||||
'';
|
||||
|
||||
bookmarks = {
|
||||
force = true;
|
||||
|
|
@ -68,7 +68,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
./common/colorsync_services.nix
|
||||
./common/firefox.nix
|
||||
./common/librewolf.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f
|
|||
bindsym $mod+Return exec $term
|
||||
|
||||
# Open browser
|
||||
bindsym $mod+b exec qutebrowser
|
||||
bindsym $mod+b exec librewolf
|
||||
|
||||
# Open audio control
|
||||
bindsym $mod+a exec pavucontrol --tab 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue