mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
niri: keep the pomodoro timer at top left corner of laptop's screen
This commit is contained in:
parent
4eaa8851c6
commit
668c451b55
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ input-field {
|
||||||
|
|
||||||
dots_spacing = 0.2
|
dots_spacing = 0.2
|
||||||
dots_center = true
|
dots_center = true
|
||||||
# dots_fade_time = 100
|
dots_fade_time = 100
|
||||||
|
|
||||||
shadow_color = rgba(5, 7, 5, 0.1)
|
shadow_color = rgba(5, 7, 5, 0.1)
|
||||||
shadow_size = 7
|
shadow_size = 7
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ window-rule {
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="org.gnome.Solanum";
|
match app-id="org.gnome.Solanum";
|
||||||
default-floating-position relative-to="bottom-left" x=10 y=10
|
default-floating-position relative-to="top-left" x=10 y=10
|
||||||
open-focused true
|
open-focused true
|
||||||
open-on-workspace "laptop"
|
open-on-workspace "laptop"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue