added two more workspaces, one for each monitor

autostarted floorp on youtube on the bg_noise workspace
autostarted alacritty on the main workspace

also fixed zellij not being set properly (again)
This commit is contained in:
Gabriella Bere 2025-05-06 19:58:08 +01:00
parent 61239c0f2b
commit 887735826b
2 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,8 @@
];
workspace = [
"name:comms, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4KL78, default:true"
"name:bg_noise, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4ZAM2, default:true"
"name:main, monitor:eDP-2, default:true"
];
# Define SUPER key as mod key
@ -44,6 +46,10 @@
"[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
"[workspace name:comms silent; move 100%,100%] floorp https://web.whatsapp.com https://instagram.com"
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
"[workspace name:bg_noise] floorp https://www.youtube.com/playlist?list=WL"
"[workspace name:main] alacritty"
];
# Declare all keybinds

View file

@ -1,8 +1,8 @@
{...}: {
zellij = {
programs.zellij = {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
}
};
}