[sway] Switches to sway over hyprland
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user