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-original"
"steam-run"
"discord"
"nomachine-client"
];
system = { inherit stateVersion; };

View file

@ -196,6 +196,10 @@ in ''
bind = SUPER, C, workspace, name:chromium
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, workspace, name:steam
bind = SUPER SHIFT, S, movetoworkspace, name:steam

View file

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

View file

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