mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
aly: add default hyprland named workspaces
This commit is contained in:
parent
a62d945c0e
commit
d620b97399
6
aly.nix
6
aly.nix
|
@ -35,7 +35,7 @@
|
|||
services.syncthing.enable = false;
|
||||
desktop = {
|
||||
hyprland = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
hyprpaper.randomWallpaper = false;
|
||||
};
|
||||
sway = {
|
||||
|
@ -80,7 +80,9 @@
|
|||
};
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
# Workspace - Browser
|
||||
# workspace = name:browser,1, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false
|
||||
workspace = 1,defaultName:web
|
||||
workspace = 2,defaultName:code
|
||||
|
||||
# windowrulev2 = workspace name:browser,class:(firefox)
|
||||
windowrulev2 = workspace 1,class:(firefox)
|
||||
|
||||
|
|
Loading…
Reference in a new issue