aly: restore hyprland workspace assognments for laptops

This commit is contained in:
Aly Raffauf 2024-08-20 14:34:12 -04:00
parent 6e4fcbae9f
commit 0b489bbe1b
2 changed files with 5 additions and 1 deletions

View file

@ -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;" "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 = [ workspace = [
"1,defaultName:web,on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}" "1,defaultName:web,on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}"
"2,defaultName:note,on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}" "2,defaultName:note,on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}"

View file

@ -1,5 +1,4 @@
{ {
pkgs,
lib, lib,
config, config,
... ...