mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
niri: update icon on waybar; start browser on start
This commit is contained in:
parent
b68db8cdc1
commit
e19c3f6342
2 changed files with 9 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"tools": "",
|
||||
"web": "",
|
||||
"dev": "",
|
||||
"media": "",
|
||||
"misc": "",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue