aboutsummaryrefslogtreecommitdiff
path: root/wallust/templates/niri
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-03-05 22:25:17 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-05 22:26:26 +0100
commit6d95f092e30737d49b650891e93de518498523a3 (patch)
tree469db0917af455a1a354123f8d5ee27a228dae38 /wallust/templates/niri
parent4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (diff)
downloaddotfiles-6d95f092e30737d49b650891e93de518498523a3.tar.gz
dotfiles-6d95f092e30737d49b650891e93de518498523a3.zip
neorg
Diffstat (limited to 'wallust/templates/niri')
-rw-r--r--wallust/templates/niri26
1 files changed, 16 insertions, 10 deletions
diff --git a/wallust/templates/niri b/wallust/templates/niri
index 1b88179..93310e7 100644
--- a/wallust/templates/niri
+++ b/wallust/templates/niri
@@ -59,7 +59,7 @@ output "HDMI-A-1" {
layout {
gaps 5
- center-focused-column "never"
+ center-focused-column "on-overflow"
// empty-workspace-above-first
preset-column-widths {
@@ -86,11 +86,9 @@ layout {
inactive-color "{{color0}}"
}
- struts {
- left 5
- right 5
- top 0
- bottom 5
+ tab-indicator {
+ place-within-column
+ gaps-between-tabs 5
}
}
@@ -111,16 +109,19 @@ window-rule {
//geometry-corner-radius 10
clip-to-geometry true
}
+window-rule {
+ match app-id="SFML"
+}
switch-events {}
binds {
Mod+Backslash { show-hotkey-overlay; }
- Mod+Return { spawn "foot"; }
- Mod+Space { spawn "fuzzel"; }
- Mod+Escape { spawn "~/.config/scripts/powermenu"; }
- Mod+W { spawn "~/.config/scripts/set_random" "/home/eric.marin/Pictures/Backgrounds/"; }
+ Mod+Return hotkey-overlay-title="Spawn Terminal" { spawn "foot"; }
+ Mod+Space hotkey-overlay-title="Spawn Applauncher" { spawn "fuzzel"; }
+ Mod+Escape hotkey-overlay-title="Spawn Powermenu" { spawn "~/.config/scripts/powermenu"; }
+ Mod+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"; }
@@ -204,5 +205,10 @@ binds {
Ctrl+Print { screenshot-screen; }
Alt+Print { screenshot-window; }
+ Mod+V { toggle-window-floating; }
+ Mod+Shift+V { switch-focus-between-floating-and-tiling; }
+
+ Mod+T { toggle-column-tabbed-display; }
+
Mod+Shift+E { quit; }
}