hyprland: don't enable the package in home-manager
This commit is contained in:
parent
c9db3bfeae
commit
0dd5d766fe
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland = {
|
xdg.configFile."hypr/hyprland.conf".text = # hyprlang
|
||||||
enable = true;
|
|
||||||
|
|
||||||
extraConfig = # hyprlang
|
|
||||||
''
|
''
|
||||||
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland
|
# Catppuccin Macchiato - https://github.com/catppuccin/hyprland
|
||||||
$rosewaterAlpha = rgb(f4dbd6)
|
$rosewaterAlpha = rgb(f4dbd6)
|
||||||
|
@ -75,8 +72,8 @@
|
||||||
autogenerated = 0 # remove this line to remove the warning
|
autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = DP-3, 1920x1080@75, 2560x0, 1, bitdepth, 10
|
monitor = DP-3, 1920x1080@75, 2560x0, 1
|
||||||
monitor = DP-2, 2560x1440@165, 0x0, 1, bitdepth, 10
|
monitor = DP-2, 2560x1440@165, 0x0, 1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
@ -86,6 +83,10 @@
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = ~/.local/share/scripts/hyprland/start_services.sh
|
exec-once = ~/.local/share/scripts/hyprland/start_services.sh
|
||||||
|
|
||||||
|
# Set cursor size.
|
||||||
|
env = HYPRCURSOR_SIZE, 36
|
||||||
|
env = XCURSOR_SIZE, 36
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
|
@ -191,7 +192,7 @@
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod CTRL, F, fakefullscreen
|
bind = $mainMod CTRL, F, fullscreenstate, -1 2
|
||||||
bind = $mainMod CTRL, L, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
bind = $mainMod CTRL, L, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
bind = $mainMod CTRL, P, exec, ~/.local/share/scripts/hyprland/screenshot_area.sh
|
bind = $mainMod CTRL, P, exec, ~/.local/share/scripts/hyprland/screenshot_area.sh
|
||||||
bind = $mainMod CTRL, V, pin
|
bind = $mainMod CTRL, V, pin
|
||||||
|
@ -272,5 +273,4 @@
|
||||||
windowrule = pin, ^(steam_app_2726450)$
|
windowrule = pin, ^(steam_app_2726450)$
|
||||||
windowrule = opacity 0.9, ^(steam_app_2726450)$
|
windowrule = opacity 0.9, ^(steam_app_2726450)$
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue