right before reorganizing - i3 stable
This commit is contained in:
parent
4976ff2b34
commit
534652294a
12 changed files with 755 additions and 87 deletions
18
home/wm/hyprland.nix
Normal file
18
home/wm/hyprland.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, config, hostName, lib, ... }: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
decoration = {
|
||||
shadow_offset = "0 5";
|
||||
"col.shadow" = "rgba(00000099)";
|
||||
};
|
||||
|
||||
"$mod" = "SUPER";
|
||||
|
||||
bindm = [
|
||||
# mouse movements
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
"$mod ALT, mouse:272, resizewindow"
|
||||
];
|
||||
};
|
||||
|
||||
} # end file
|
||||
Loading…
Add table
Add a link
Reference in a new issue