diff options
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/waybar.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 818266e1..b5347d6f 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -609,6 +609,7 @@ in { | |||
609 | (plain "window-rule" [ | 609 | (plain "window-rule" [ |
610 | (leaf "match" { app-id = "^org\\.pwmt\\.zathura$"; }) | 610 | (leaf "match" { app-id = "^org\\.pwmt\\.zathura$"; }) |
611 | (leaf "match" { app-id = "^evince$"; }) | 611 | (leaf "match" { app-id = "^evince$"; }) |
612 | (leaf "match" { app-id = "^org\\.gnome\\.Papers$"; }) | ||
612 | (leaf "default-column-display" "tabbed") | 613 | (leaf "default-column-display" "tabbed") |
613 | ]) | 614 | ]) |
614 | 615 | ||
diff --git a/accounts/gkleen@sif/niri/waybar.nix b/accounts/gkleen@sif/niri/waybar.nix index 6742e9fc..cc131c08 100644 --- a/accounts/gkleen@sif/niri/waybar.nix +++ b/accounts/gkleen@sif/niri/waybar.nix | |||
@@ -20,7 +20,7 @@ in { | |||
20 | { | 20 | { |
21 | layer = "top"; | 21 | layer = "top"; |
22 | position = "top"; | 22 | position = "top"; |
23 | height = 14; | 23 | height = 21; |
24 | output = [ "eDP-1" "DP-2" "DP-3" ]; | 24 | output = [ "eDP-1" "DP-2" "DP-3" ]; |
25 | modules-left = [ "niri/workspaces" ]; | 25 | modules-left = [ "niri/workspaces" ]; |
26 | modules-center = [ "niri/window" ]; | 26 | modules-center = [ "niri/window" ]; |