summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix2
-rw-r--r--accounts/gkleen@sif/niri/default.nix1
-rw-r--r--accounts/gkleen@sif/niri/waybar.nix2
3 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index b54103e1..1c2031b5 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -392,7 +392,7 @@ in {
392 packages = with pkgs; [ 392 packages = with pkgs; [
393 fira fira-code pwvucontrol wrappedKeepassxc wl-clipboard-rs 393 fira fira-code pwvucontrol wrappedKeepassxc wl-clipboard-rs
394 mumble pulseaudio-ctl pamixer libnotify screen-message 394 mumble pulseaudio-ctl pamixer libnotify screen-message
395 wrappedYTMDesktop libsForQt5.qt5ct playerctl evince 395 wrappedYTMDesktop libsForQt5.qt5ct playerctl evince papers
396 thunderbird zoom-us xdg-desktop-portal steam steam-run 396 thunderbird zoom-us xdg-desktop-portal steam steam-run
397 wireshark virt-manager rclone cached-nix-shell worktime 397 wireshark virt-manager rclone cached-nix-shell worktime
398 fira-code-symbols libreoffice xournalpp google-chrome 398 fira-code-symbols libreoffice xournalpp google-chrome
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" ];