Compare commits

..

3 Commits

Author SHA1 Message Date
7f5ad673d6 Remove sputnik-specific gaps 2026-01-28 17:05:02 +01:00
fc3f55842d niri: Replace ghostty with alacritty 2026-01-28 17:04:53 +01:00
0064ae38c5 niri: Replace calestia with dms 2026-01-28 17:03:58 +01:00

View File

@@ -67,11 +67,7 @@ output "DP-2" {
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
layout {
// Set gaps around windows in logical pixels.
{% if hostname == "sputnik" %}
gaps 2 // TODO: fix output-specific layout
{% else %}
gaps 12
{% end %}
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
// You can think of them as a kind of outer gaps. They are set in logical pixls.
@@ -129,7 +125,7 @@ layout {
spawn-at-startup "hyprpaper"
spawn-at-startup "swayidle" "-w" // ~/.config/swayidle/config
spawn-at-startup "qs" "-p" "/etc/quickshell/niri-caelestia-shell"
spawn-at-startup "dms" "run"
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
// If the client will specifically ask for CSD, the request will be honored.
@@ -334,11 +330,11 @@ binds {
// shows a list of important hotkeys.
Mod+Shift+Plus { show-hotkey-overlay; }
Mod+Return { spawn "ghostty"; }
Mod+Return { spawn "alacritty"; }
Mod+Plus { spawn "loginctl" "lock-session"; }
// TODO: why do i have to use spawn-sh?
Mod+D { spawn "qs" "-p" "/etc/quickshell/niri-caelestia-shell" "ipc" "call" "drawers" "toggle" "launcher"; }
Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; }
// You can also use a shell:
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }