c6f96bcac8
- Add cliphist clipboard manager with wofi picker (Mod+Shift+C) - Add wl-paste watch for clipboard history - Add swayidle idle timeouts: blank at 5min, lock at 10min - Add blueman-applet autostart (bluetooth tray) - Add wlsunset night light for Vancouver (49.2N, 123.1W) - Add clipboard-picker script and symlink in install.sh - Waybar: add battery charging format, warning/critical states, tray config - Waybar CSS: add warning (yellow) and critical (red) battery colors
60 lines
1.8 KiB
KDL
60 lines
1.8 KiB
KDL
layout {
|
|
gaps 10
|
|
|
|
border {
|
|
width 2
|
|
active-color "#81a2be"
|
|
inactive-color "#373b41"
|
|
}
|
|
|
|
focus-ring {
|
|
width 4
|
|
}
|
|
}
|
|
|
|
spawn-at-startup "waybar"
|
|
spawn-at-startup "mako"
|
|
spawn-at-startup "swww-daemon"
|
|
spawn-at-startup "nm-applet" "--indicator"
|
|
spawn-at-startup "polkit-gnome-authentication-agent-1"
|
|
spawn-at-startup "swayidle" "-w"
|
|
"timeout" "300" "niri msg action power-off-monitors"
|
|
"timeout" "600" "swaylock -f -c 000000"
|
|
"before-sleep" "swaylock -f -c 000000"
|
|
spawn-at-startup "wl-paste" "--watch" "cliphist" "store"
|
|
spawn-at-startup "blueman-applet"
|
|
spawn-at-startup "wlsunset" "-l" "49.2" "-L" "-123.1"
|
|
|
|
binds {
|
|
Mod+Q repeat=false { close-window; }
|
|
Mod+F { fullscreen-window; }
|
|
|
|
Mod+Return { spawn "alacritty"; }
|
|
Mod+D { spawn "wofi" "--show" "drun"; }
|
|
Mod+E { spawn "thunar"; }
|
|
|
|
Mod+H { focus-column-left; }
|
|
Mod+L { focus-column-right; }
|
|
Mod+J { focus-window-down; }
|
|
Mod+K { focus-window-up; }
|
|
|
|
Mod+Shift+H { move-column-left; }
|
|
Mod+Shift+L { move-column-right; }
|
|
Mod+Shift+J { move-window-down; }
|
|
Mod+Shift+K { move-window-up; }
|
|
|
|
Print { spawn-sh "grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +%s).png"; }
|
|
|
|
Mod+Shift+E { spawn "swaylock" "-f" "-c" "000000"; }
|
|
Mod+Shift+P { spawn "powermenu"; }
|
|
Mod+Shift+C { spawn "clipboard-picker"; }
|
|
Mod+Shift+X { quit; }
|
|
|
|
XF86AudioRaiseVolume allow-when-locked=true { spawn "pamixer" "-i" "5"; }
|
|
XF86AudioLowerVolume allow-when-locked=true { spawn "pamixer" "-d" "5"; }
|
|
XF86AudioMute allow-when-locked=true { spawn "pamixer" "-t"; }
|
|
|
|
XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "set" "+10%"; }
|
|
XF86MonBrightnessDown allow-when-locked=true { spawn "brightnessctl" "set" "10%-"; }
|
|
}
|