diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:17:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-08 12:03:27 +0200 |
| commit | ab6d61c5fc5f8adebd46691f94cf35c32ae631db (patch) | |
| tree | 20c5bfde9157d0e840ab53fc5059c592656f9eac /wallust/templates/niri | |
| parent | e958146735f214509d3996a21a1adfb950e415b8 (diff) | |
| download | dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.tar.gz dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.zip | |
changed a bunch of things
updated the Wallpaper Menu and adjusted other things
Diffstat (limited to 'wallust/templates/niri')
| -rw-r--r-- | wallust/templates/niri | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/wallust/templates/niri b/wallust/templates/niri index 45e952d..bcd5d1a 100644 --- a/wallust/templates/niri +++ b/wallust/templates/niri @@ -101,7 +101,12 @@ layout { gaps-between-tabs 5 active-color "{{color1}}" inactive-color "{{color0}}" + length total-proportion=1.0 } + + insert-hint { + color "{{color1}}" + } } overview { @@ -143,7 +148,7 @@ binds { Mod+Space hotkey-overlay-title="Spawn Applauncher" { spawn "rofi" "-show" "drun" "-theme" "~/.config/rofi/applauncher.rasi"; } Mod+Escape hotkey-overlay-title="Spawn Powermenu" { spawn "~/.config/scripts/powermenu"; } Mod+W hotkey-overlay-title="Spawn Wallpapermenu" { spawn "~/.config/scripts/wallpapermenu"; } - // Mod+W repeat=false hotkey-overlay-title="Random Wallpaper" { spawn "~/.config/scripts/set_random" "/home/eric.marin/Pictures/Backgrounds/"; } + Mod+Shift+W repeat=false hotkey-overlay-title="Random Wallpaper" { spawn "~/.config/scripts/set_random" "/home/eric.marin/Pictures/Backgrounds/"; } XF86AudioRaiseVolume allow-when-locked=true { spawn "pamixer" "-i" "5"; } XF86AudioLowerVolume allow-when-locked=true { spawn "pamixer" "-d" "5"; } |
