Add discord back with own workspace
This commit is contained in:
parent
0a5f55fbda
commit
d79bd9f79b
|
@ -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; };
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
"emacs" = "";
|
"emacs" = "";
|
||||||
"top" = "";
|
"top" = "";
|
||||||
"chromium" = "";
|
"chromium" = "";
|
||||||
|
"discord" = "";
|
||||||
"steam" = "";
|
"steam" = "";
|
||||||
"remote" = "";
|
"remote" = "";
|
||||||
default = "";
|
default = "";
|
||||||
|
|
Loading…
Reference in a new issue