mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 16:01:21 +02:00
fix(niri): add workspaces 7, 8, 9 for proper bar ordering (#246)
* 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
This commit is contained in:
@@ -10,6 +10,9 @@ 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"; }
|
||||
|
||||
|
||||
@@ -45,4 +45,7 @@ workspace "5music" { open-on-output "DP-2"; }
|
||||
workspace "1terminal" { open-on-output "HDMI-A-1"; }
|
||||
workspace "3chat" { open-on-output "HDMI-A-1"; }
|
||||
workspace "6file" { open-on-output "HDMI-A-1"; }
|
||||
workspace "7" { open-on-output "HDMI-A-1"; }
|
||||
workspace "8" { open-on-output "HDMI-A-1"; }
|
||||
workspace "9" { open-on-output "HDMI-A-1"; }
|
||||
workspace "0other" { open-on-output "HDMI-A-1"; }
|
||||
|
||||
Reference in New Issue
Block a user