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:
parent
61239c0f2b
commit
887735826b
2 changed files with 8 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
||||||
];
|
];
|
||||||
workspace = [
|
workspace = [
|
||||||
"name:comms, monitor:desc:Lenovo Group Limited LEN G24-10 U5B4KL78, default:true"
|
"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
|
# 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%] 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%] floorp https://web.whatsapp.com https://instagram.com"
|
||||||
"[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
"[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
|
# Declare all keybinds
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
exitShellOnExit = true;
|
exitShellOnExit = true;
|
||||||
attachExistingSession = true;
|
attachExistingSession = true;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue