Add discord back with own workspace
This commit is contained in:
parent
0a5f55fbda
commit
d79bd9f79b
|
@ -105,6 +105,7 @@
|
|||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"discord"
|
||||
"nomachine-client"
|
||||
];
|
||||
system = { inherit stateVersion; };
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ discord ];
|
||||
imports = [
|
||||
./waybar/default.nix
|
||||
./anyrun/default.nix
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"emacs" = "";
|
||||
"top" = "";
|
||||
"chromium" = "";
|
||||
"discord" = "";
|
||||
"steam" = "";
|
||||
"remote" = "";
|
||||
default = "";
|
||||
|
|
Loading…
Reference in a new issue