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 = {
|
profiles.default = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
name = "DefaultProfile";
|
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 = {
|
bookmarks = {
|
||||||
force = true;
|
force = true;
|
||||||
|
|
@ -68,7 +68,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common/colorsync_services.nix
|
./common/colorsync_services.nix
|
||||||
./common/firefox.nix
|
./common/librewolf.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
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
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
# Open browser
|
# Open browser
|
||||||
bindsym $mod+b exec qutebrowser
|
bindsym $mod+b exec librewolf
|
||||||
|
|
||||||
# Open audio control
|
# Open audio control
|
||||||
bindsym $mod+a exec pavucontrol --tab 1
|
bindsym $mod+a exec pavucontrol --tab 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue