updated
This commit is contained in:
@@ -10,6 +10,7 @@ spawn-at-startup "/usr/bin/pipewire-pulse"
|
||||
spawn-at-startup "/usr/bin/nextcloud"
|
||||
spawn-at-startup "/usr/bin/swayidle" "-w"
|
||||
spawn-at-startup "~/.local/bin/niri-sidebar" "listen"
|
||||
spawn-at-startup "/usr/bin/niri-float-sticky"
|
||||
|
||||
workspace "chat" {
|
||||
open-on-output "DP-3"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//Ensure theme is set
|
||||
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "'Adwaita-dark'"
|
||||
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'"
|
||||
//spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'"
|
||||
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
// Find more information on the wiki:
|
||||
@@ -97,11 +97,11 @@ animations {
|
||||
// enable transparency
|
||||
window-rule {
|
||||
match is-active=false
|
||||
opacity 0.8 //inactive transparency
|
||||
opacity 1.0 //inactive transparency
|
||||
}
|
||||
window-rule {
|
||||
match is-active=true
|
||||
opacity 0.95 //active transparency
|
||||
opacity 1.0 //active transparency
|
||||
}
|
||||
window-rule {
|
||||
draw-border-with-background false
|
||||
|
||||
Reference in New Issue
Block a user