Home Gen103 @ 2024-04-26-14:11
This commit is contained in:
parent
f91d4818cc
commit
1d44646e4b
@ -12,13 +12,21 @@
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.variables = ["--all"];
|
systemd.variables = ["--all"];
|
||||||
|
xwayland.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, RETURN, exec, ${pkgs.kitty}/bin/kitty"
|
"$mod, RETURN, exec, ${pkgs.kitty}/bin/kitty"
|
||||||
"$mod, d, exec, ${pkgs.rofi}/bin/rofi -show drun"
|
"$mod, d, exec, ${pkgs.rofi}/bin/rofi -show drun"
|
||||||
"$mod, f, exec, ${pkgs.firefox}/bin/firefox"
|
"$mod, h, movefocus, left"
|
||||||
|
"$mod, j, movefocus, down"
|
||||||
|
"$mod, k, movefocus, up"
|
||||||
|
"$mod, l, movefocus, right"
|
||||||
|
"$mod SHIFT, h, move, left"
|
||||||
|
"$mod SHIFT, j, move, down"
|
||||||
|
"$mod SHIFT, k, move, up"
|
||||||
|
"$mod SHIFT, l, move, right"
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
# workspaces
|
# workspaces
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user