This commit is contained in:
2026-03-13 17:23:49 -05:00
parent 1432d75bb6
commit 381b5700bd
32 changed files with 814 additions and 424 deletions

View File

@@ -7,6 +7,7 @@ environment {
QT_QPA_PLATFORMTHEME "gtk3"
}
include "workspaces.kdl"
include "startup.kdl"
include "input.kdl"
include "outputs.kdl"

View File

@@ -11,29 +11,12 @@ spawn-at-startup "/usr/bin/nextcloud"
spawn-at-startup "/usr/bin/swayidle" "-w"
spawn-at-startup "~/.local/bin/niri-sidebar" "listen"
spawn-at-startup "/usr/bin/niri-float-sticky"
spawn-at-startup "/usr/bin/flatpak" "--user" "run" "com.github.wwmm.easyeffects" "-w"
workspace "chat" {
open-on-output "DP-3"
}
window-rule {
match app-id="nheko"
open-on-workspace "chat"
}
spawn-at-startup "/usr/bin/flatpak" "run" "im.nheko.Nheko"
window-rule {
match app-id="Element"
open-on-workspace "chat"
}
spawn-at-startup "/usr/bin/flatpak" "--user" "run" "im.nheko.Nheko"
//spawn-at-startup "/usr/bin/element-desktop"
//"--enable-features=UseOzonePlatform" "--ozone-platform=wayland"
window-rule {
match app-id="discord"
open-on-workspace "chat"
}
//spawn-at-startup "/usr/bin/flatpak" "run" "--socket=wayland" "com.discordapp.Discord" "--enable-features=UseOzonePlatform" "--ozone-platform=wayland"
//spawn-at-startup "/usr/local/bin/discord-delay.sh"
//window-rule {
// match app-id="srain"
// open-on-workspace "chat"
//}
//spawn-at-startup "/usr/bin/srain"

View File

@@ -0,0 +1,33 @@
// WORKSAPCE: chat
workspace "chat" {
open-on-output "Acer Technologies G246HYL LZ5AA0012413"
}
window-rule {
match app-id="nheko"
open-on-workspace "chat"
}
window-rule {
match app-id="Element"
open-on-workspace "chat"
}
window-rule {
match app-id="discord"
open-on-workspace "chat"
}
//window-rule {
// match app-id="srain"
// open-on-workspace "chat"
//}
// WORKSAPCE: VM
workspace "VM" {
open-on-output "LG Electronics LG ULTRAGEAR 101NTLELA752"
}
window-rule {
match app-id="virt-manager"
open-on-workspace "VM"
}
window-rule {
match app-id="VirtualBox Manager"
open-on-workspace "VM"
}