diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 75c4bdf..706e6d3 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -1,17 +1,18 @@ // vim: foldmethod=marker ts=2 sw=2 // auto start {{{ -spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"; // NOTE: might be run as system service +spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" spawn-at-startup "~/.config/niri/waybar" -spawn-at-startup "dunst"; -spawn-at-startup "xwayland-satellite"; // TODO: remove in next update -spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"; +spawn-at-startup "dunst" +spawn-at-startup "xwayland-satellite" // TODO: remove in next update +spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf" +spawn-at-startup "zen-browser" // }}} // env {{{ environment { DISPLAY ":0" QT_QPA_PLATFORM "wayland;xcb" QT_WAYLAND_DISABLE_WINDOWDECORATION "1" - MOZ_ENABLE_WAYLAND "1"; + MOZ_ENABLE_WAYLAND "1" } // }}} // inputs {{{ @@ -66,7 +67,7 @@ output "eDP-1" { layout { gaps 0 center-focused-column "never" - default-column-width { proportion 0.5; } + default-column-width { proportion 0.7; } border { off; } preset-column-widths { proportion 0.33333 @@ -102,7 +103,7 @@ workspace "laptop" { open-on-output "eDP-1"; } workspace "tools" { open-on-output "HDMI-A-1"; } workspace "web"{ open-on-output "HDMI-A-1"; } workspace "dev"{ open-on-output "HDMI-A-1"; } -workspace "media" { open-on-output "HDMI-A-1"; } +workspace "misc" { open-on-output "HDMI-A-1"; } window-rule { match app-id="anki" diff --git a/config/waybar/modules/niri.json b/config/waybar/modules/niri.json index 07ed715..1ff13b3 100644 --- a/config/waybar/modules/niri.json +++ b/config/waybar/modules/niri.json @@ -5,7 +5,7 @@ "tools": "󰅨", "web": "󰖟", "dev": "", - "media": "󰎄", + "misc": "", "default": "" } },