aboutsummaryrefslogtreecommitdiff
path: root/wallust
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wallust/templates/foot2
-rw-r--r--wallust/templates/niri26
-rw-r--r--wallust/wallust.toml6
3 files changed, 20 insertions, 14 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; }
}
diff --git a/wallust/wallust.toml b/wallust/wallust.toml
index fa2e790..b535a6a 100644
--- a/wallust/wallust.toml
+++ b/wallust/wallust.toml
@@ -1,15 +1,15 @@
-backend = "kmeans"
+backend = "fastresize"
check_contrast = true
color_space = "lch"
fallback_generator = "complementary"
-palette = "ansidark"
+palette = "ansidark16"
[templates]
foot.template = "foot"
foot.target = "~/.config/foot/foot.ini"
nvim.template = "nvim"
-nvim.target = "~/.cache/wallust/colors_neopywal.vim"
+nvim.target = "~/.cache/wal/colors-wal.vim"
fuzzel.template = "fuzzel"
fuzzel.target = "~/.config/fuzzel/fuzzel.ini"