feat(dotfiles): add rofi plus niri waybar ricing
This commit is contained in:
parent
2fedcd8c8d
commit
fa24b6abfb
10 changed files with 346 additions and 22 deletions
|
@ -95,7 +95,7 @@ environment {
|
|||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||
layout {
|
||||
// Set gaps around windows in logical pixels.
|
||||
gaps 32
|
||||
gaps 16
|
||||
|
||||
// When to center a column when changing focus, options are:
|
||||
// - "never", default behavior, focusing an off-screen column will keep at the left
|
||||
|
@ -179,7 +179,7 @@ layout {
|
|||
// If you enable the border, you probably want to disable the focus ring.
|
||||
off
|
||||
|
||||
width 4
|
||||
width 3
|
||||
active-color "#ffc87f"
|
||||
inactive-color "#505050"
|
||||
|
||||
|
@ -211,7 +211,7 @@ spawn-at-startup "swww-daemon"
|
|||
spawn-at-startup "wl-paste --type text --watch cliphist store # Stores only text data"
|
||||
spawn-at-startup "wl-paste --type image --watch cliphist store # Stores only image data"
|
||||
spawn-at-startup "~/Code/nixos-config/scripts/swww.sh ~/Code/wallpaper"
|
||||
spawn-at-startup "firefox"
|
||||
spawn-at-startup "zen"
|
||||
spawn-at-startup "kitty"
|
||||
|
||||
hotkey-overlay {
|
||||
|
@ -258,6 +258,10 @@ window-rule {
|
|||
default-column-width {}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="rofi"
|
||||
open-floating true
|
||||
}
|
||||
// Example: block out two password managers from screen capture.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
|
@ -275,7 +279,7 @@ window-rule {
|
|||
window-rule {
|
||||
geometry-corner-radius 5
|
||||
clip-to-geometry true
|
||||
opacity 0.95
|
||||
opacity 0.98
|
||||
}
|
||||
|
||||
binds {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue