[sway] Switches to sway over hyprland

This commit is contained in:
2025-04-11 14:06:34 -07:00
parent b2b99f12cc
commit 8533f0c9cc
4 changed files with 284 additions and 10 deletions

View File

@@ -1,5 +1,14 @@
{ pkgs, inputs, ... }:
{
home.packages = with pkgs; [
hyprlock # lock screen
swayidle # lock on idle
swayosd # volume pop-up
swaynotificationcenter # notifications
hyprpolkitagent # Privilege managent
hyprshot # Screenshot utility
];
wayland.windowManager.hyprland = {
enable = true;
plugins = [
@@ -17,7 +26,6 @@
];
"$terminal" = "wezterm";
"$fileManager" = "dolphin";
"$menu" = "rofi -show combi -combi-modes drun,ssh,run -theme ~/.config/rofi/launcher/style.rasi";
"$browser" = "firefox";
@@ -286,7 +294,6 @@
"$mainMod, T, exec, $terminal"
"$mainMod, B, exec, $browser"
"$mainMod, D, exec, $menu"
"$mainMod, E, exec, $fileManager"
"$mainMod + SHIFT, S, exec, hyprshot -m region --clipboard-only"
"$mainMod, C, exec, swaync-client -t"