upd hyprland & sway
This commit is contained in:
parent
309fa70672
commit
07cf079bd9
9 changed files with 107 additions and 22 deletions
|
|
@ -41,16 +41,16 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
# xwayland.enable = true;
|
||||
# package = inputs.hyprland.packages.${system}.default;
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
# variables = ["--all"];
|
||||
# extraCommands = [
|
||||
# "systemctl --user stop graphical-session.target"
|
||||
# "systemctl --user start hyprland-session.target"
|
||||
# ];
|
||||
variables = ["--all"];
|
||||
extraCommands = [
|
||||
"systemctl --user stop graphical-session.target"
|
||||
"systemctl --user start hyprland-session.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ in {
|
|||
|
||||
menu = "killall anyrun || anyrun";
|
||||
|
||||
modifier = "Mod4";
|
||||
|
||||
input = {
|
||||
"Logitech USB Receiver Keyboard" = {
|
||||
accel_profile = "flat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue