diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-03-05 22:25:17 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-03-05 22:26:26 +0100 |
| commit | 6d95f092e30737d49b650891e93de518498523a3 (patch) | |
| tree | 469db0917af455a1a354123f8d5ee27a228dae38 /wallust/templates | |
| parent | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (diff) | |
| download | dotfiles-6d95f092e30737d49b650891e93de518498523a3.tar.gz dotfiles-6d95f092e30737d49b650891e93de518498523a3.zip | |
neorg
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/foot | 2 | ||||
| -rw-r--r-- | wallust/templates/niri | 26 |
2 files changed, 17 insertions, 11 deletions
diff --git a/wallust/templates/foot b/wallust/templates/foot index cd12385..151ecae 100644 --- a/wallust/templates/foot +++ b/wallust/templates/foot @@ -1,4 +1,4 @@ -font=Hack Nerd Font:size=10,Noto Color Emoji:size=10,Sazanami Gothic:size=10 +font=Hack Nerd Font:size=10,Sazanami Gothic:size=10,Noto Color Emoji:size=10 pad=15x15 dpi-aware=yes term=foot-extra 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; } } |
