Hyprland config
This commit is contained in:
parent
7ad0bd6fdc
commit
e4fc0b1947
3 changed files with 27 additions and 2 deletions
|
@ -55,8 +55,25 @@ in {
|
||||||
kb_layout = "ch";
|
kb_layout = "ch";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bezier = [
|
||||||
|
"wind, 0.05, 0.9, 0.1, 1.05"
|
||||||
|
"winIn, 0.1, 1.1, 0.1, 1.1"
|
||||||
|
"winOut, 0.3, -0.3, 0, 1"
|
||||||
|
"liner, 1, 1, 1, 1"
|
||||||
|
];
|
||||||
|
|
||||||
animation = [
|
animation = [
|
||||||
"workspaces,1,10,default"
|
"windows, 1, 6, wind, slide"
|
||||||
|
"windowsIn, 1, 6, winIn, slide"
|
||||||
|
"windowsOut, 1, 5, winOut, slide"
|
||||||
|
"windowsMove, 1, 5, wind, slide"
|
||||||
|
"border, 1, 1, liner"
|
||||||
|
"borderangle, 1, 30, liner, loop"
|
||||||
|
"fade, 1, 10, default"
|
||||||
|
"workspaces, 1, 5, wind"
|
||||||
|
];
|
||||||
|
|
||||||
|
exec-once = [
|
||||||
];
|
];
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
|
@ -64,6 +81,8 @@ in {
|
||||||
"$mod, return, exec, alacritty"
|
"$mod, return, exec, alacritty"
|
||||||
"$mod SHIFT, return, exec, firefox"
|
"$mod SHIFT, return, exec, firefox"
|
||||||
"$mod SHIFT, m, exit"
|
"$mod SHIFT, m, exit"
|
||||||
|
", F11, exec, pamixer -d 2"
|
||||||
|
", F12, exec, pamixer -i 2"
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
"$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"
|
"$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"
|
||||||
|
@ -80,7 +99,7 @@ in {
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
"$mod SHIFT, s, exec, grim -g 'slurp -d' - | wl-copy"
|
"$mod SHIFT, s, exec, grim -g '$(slurp -d)' - | wl-copy"
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
builtins.concatLists (builtins.genList (
|
builtins.concatLists (builtins.genList (
|
||||||
|
|
|
@ -14,6 +14,11 @@
|
||||||
"DP-2,2560x1440@144,0x0,1"
|
"DP-2,2560x1440@144,0x0,1"
|
||||||
"DP-1,1920x1080@60,2560x0,1"
|
"DP-1,1920x1080@60,2560x0,1"
|
||||||
];
|
];
|
||||||
|
extra = {
|
||||||
|
exec-once = [
|
||||||
|
"hyprctl dispatch moveworkspacetomonitor 1 DP-2"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,7 @@ in {
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
pavucontrol
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue