non important commit

This commit is contained in:
benstrb 2026-01-25 21:17:15 +01:00
parent b97c03ab6d
commit 904f6d9d82

View file

@ -37,7 +37,6 @@
prefer-no-csd = true; prefer-no-csd = true;
cursor.size = 14; cursor.size = 14;
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
hotkey-overlay.hidden = true;
input = { input = {
keyboard.numlock = true; keyboard.numlock = true;
@ -50,6 +49,8 @@
}; };
binds = { binds = {
hotkey-overlay.hidden = true;
"Mod+Q".action.close-window = []; "Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["kitty"]; "Mod+Return".action.spawn = ["kitty"];
"Mod+A".action.spawn = ["rofi" "-show" "drun"]; "Mod+A".action.spawn = ["rofi" "-show" "drun"];