diff options
| author | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
| commit | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (patch) | |
| tree | d5841eb7dc00ef23f6d6a9b52699e83709a5f3cb /hm/env/niri | |
| parent | 5d0f2554cf56459b0afd27d3ed437a7fa50602a9 (diff) | |
way too many changes to describe
Diffstat (limited to 'hm/env/niri')
| -rw-r--r-- | hm/env/niri/binds.nix | 20 | ||||
| -rw-r--r-- | hm/env/niri/niri.nix | 2 |
2 files changed, 10 insertions, 12 deletions
diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix index d22d0e7..cfa15e8 100644 --- a/hm/env/niri/binds.nix +++ b/hm/env/niri/binds.nix @@ -68,16 +68,16 @@ in "Mod+BracketLeft".action = consume-or-expel-window-left; "Mod+BracketRight".action = consume-or-expel-window-right; - "XF86Tools" = { - action = spawn "sh" "-c" '' - pkill -9 firefox || true - swaylock -f - wpctl set-mute @DEFAULT_AUDIO_SINK@ 1 - wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 1 - niri msg action power-off-monitors - ''; - repeat = false; - }; + # "XF86Tools" = { + # action = spawn "sh" "-c" '' + # pkill -9 firefox || true + # swaylock -f + # wpctl set-mute @DEFAULT_AUDIO_SINK@ 1 + # wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 1 + # niri msg action power-off-monitors + # ''; + # repeat = false; + # }; "Mod+R".action = switch-preset-column-width; "Mod+Shift+R".action = reset-window-height; diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index 577e52c..b751d3d 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -91,8 +91,6 @@ in ]; gestures.hot-corners.enable = false; spawn-at-startup = [ - { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } - { command = [ "awww-daemon" ]; } { command = [ "waybar" ]; } { command = [ "obs" "--disable-missing-files-check" "--startreplaybuffer" ]; } ]; |
