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, W, workspace, name:web
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||||
bind = SUPER ALT, W, exec, [workspace name:web] nyxt
|
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, moveworkspacetomonitor, name:spotify current
|
||||||
bind = SUPER, A, workspace, name:spotify
|
bind = SUPER, A, workspace, name:spotify
|
||||||
|
@ -202,11 +203,6 @@ in ''
|
||||||
bind = SUPER SHIFT, T, movetoworkspace, name:top
|
bind = SUPER SHIFT, T, movetoworkspace, name:top
|
||||||
bind = SUPER ALT, T, exec, [workspace name:top] alacritty -e btop
|
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, moveworkspacetomonitor, name:discord current
|
||||||
bind = SUPER, D, workspace, name:discord
|
bind = SUPER, D, workspace, name:discord
|
||||||
bind = SUPER SHIFT, D, movetoworkspace, name:discord
|
bind = SUPER SHIFT, D, movetoworkspace, name:discord
|
||||||
|
|
|
@ -37,14 +37,13 @@
|
||||||
"5" = "";
|
"5" = "";
|
||||||
"6" = "";
|
"6" = "";
|
||||||
"emacs" = "";
|
"emacs" = "";
|
||||||
"web" = "";
|
"web" = "";
|
||||||
"top" = "";
|
|
||||||
"spotify" = "";
|
"spotify" = "";
|
||||||
"chromium" = "";
|
|
||||||
"discord" = "";
|
"discord" = "";
|
||||||
"steam" = "";
|
"steam" = "";
|
||||||
"remote" = "";
|
|
||||||
"teams" = "";
|
"teams" = "";
|
||||||
|
"top" = "";
|
||||||
|
"remote" = "";
|
||||||
default = "";
|
default = "";
|
||||||
special = "";
|
special = "";
|
||||||
urgent = "";
|
urgent = "";
|
||||||
|
@ -58,7 +57,7 @@
|
||||||
"btop" = " System Status";
|
"btop" = " System Status";
|
||||||
"ncspot" = " Spotify TUI";
|
"ncspot" = " Spotify TUI";
|
||||||
"(.*) - Chromium" = " $1";
|
"(.*) - Chromium" = " $1";
|
||||||
"Nyxt - (.*)" = " $1";
|
"Nyxt - (.*)" = " $1";
|
||||||
"(.*) - Discord" = " $1";
|
"(.*) - Discord" = " $1";
|
||||||
"NoMachine - (.*)" = " $1";
|
"NoMachine - (.*)" = " $1";
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,5 +17,4 @@
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [ openfortivpn zoom-us ];
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
dex
|
dex
|
||||||
mesa
|
mesa
|
||||||
|
|
Loading…
Reference in a new issue