mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 01:08:32 +02:00
* Create reorder-workspaces.sh * Update keybindings.kdl * Update config.kdl * Update niri-hardware.kdl * fix(niri): add workspaces 7, 8, 9 for proper bar ordering
19 lines
615 B
Plaintext
19 lines
615 B
Plaintext
output "eDP-1" {
|
|
scale 1.500000
|
|
transform "normal"
|
|
mode "2560x1600@60"
|
|
position x=0 y=0
|
|
}
|
|
workspace "1terminal" { open-on-output "eDP-1"; }
|
|
workspace "2browser" { open-on-output "eDP-1"; }
|
|
workspace "3chat" { open-on-output "eDP-1"; }
|
|
workspace "4music" { open-on-output "eDP-1"; }
|
|
workspace "5mail" { open-on-output "eDP-1"; }
|
|
workspace "6file" { open-on-output "eDP-1"; }
|
|
workspace "7" { open-on-output "eDP-1"; }
|
|
workspace "8" { open-on-output "eDP-1"; }
|
|
workspace "9" { open-on-output "eDP-1"; }
|
|
workspace "0other" { open-on-output "eDP-1"; }
|
|
debug { render-drm-device "/dev/dri/renderD128"; }
|
|
|