|
|
|
@ -113,7 +113,10 @@ in |
|
|
|
|
|
|
|
|
|
|
|
wayland.windowManager.hyprland.enable = true; |
|
|
|
wayland.windowManager.hyprland.enable = true; |
|
|
|
wayland.windowManager.hyprland.settings = { |
|
|
|
wayland.windowManager.hyprland.settings = { |
|
|
|
|
|
|
|
monitor=[ |
|
|
|
|
|
|
|
"eDP-1,2560x1600@60.00Hz,0x0,1" |
|
|
|
|
|
|
|
# "DP-3,3840x2160@60.00Hz,-3840x0,1" |
|
|
|
|
|
|
|
]; |
|
|
|
"$mod" = "SUPER"; |
|
|
|
"$mod" = "SUPER"; |
|
|
|
|
|
|
|
|
|
|
|
input = { |
|
|
|
input = { |
|
|
|
@ -123,6 +126,7 @@ in |
|
|
|
"dunst" |
|
|
|
"dunst" |
|
|
|
"waybar" |
|
|
|
"waybar" |
|
|
|
"${pkgs.networkmanagerapplet}/bin/nm-applet --sm-disable --indicator" |
|
|
|
"${pkgs.networkmanagerapplet}/bin/nm-applet --sm-disable --indicator" |
|
|
|
|
|
|
|
"blueman-applet" |
|
|
|
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1" |
|
|
|
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1" |
|
|
|
|
|
|
|
|
|
|
|
]; |
|
|
|
]; |
|
|
|
@ -133,8 +137,9 @@ in |
|
|
|
"$mod, k, exec, kitty" |
|
|
|
"$mod, k, exec, kitty" |
|
|
|
", Print, exec, grimblast copy area" |
|
|
|
", Print, exec, grimblast copy area" |
|
|
|
"$mod, l, exec, hyprlock" # Add a keybinding to lock the screen |
|
|
|
"$mod, l, exec, hyprlock" # Add a keybinding to lock the screen |
|
|
|
"$mod, C, exec, codium" |
|
|
|
"$mod, C, exec, code" |
|
|
|
"$mod, E, exec, hyprctl dispatch exit" |
|
|
|
"$mod, E, exec, hyprctl dispatch exit" |
|
|
|
|
|
|
|
"$mod, r, exec, rofi -show run" |
|
|
|
"$mod, code:51, exec, 1password" # super + \ |
|
|
|
"$mod, code:51, exec, 1password" # super + \ |
|
|
|
",XF86MonBrightnessDown, exec, brightnessctl s 5%-" |
|
|
|
",XF86MonBrightnessDown, exec, brightnessctl s 5%-" |
|
|
|
",XF86MonBrightnessUp, exec, brightnessctl s +5%" |
|
|
|
",XF86MonBrightnessUp, exec, brightnessctl s +5%" |
|
|
|
@ -161,6 +166,8 @@ in |
|
|
|
"size 70% 70%, title:(1Password)" |
|
|
|
"size 70% 70%, title:(1Password)" |
|
|
|
"center, title:(1Password)" |
|
|
|
"center, title:(1Password)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"float,class:(.blueman-manager-wrapped)" |
|
|
|
|
|
|
|
"size 25% 25%,class:(.blueman-manager-wrapped)" |
|
|
|
|
|
|
|
|
|
|
|
"float,class:(org.kde.polkit-kde-authentication-agent-1)" |
|
|
|
"float,class:(org.kde.polkit-kde-authentication-agent-1)" |
|
|
|
"opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$" |
|
|
|
"opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$" |
|
|
|
|