Add discord back with own workspace

This commit is contained in:
Evie Litherland-Smith 2023-11-16 06:26:32 +00:00
parent 0a5f55fbda
commit d79bd9f79b
4 changed files with 7 additions and 0 deletions

View file

@ -105,6 +105,7 @@
"steam" "steam"
"steam-original" "steam-original"
"steam-run" "steam-run"
"discord"
"nomachine-client" "nomachine-client"
]; ];
system = { inherit stateVersion; }; system = { inherit stateVersion; };

View file

@ -196,6 +196,10 @@ in ''
bind = SUPER, C, workspace, name:chromium bind = SUPER, C, workspace, name:chromium
windowrule = workspace name:chromium, (chromium-browser) windowrule = workspace name:chromium, (chromium-browser)
bind = SUPER, D, moveworkspacetomonitor, name:discord current
bind = SUPER, D, workspace, name:discord
windowrule = workspace name:discord, (discord)
bind = SUPER, S, moveworkspacetomonitor, name:steam current bind = SUPER, S, moveworkspacetomonitor, name:steam current
bind = SUPER, S, workspace, name:steam bind = SUPER, S, workspace, name:steam
bind = SUPER SHIFT, S, movetoworkspace, name:steam bind = SUPER SHIFT, S, movetoworkspace, name:steam

View file

@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.packages = with pkgs; [ discord ];
imports = [ imports = [
./waybar/default.nix ./waybar/default.nix
./anyrun/default.nix ./anyrun/default.nix

View file

@ -39,6 +39,7 @@
"emacs" = ""; "emacs" = "";
"top" = "󰒋"; "top" = "󰒋";
"chromium" = ""; "chromium" = "";
"discord" = "󰙯";
"steam" = "󰓓"; "steam" = "󰓓";
"remote" = "󰢹"; "remote" = "󰢹";
default = "󰋙"; default = "󰋙";