Update niri and waybar layout
This commit is contained in:
parent
833d34f916
commit
118b64c1d4
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ output "LG Electronics LG ULTRAGEAR 404NTCZ0R931" {
|
||||||
variable-refresh-rate on-demand=true
|
variable-refresh-rate on-demand=true
|
||||||
}
|
}
|
||||||
layout {
|
layout {
|
||||||
gaps 4
|
gaps 10
|
||||||
always-center-single-column
|
always-center-single-column
|
||||||
preset-column-widths {
|
preset-column-widths {
|
||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
|
@ -114,7 +114,7 @@ window-rule {
|
||||||
// Display Steam notifications in corner of the screen
|
// Display Steam notifications in corner of the screen
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="steam" title="^notificationtoasts_\\d+_desktop$"
|
match app-id="steam" title="^notificationtoasts_\\d+_desktop$"
|
||||||
default-floating-position x=0 y=0 relative-to="bottom-right"
|
//default-floating-position x=0 y=0 relative-to="bottom-right"
|
||||||
}
|
}
|
||||||
// Open windows in web workspace
|
// Open windows in web workspace
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"spacing": 8,
|
"spacing": 8,
|
||||||
"margin-top": 4,
|
"margin-top": 5,
|
||||||
"margin-left": 4,
|
"margin-left": 5,
|
||||||
"margin-right": 4,
|
"margin-right": 5,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"niri/workspaces",
|
"niri/workspaces",
|
||||||
"privacy",
|
"privacy",
|
||||||
|
|
Loading…
Add table
Reference in a new issue