Remove nyxt, set chromium to be default browser
Split chromium workspace into web (for main browser) and apps (for PWAs) Update waybar workspace icons, remove "urgent" icon since I've got an updating theme anyway
This commit is contained in:
parent
ae2b894f1f
commit
50fa154a90
|
@ -26,7 +26,6 @@
|
|||
./home/accounts/default.nix
|
||||
./home/emacs/default.nix
|
||||
./home/hyprland/default.nix
|
||||
./home/nyxt/default.nix
|
||||
./home/alacritty.nix
|
||||
./home/btop.nix
|
||||
./home/default.nix
|
||||
|
|
|
@ -179,23 +179,17 @@ in ''
|
|||
bind = SUPER, W, moveworkspacetomonitor, name:web current
|
||||
bind = SUPER, W, workspace, name:web
|
||||
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||
bind = SUPER ALT, W, exec, [workspace name:web] nyxt
|
||||
|
||||
bind = SUPER, A, moveworkspacetomonitor, name:spotify current
|
||||
bind = SUPER, A, workspace, name:spotify
|
||||
bind = SUPER SHIFT, A, movetoworkspace, name:spotify
|
||||
bind = SUPER ALT, A, exec, [workspace name:spotify] alacritty -e ncspot
|
||||
windowrule = workspace name:web, (chromium-browser)
|
||||
|
||||
bind = SUPER, T, moveworkspacetomonitor, name:top current
|
||||
bind = SUPER, T, workspace, name:top
|
||||
bind = SUPER SHIFT, T, movetoworkspace, name:top
|
||||
bind = SUPER ALT, T, exec, [workspace name:top] alacritty -e btop
|
||||
|
||||
bind = SUPER, C, moveworkspacetomonitor, name:chromium current
|
||||
bind = SUPER, C, workspace, name:chromium
|
||||
bind = SUPER SHIFT, C, movetoworkspace, name:chromium
|
||||
windowrule = workspace name:chromium, (chromium-browser)
|
||||
windowrule = workspace name:chromium, chrome-(.*)-Default
|
||||
bind = SUPER, A, moveworkspacetomonitor, name:apps current
|
||||
bind = SUPER, A, workspace, name:apps
|
||||
bind = SUPER SHIFT, A, movetoworkspace, name:apps
|
||||
windowrule = workspace name:apps, chrome-(.*)-Default
|
||||
|
||||
bind = SUPER, D, moveworkspacetomonitor, name:discord current
|
||||
bind = SUPER, D, workspace, name:discord
|
||||
|
|
|
@ -37,16 +37,14 @@
|
|||
"5" = "";
|
||||
"6" = "";
|
||||
"emacs" = "";
|
||||
"web" = "";
|
||||
"spotify" = "";
|
||||
"web" = "";
|
||||
"discord" = "";
|
||||
"steam" = "";
|
||||
"chromium" = "";
|
||||
"apps" = "";
|
||||
"top" = "";
|
||||
"remote" = "";
|
||||
default = "";
|
||||
special = "";
|
||||
urgent = "";
|
||||
special = "";
|
||||
};
|
||||
show-special = true;
|
||||
sort-by = "id";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ chromium ];
|
||||
|
@ -12,7 +12,7 @@
|
|||
];
|
||||
extraOpts = {
|
||||
"BrowserSignin" = 0;
|
||||
"DefaultBrowserSettingEnabled" = false;
|
||||
"DefaultBrowserSettingEnabled" = true;
|
||||
"DeviceAutoUpdateDisabled" = true;
|
||||
"SyncDisabled" = true;
|
||||
"PasswordManagerEnabled" = false;
|
||||
|
|
Loading…
Reference in a new issue