forked from poz/niksos
438 lines
22 KiB
Nix
438 lines
22 KiB
Nix
{
|
|
config,
|
|
config',
|
|
inputs,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: with lib; let
|
|
cfg = config.myOptions.programs.hyprland;
|
|
osuCfg = config.myOptions.programs.osu;
|
|
|
|
inherit (inputs.nixpkgs-wayland.packages.${pkgs.system}) foot wl-clipboard swww wlsunset swaylock;
|
|
inherit (inputs.anyrun.packages.${pkgs.system}) anyrun;
|
|
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
|
inherit (inputs.shadower.packages.${pkgs.system}) shadower;
|
|
inherit (inputs.hyprland.packages.${pkgs.system}) hyprland;
|
|
in {
|
|
options.myOptions.programs.hyprland = {
|
|
enable = mkEnableOption "enable hiper ląd";
|
|
startupSound = mkOption {
|
|
type = types.path;
|
|
description = "sound to play on hyprland startup";
|
|
};
|
|
tearing = mkOption {
|
|
type = types.bool;
|
|
description = "enable tearing";
|
|
default = false;
|
|
};
|
|
};
|
|
|
|
disabledModules = [ "programs/hyprland.nix" ];
|
|
|
|
config = mkIf cfg.enable {
|
|
nix.settings = {
|
|
substituters = [ "https://hyprland.cachix.org" ];
|
|
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
|
};
|
|
|
|
environment.sessionVariables = {
|
|
XDG_CURRENT_DESKTOP = "Hyprland";
|
|
XDG_SESSION_TYPE = "wayland";
|
|
XDG_SESSION_DESKTOP = "Hyprland";
|
|
|
|
SDL_VIDEODRIVER = "wayland";
|
|
|
|
_JAVA_AWT_WM_NONEREPARENTING = "1";
|
|
|
|
CLUTTER_BACKEND = "wayland";
|
|
|
|
GDK_BACKEND = "wayland";
|
|
|
|
QT_QPA_PLATFORM = "wayland";
|
|
|
|
LIBSEAT_BACKEND = "logind";
|
|
};
|
|
|
|
xdg.portal = {
|
|
enable = true;
|
|
extraPortals = [
|
|
pkgs.xdg-desktop-portal-gtk
|
|
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
|
];
|
|
# TODO look into and make use of this
|
|
config.common.default = "*";
|
|
};
|
|
|
|
home-manager.users.${config'.username} = {
|
|
# TODO swap back to this whenever fufexan or anyone else
|
|
# adds an equivalent of hm's settings to this module
|
|
#imports = [ inputs.hyprland.homeManagerModules.default ];
|
|
|
|
xdg.dataFile."hypr/startup_sound".source = cfg.startupSound;
|
|
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
|
#portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
|
plugins = [
|
|
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
|
|
inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces
|
|
];
|
|
# TODO make these work with the config below (infinite recursion)
|
|
# and make this file stop hanging my neovim every 2 seconds
|
|
# and figure out why it triggers E79 every single time I edit something
|
|
extraConfig = ''
|
|
bind=$mainMod, W, exec, ${removeSuffix " %U" config.home-manager.users.${config'.username}.xdg.desktopEntries.firefox-schizo.exec}
|
|
bind=$mainMod SHIFT, W, exec, ${removeSuffix " %U" config.home-manager.users.${config'.username}.xdg.desktopEntries.firefox-unschizo.exec}
|
|
${if (cfg.startupSound != "") then "exec-once=${pkgs.mpv}/bin/mpv --no-video --volume=100 ${config.home-manager.users.${config'.username}.xdg.dataHome}/hypr/startup_sound" else ""}
|
|
'';
|
|
settings = {
|
|
"$mainMod" = "SUPER";
|
|
|
|
monitor = [
|
|
# laptop
|
|
"eDP-1, 2560x1440@165, 0x0, 1"
|
|
# second monitor
|
|
"HDMI-A-1, 2560x1440@144, 2560x0, 1"
|
|
];
|
|
|
|
workspace = [
|
|
# laptop
|
|
"1, monitor:eDP-1, default:true"
|
|
"2, monitor:eDP-1"
|
|
"3, monitor:eDP-1"
|
|
"4, monitor:eDP-1"
|
|
"5, monitor:eDP-1"
|
|
"6, monitor:eDP-1"
|
|
"7, monitor:eDP-1"
|
|
"8, monitor:eDP-1"
|
|
"9, monitor:eDP-1"
|
|
"10, monitor:eDP-1"
|
|
|
|
# second monitor
|
|
"11, monitor:HDMI-A-1, default:true"
|
|
"12, monitor:HDMI-A-1"
|
|
"13, monitor:HDMI-A-1"
|
|
"14, monitor:HDMI-A-1"
|
|
"15, monitor:HDMI-A-1"
|
|
"16, monitor:HDMI-A-1"
|
|
"17, monitor:HDMI-A-1"
|
|
"18, monitor:HDMI-A-1"
|
|
"19, monitor:HDMI-A-1"
|
|
"20, monitor:HDMI-A-1"
|
|
|
|
# scratchpads
|
|
"special:btop, decorate:false"
|
|
"special:amdgpu_top, decorate:false"
|
|
"special:pipewire, decorate:false"
|
|
"special:nixos, decorate:false"
|
|
"special:rog, decorate:false"
|
|
"special:keepassxc, decorate:false"
|
|
];
|
|
|
|
input = {
|
|
kb_layout = "pl,ru";
|
|
kb_variant = "";
|
|
kb_model = "";
|
|
kb_options = "";
|
|
kb_rules = "";
|
|
|
|
follow_mouse = true;
|
|
touchpad = {
|
|
disable_while_typing = false;
|
|
};
|
|
|
|
repeat_rate = 50;
|
|
repeat_delay = 250;
|
|
};
|
|
|
|
general = {
|
|
sensitivity = 1.0;
|
|
|
|
gaps_in = 5;
|
|
gaps_out = 5;
|
|
border_size = 2;
|
|
|
|
apply_sens_to_raw = 0;
|
|
|
|
#no_border_on_floating = true;
|
|
allow_tearing = mkIf cfg.tearing true;
|
|
|
|
"col.active_border" = "0xFFF5C2E7";
|
|
"col.inactive_border" = "0xFF45475A";
|
|
#col.group_border_active = "0xFFA6E3A1";
|
|
#col.group_border = "0xFF45475A";
|
|
};
|
|
|
|
env = optional cfg.tearing "WLR_DRM_NO_ATOMIC,1";
|
|
|
|
decoration = {
|
|
rounding = 10;
|
|
blur = {
|
|
enabled = true;
|
|
size = 3;
|
|
passes = 2;
|
|
};
|
|
|
|
drop_shadow = 1;
|
|
shadow_range = 15;
|
|
shadow_render_power = 2;
|
|
shadow_ignore_window = 1;
|
|
shadow_offset = "2 4";
|
|
shadow_scale = 1;
|
|
|
|
"col.shadow" = "0xAF1E1E2E";
|
|
};
|
|
|
|
gestures = {
|
|
workspace_swipe = 1;
|
|
workspace_swipe_distance = 200;
|
|
workspace_swipe_invert = 1;
|
|
workspace_swipe_min_speed_to_force = 20;
|
|
workspace_swipe_cancel_ratio = 0.5;
|
|
};
|
|
|
|
bezier = [
|
|
"dupa, 0.1, 0.9, 0.1, 1.05"
|
|
];
|
|
|
|
animations = {
|
|
enabled = true;
|
|
animation = [
|
|
"windows, 1, 4, dupa, popin"
|
|
"windowsOut, 1, 7, dupa, slide"
|
|
"border, 1, 15, default"
|
|
"fade, 1, 10, default"
|
|
"workspaces, 1, 5, dupa, slidevert"
|
|
];
|
|
};
|
|
|
|
dwindle = {
|
|
no_gaps_when_only = true;
|
|
};
|
|
|
|
misc = {
|
|
enable_swallow = false;
|
|
swallow_regex = "foot";
|
|
focus_on_activate = true;
|
|
vrr = true;
|
|
animate_manual_resizes = false;
|
|
animate_mouse_windowdragging = false;
|
|
force_default_wallpaper = 0;
|
|
};
|
|
|
|
windowrulev2 = [
|
|
"float, title:^(.*)(Tor Browser)(.*)$"
|
|
"float, class:^(mullvadbrowser)$"
|
|
"float, class:^(foot)$"
|
|
"float, class:^(mpv)$"
|
|
"float, class:^(imv)$"
|
|
"float, class:^(Vieb)$"
|
|
"float, title:^(Picture-in-Picture)$"
|
|
"float, title:^(.*)(Choose User Profile)(.*)$"
|
|
"float, title:^(blob:null/)(.*)$"
|
|
|
|
"float, class:^(xdg-desktop-portal-gtk)$"
|
|
"float, class:^(code), title: ^(Open*)"
|
|
"size 70% 70%, class:^(code), title: ^(Open*)"
|
|
"center, class: ^(code), title: ^(Open*)"
|
|
"float, class:^(org.keepassxc.KeePassXC)$"
|
|
"size 960 670, title:^(ROG Control Center)$"
|
|
|
|
(mkIf (cfg.tearing && osuCfg.enable)
|
|
"immediate, class:^(osu!)$")
|
|
(mkIf (cfg.tearing && osuCfg.enableStable)
|
|
"immediate, class:^(osu!.exe)$")
|
|
];
|
|
|
|
bind = [
|
|
"$mainMod, RETURN, exec, ${foot}/bin/${if config.myOptions.programs.foot.server then "footclient" else "foot"}"
|
|
"$mainMod, Q, killactive"
|
|
"$mainMod, F, fullscreen, 0"
|
|
"$mainMod, M, fullscreen, 1"
|
|
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill anyrun || ${anyrun}/bin/anyrun"
|
|
"$mainMod, SPACE, togglefloating, active"
|
|
"$mainMod SHIFT, C, centerwindow"
|
|
"$mainMod CONTROL, R, bringactivetotop"
|
|
"$mainMod, P, pin"
|
|
# workspaces
|
|
"$mainMod, 1, split-workspace, 1"
|
|
"$mainMod, 2, split-workspace, 2"
|
|
"$mainMod, 3, split-workspace, 3"
|
|
"$mainMod, 4, split-workspace, 4"
|
|
"$mainMod, 5, split-workspace, 5"
|
|
"$mainMod, 6, split-workspace, 6"
|
|
"$mainMod, 7, split-workspace, 7"
|
|
"$mainMod, 8, split-workspace, 8"
|
|
"$mainMod, 9, split-workspace, 9"
|
|
"$mainMod, 0, split-workspace, 10"
|
|
"$mainMod SHIFT, 1, split-movetoworkspacesilent, 1"
|
|
"$mainMod SHIFT, 2, split-movetoworkspacesilent, 2"
|
|
"$mainMod SHIFT, 3, split-movetoworkspacesilent, 3"
|
|
"$mainMod SHIFT, 4, split-movetoworkspacesilent, 4"
|
|
"$mainMod SHIFT, 5, split-movetoworkspacesilent, 5"
|
|
"$mainMod SHIFT, 6, split-movetoworkspacesilent, 6"
|
|
"$mainMod SHIFT, 7, split-movetoworkspacesilent, 7"
|
|
"$mainMod SHIFT, 8, split-movetoworkspacesilent, 8"
|
|
"$mainMod SHIFT, 9, split-movetoworkspacesilent, 9"
|
|
"$mainMod SHIFT, 0, split-movetoworkspacesilent, 10"
|
|
# screenshots
|
|
"$mainMod, S, exec, ${hyprcontrib.grimblast}/bin/grimblast save area - | ${pkgs.coreutils-full}/bin/tee \"$(${pkgs.xdg-user-dirs}/bin/xdg-user-dir PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send \"Screenshot taken\""
|
|
"$mainMod SHIFT, S, exec, ${hyprcontrib.grimblast}/bin/grimblast save area - | ${shadower}/bin/shadower | ${pkgs.coreutils-full}/bin/tee \"$(${pkgs.xdg-user-dirs}/bin/xdg-user-dir PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send \"Screenshot taken (shadower)\""
|
|
"$mainMod CONTROL, S, exec, ${hyprcontrib.grimblast}/bin/grimblast save area - | ${pkgs.swappy}/bin/swappy -f - -o - | ${pkgs.coreutils-full}/bin/tee \"$(${pkgs.xdg-user-dirs}/bin/xdg-user-dir PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send \"Screenshot taken\""
|
|
"$mainMod SHIFT CONTROL, S, exec, ${hyprcontrib.grimblast}/bin/grimblast save area - | ${pkgs.swappy}/bin/swappy -f - -o - | ${shadower}/bin/shadower | ${pkgs.coreutils-full}/bin/tee \"$(${pkgs.xdg-user-dirs}/bin/xdg-user-dir PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send \"Screenshot taken (shadower)\""
|
|
"$mainMod SHIFT, R, exec, ${hyprland}/bin/hyprctl reload"
|
|
|
|
", XF86Launch3, exec, ${pkgs.asusctl}/bin/asusctl led-mode -n"
|
|
", XF86Launch4, exec, ${pkgs.asusctl}/bin/asusctl profile -n"
|
|
# TODO what the fuck is this
|
|
", XF86TouchpadToggle, exec, "
|
|
# TODO fix this maybe
|
|
"$mainMod, T, exec, grim -g \"$(slurp)\" -t ppm - | tesseract -l pol - - | wl-copy && notify-send \"Copied text: \" \"\\\"$(wl-paste)\\\"\""
|
|
# TODO fix this
|
|
"$mainMod, SEMICOLON, exec, ~/.config/rofi/powermenu/type-2/powermenu.sh"
|
|
"$mainMod, G, togglegroup"
|
|
# this sometimes fixes the portal
|
|
"$mainMod CONTROL, X, exec, ${pkgs.systemd}/bin/systemctl --user restart xdg-desktop-portal-hyprland"
|
|
"$mainMod SHIFT, X, exec, ${hyprland}/bin/hyprctl kill"
|
|
# scratchpad binds
|
|
"$mainMod, B, togglespecialworkspace, btop"
|
|
"$mainMod, A, togglespecialworkspace, amdgpu_top"
|
|
"$mainMod, V, togglespecialworkspace, pipewire"
|
|
"$mainMod, N, togglespecialworkspace, nixos"
|
|
# rog button on laptop keyboard
|
|
", XF86Launch1, togglespecialworkspace, rog"
|
|
"$mainMod, R, togglespecialworkspace, rog"
|
|
"$mainMod, X, togglespecialworkspace, keepassxc"
|
|
"$mainMod, C, exec, ${swaylock}/bin/swaylock"
|
|
# toggle waybar
|
|
"$mainMod CONTROL, B, exec, ${pkgs.systemd}/bin/systemctl is-active --user waybar && ${pkgs.systemd}/bin/systemctl stop --user waybar || ${pkgs.systemd}/bin/systemctl start --user waybar"
|
|
|
|
#"$mainMod, mouse_up, exec, ${hyprland}/bin/hyprctl keyword misc:cursor_zoom_factor $(echo \"$(${hyprland}/bin/hyprctl getoption misc:cursor_zoom_factor -j | ${pkgs.jq}/bin/jq '.float') + 0.01\" | ${pkgs.bc}/bin/bc)"
|
|
#"$mainMod, mouse_down, exec, ${hyprland}/bin/hyprctl keyword misc:cursor_zoom_factor $(echo \"$(${hyprland}/bin/hyprctl getoption misc:cursor_zoom_factor -j | ${pkgs.jq}/bin/jq '.float') - 0.01\" | ${pkgs.bc}/bin/bc)"
|
|
|
|
#"$mainMod, mouse_up, exec, ${pkgs.libnotify}/bin/notify-send 'mouse_up'"
|
|
#"$mainMod, mouse_down, exec, ${pkgs.libnotify}/bin/notify-send 'mouse_down'"
|
|
];
|
|
|
|
# repeat
|
|
binde = [
|
|
# window / monitor focus
|
|
"$mainMod, H, movefocus, l"
|
|
"$mainMod, J, movefocus, d"
|
|
"$mainMod, K, movefocus, u"
|
|
"$mainMod, L, movefocus, r"
|
|
"$mainMod CONTROL, J, focusmonitor, l"
|
|
"$mainMod CONTROL, K, focusmonitor, r"
|
|
|
|
# keyboard brightness
|
|
", XF86KbdBrightnessUp, exec, ${pkgs.asusctl}/bin/asusctl -n"
|
|
", XF86KbdBrightnessDown, exec, ${pkgs.asusctl}/bin/asusctl -p"
|
|
|
|
"$mainMod SHIFT, G, changegroupactive, f"
|
|
"$mainMod CONTROL, G, changegroupactive, b"
|
|
];
|
|
|
|
# locked
|
|
bindl = [
|
|
", XF86AudioMedia, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
|
|
", XF86AudioPlay, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
|
|
", XF86AudioStop, exec, ${pkgs.playerctl}/bin/playerctl stop"
|
|
", XF86AudioPrev, exec, ${pkgs.playerctl}/bin/playerctl previous"
|
|
", XF86AudioNext, exec, ${pkgs.playerctl}/bin/playerctl next"
|
|
", XF86AudioMute, exec, ~/Scripts/notif_volume.sh --toggle-mute"
|
|
];
|
|
|
|
# locked + repeat
|
|
bindle = [
|
|
", XF86MonBrightnessUp, exec, ~/Scripts/notif_brightness.sh set +5%"
|
|
", XF86MonBrightnessDown, exec, ~/Scripts/notif_brightness.sh set 5%-"
|
|
", XF86AudioRaiseVolume, exec, ~/Scripts/notif_volume.sh -ui 5"
|
|
", XF86AudioLowerVolume, exec, ~/Scripts/notif_volume.sh -ud 5"
|
|
];
|
|
|
|
# mouse
|
|
bindm = [
|
|
"$mainMod, mouse:272, movewindow"
|
|
"$mainMod, mouse:273, resizewindow"
|
|
];
|
|
|
|
binds = {
|
|
pass_mouse_when_bound = false;
|
|
movefocus_cycles_fullscreen = false;
|
|
};
|
|
|
|
exec-once = [
|
|
"${pkgs.systemd}/bin/systemctl start --user waybar.service"
|
|
|
|
# run persistent special workspace windows
|
|
"[workspace special:nixos silent;tile] cd ~/niksos; ${foot}/bin/foot"
|
|
"[workspace special:rog silent;tile] ${pkgs.asusctl}/bin/rog-control-center"
|
|
"[workspace special:keepassxc silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
|
|
|
|
(if config.myOptions.programs.foot.server then "sleep 0.5 && ${pkgs.systemd}/bin/systemctl --user restart foot.service" else ";")
|
|
|
|
"${hyprland}/bin/hyprctl setcursor Bibata-Modern-Classic 24"
|
|
|
|
# TODO do something with this
|
|
#"${wl-clipboard}/bin/wl-paste --watch cliphist store"
|
|
|
|
"${swww}/bin/swww init"
|
|
"${wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
|
|
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"
|
|
"${pkgs.blueman}/bin/blueman-applet"
|
|
# TODO fix fcitx5
|
|
#"fcitx5"
|
|
# TODO do these do anything anymore
|
|
"${pkgs.systemd}/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
|
"${pkgs.dbus}/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP"
|
|
];
|
|
|
|
exec = [
|
|
# kill (almost) everything on special workspaces
|
|
"${pkgs.procps}/bin/pkill btop"
|
|
"${pkgs.procps}/bin/pkill amdgpu_top"
|
|
"${pkgs.procps}/bin/pkill helvum"
|
|
"${pkgs.procps}/bin/pkill pavucontrol"
|
|
# and run it all again
|
|
"[workspace special:btop silent;tile] ${foot}/bin/foot -e ${pkgs.btop}/bin/btop"
|
|
"[workspace special:amdgpu_top silent;tile] ${pkgs.amdgpu_top}/bin/amdgpu_top --gui -i 0"
|
|
"[workspace special:amdgpu_top silent;tile] ${pkgs.amdgpu_top}/bin/amdgpu_top --gui -i 1"
|
|
"[workspace special:pipewire silent;tile] ${pkgs.helvum}/bin/helvum"
|
|
"[workspace special:pipewire silent;tile] ${pkgs.pavucontrol}/bin/pavucontrol"
|
|
|
|
# wait a bit then set the wallpapers
|
|
"sleep 0.5 && ${swww}/bin/swww img -o eDP-1 ~/catppuccin-wall0.png"
|
|
"sleep 0.5 && ${swww}/bin/swww img -o HDMI-A-1 ~/catppuccin-wall1.png"
|
|
];
|
|
|
|
layerrule = [
|
|
# no black border on grimblast screenshots
|
|
"noanim, ^(selection)$"
|
|
|
|
"blur, ^(waybar)$"
|
|
"blur, ^(eww)$"
|
|
|
|
# TODO maybe this isn't needed
|
|
# temporary fix to swaylock screenshoting rofi before locking
|
|
#"noanim, ^(rofi)$"
|
|
|
|
"blur, ^(anyrun)$"
|
|
];
|
|
|
|
plugin = {
|
|
csgo-vulkan-fix = {
|
|
res_w = 2560;
|
|
res_h = 1440;
|
|
};
|
|
split-monitor-workspaces = {
|
|
count = 10;
|
|
keep_focused = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|