All pastes #4bD3jZz7gJ Raw Edit

L42

public shellscript v1 · immutable
#4bD3jZz7gJ ·published 2026-07-25 18:57 UTC
rendered paste body
environment {    WLR_RENDERER "gles2"    WLR_NO_HARDWARE_CURSORS "1"    XDG_CURRENT_DESKTOP "niri"}input {    keyboard {        xkb {            layout "us,ru"            options "grp:alt_shift_toggle"        }    }}layout {    gaps 12    shadow {        off    }    focus-ring {        width 2        active-color "#ffffff"        inactive-color "#222222"    }}window-rule {    geometry-corner-radius 12    clip-to-geometry true    opacity 0.75}binds {    Super+T { spawn "alacritty"; }    Super+Shift+E { quit; }    Super+D { spawn "rofi" "-show" "drun"; }}spawn-at-startup "waybar"spawn-at-startup "sh" "-c" "sleep 2 && swaybg -i /home/htce/Pictures/Wallpapers/davidgandy.jpg -m fill"