Change workspace icon for web
Remove chromium in favour of nyxt, keep config in case needed again
This commit is contained in:
parent
56b7de2878
commit
0961c99a2d
|
@ -191,6 +191,7 @@ in ''
|
|||
bind = SUPER, W, workspace, name:web
|
||||
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||
bind = SUPER ALT, W, exec, [workspace name:web] nyxt
|
||||
windowrule = workspace name:web, (chromium-browser)
|
||||
|
||||
bind = SUPER, A, moveworkspacetomonitor, name:spotify current
|
||||
bind = SUPER, A, workspace, name:spotify
|
||||
|
@ -202,11 +203,6 @@ in ''
|
|||
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)
|
||||
|
||||
bind = SUPER, D, moveworkspacetomonitor, name:discord current
|
||||
bind = SUPER, D, workspace, name:discord
|
||||
bind = SUPER SHIFT, D, movetoworkspace, name:discord
|
||||
|
|
|
@ -37,14 +37,13 @@
|
|||
"5" = "";
|
||||
"6" = "";
|
||||
"emacs" = "";
|
||||
"web" = "";
|
||||
"top" = "";
|
||||
"web" = "";
|
||||
"spotify" = "";
|
||||
"chromium" = "";
|
||||
"discord" = "";
|
||||
"steam" = "";
|
||||
"remote" = "";
|
||||
"teams" = "";
|
||||
"top" = "";
|
||||
"remote" = "";
|
||||
default = "";
|
||||
special = "";
|
||||
urgent = "";
|
||||
|
@ -58,7 +57,7 @@
|
|||
"btop" = " System Status";
|
||||
"ncspot" = " Spotify TUI";
|
||||
"(.*) - Chromium" = " $1";
|
||||
"Nyxt - (.*)" = " $1";
|
||||
"Nyxt - (.*)" = " $1";
|
||||
"(.*) - Discord" = " $1";
|
||||
"NoMachine - (.*)" = " $1";
|
||||
};
|
||||
|
|
|
@ -17,5 +17,4 @@
|
|||
'';
|
||||
systemPackages = with pkgs; [ openfortivpn zoom-us ];
|
||||
};
|
||||
programs.chromium.homepageLocation = "https://nucleus.ukaea.uk";
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
{ config, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./default.nix ./chromium.nix ];
|
||||
imports = [ ./default.nix ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
dex
|
||||
mesa
|
||||
|
|
Loading…
Reference in a new issue