mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
aly: restore hyprland workspace assognments for laptops
This commit is contained in:
parent
6e4fcbae9f
commit
0b489bbe1b
|
@ -25,6 +25,11 @@
|
|||
"sleep 2 && hyprctl dispatch workspace 2 && sleep 2 && hyprctl dispatch workspace 3 && sleep 2 && hyprctl dispatch workspace 4 && sleep 2 && hyprctl dispatch workspace 1;"
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
"workspace 1,class:(brave-browser)"
|
||||
"workspace 5,class:(firework)"
|
||||
];
|
||||
|
||||
workspace = [
|
||||
"1,defaultName:web,on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}"
|
||||
"2,defaultName:note,on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue