Add workspace for steam, update syncthing for Vanguard
This commit is contained in:
parent
f69deb5339
commit
e97d94c79e
|
@ -104,7 +104,7 @@
|
|||
home-config
|
||||
hyprland-config
|
||||
./hosts/Vanguard
|
||||
./users/xenia
|
||||
./users/xenia/Vanguard.nix
|
||||
./services/sshd
|
||||
./services/syncthing/Vanguard.nix
|
||||
{home-manager.users.xenia.imports = [hyprland-home-config];}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"Exports".path = "~/Documents/Exports";
|
||||
"Notes".path = "~/notes";
|
||||
"Pictures".path = "~/Pictures";
|
||||
"Xochitl".enable = false;
|
||||
"Zotero".path = "~/Documents/Zotero";
|
||||
};
|
||||
};
|
||||
|
|
19
users/xenia/Vanguard.nix
Normal file
19
users/xenia/Vanguard.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{...}: {
|
||||
imports = [./default.nix];
|
||||
home-manager.users.xenia = {
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
source=./common.conf
|
||||
monitor=DP-2,highrr,auto,auto
|
||||
|
||||
workspace = name:steam
|
||||
windowrule = workspace name:steam, [Ss]team.*
|
||||
bind = ALT, S, moveworkspacetomonitor, name:steam current
|
||||
bind = ALT, S, workspace, name:steam
|
||||
bind = ALT SHIFT, S, moveworkspacetomonitor, name:steam current
|
||||
bind = ALT SHIFT, S, movetoworkspace, name:steam
|
||||
'';
|
||||
programs.waybar.settings = {
|
||||
main."wlr/workspaces"."format-icons"."steam" = "";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue