update hyprland styles
This commit is contained in:
parent
eabb4efb99
commit
7166c3615b
4 changed files with 17 additions and 16 deletions
|
|
@ -10,6 +10,7 @@ in {
|
||||||
(import ./swaylock.nix)
|
(import ./swaylock.nix)
|
||||||
(import ./swayidle.nix)
|
(import ./swayidle.nix)
|
||||||
(import ./waybar.nix)
|
(import ./waybar.nix)
|
||||||
|
(import ./hycov.nix)
|
||||||
];
|
];
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -39,7 +40,7 @@ in {
|
||||||
workspace_swipe_numbered = true;
|
workspace_swipe_numbered = true;
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 5;
|
rounding = 0;
|
||||||
drop_shadow = false;
|
drop_shadow = false;
|
||||||
};
|
};
|
||||||
bezier = [
|
bezier = [
|
||||||
|
|
@ -52,7 +53,7 @@ in {
|
||||||
"windows, 1, 1, default, popin"
|
"windows, 1, 1, default, popin"
|
||||||
"border, 1, 1, default"
|
"border, 1, 1, default"
|
||||||
"fade, 1, 1, default"
|
"fade, 1, 1, default"
|
||||||
"workspaces, 1, 3, overshot"
|
"workspaces, 1, 1, default"
|
||||||
"borderangle,1, 50, linear, loop"
|
"borderangle,1, 50, linear, loop"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -60,8 +61,8 @@ in {
|
||||||
# movement
|
# movement
|
||||||
"${modifier}, h, movefocus, l"
|
"${modifier}, h, movefocus, l"
|
||||||
"${modifier}, l, movefocus, r"
|
"${modifier}, l, movefocus, r"
|
||||||
"${modifier}, j, layoutmsg, cyclenext"
|
|
||||||
"${modifier}, k, layoutmsg, cycleprev"
|
"${modifier}_SHIFT, space, cyclenext, floating"
|
||||||
|
|
||||||
# window management
|
# window management
|
||||||
"${modifier}, F, fullscreen,"
|
"${modifier}, F, fullscreen,"
|
||||||
|
|
@ -69,9 +70,11 @@ in {
|
||||||
"${modifier}_SHIFT, X, killactive"
|
"${modifier}_SHIFT, X, killactive"
|
||||||
|
|
||||||
# master layout
|
# master layout
|
||||||
|
"${modifier}, j, layoutmsg, cyclenext"
|
||||||
|
"${modifier}, k, layoutmsg, cycleprev"
|
||||||
"${modifier}, space, layoutmsg, swapwithmaster master"
|
"${modifier}, space, layoutmsg, swapwithmaster master"
|
||||||
"${modifier}, W, layoutmsg, orientationprev"
|
"${modifier}, W, layoutmsg, orientationtop"
|
||||||
"${modifier}_SHIFT, W, layoutmsg, orientationnext"
|
"${modifier}_SHIFT, W, layoutmsg, orientationleft"
|
||||||
|
|
||||||
# window grouping
|
# window grouping
|
||||||
"${modifier}_SHIFT, V, togglegroup,"
|
"${modifier}_SHIFT, V, togglegroup,"
|
||||||
|
|
@ -136,11 +139,12 @@ in {
|
||||||
"11, default:true"
|
"11, default:true"
|
||||||
];
|
];
|
||||||
general = {
|
general = {
|
||||||
gaps_out = 10;
|
gaps_out = 2;
|
||||||
|
gaps_in = 2;
|
||||||
resize_on_border = true;
|
resize_on_border = true;
|
||||||
layout = "master";
|
layout = "master";
|
||||||
"col.active_border" = lib.mkForce "rgb(FFFF00) rgb(00FFFF) rgb(FF00FF)";
|
"col.active_border" = lib.mkForce "rgb(FFFF00) rgb(00FFFF) rgb(FF00FF)";
|
||||||
border_size = lib.mkDefault 5;
|
border_size = lib.mkDefault 2;
|
||||||
};
|
};
|
||||||
master = {
|
master = {
|
||||||
mfact = 0.7;
|
mfact = 0.7;
|
||||||
|
|
|
||||||
|
|
@ -318,7 +318,8 @@ in {
|
||||||
modifier = "${modifier}_SHIFT";
|
modifier = "${modifier}_SHIFT";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}{
|
}
|
||||||
|
{
|
||||||
name = "select-word";
|
name = "select-word";
|
||||||
text = ''
|
text = ''
|
||||||
cat ${../../lib/words.txt} | ${my-deps.menu} | awk '{print $1}' | wl-copy
|
cat ${../../lib/words.txt} | ${my-deps.menu} | awk '{print $1}' | wl-copy
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,6 @@ in {
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
|
||||||
gaps_out = 10;
|
|
||||||
border_size = 3;
|
|
||||||
};
|
|
||||||
bind = [
|
bind = [
|
||||||
"SUPER_SHIFT, Q, killactive,"
|
"SUPER_SHIFT, Q, killactive,"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue