up
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
services.hyprpolkitagent.enable = true;
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.package = null;
|
||||
wayland.windowManager.hyprland.portalPackage = null;
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
@@ -14,7 +18,7 @@ monitor = DP-1, highres@highrr, 0x0, 1
|
||||
exec-once = hyprctl dispatch workspace 1
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
exec-once = ashell
|
||||
exec-once = waybar
|
||||
exec-once = pw-metadata -n settings 0 clock.force-quantum 2048
|
||||
# exec-once = ashell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
@@ -27,9 +31,10 @@ exec-once = sunshine
|
||||
debug:full_cm_proto=true
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$terminal = kitty nu
|
||||
$fileManager = thunar
|
||||
$menu = rofi -show drun
|
||||
$menu = fuzzel
|
||||
$bar = waybar
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
@@ -75,7 +80,7 @@ windowrulev2 = immediate, class:^(cs2)$
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 0
|
||||
rounding = 5
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
@@ -139,7 +144,7 @@ misc {
|
||||
|
||||
# Window Rules
|
||||
|
||||
|
||||
windowrule = float, class:^(Wiremix)$
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
@@ -1,6 +1,7 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
services.hyprpolkitagent.enable
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
@@ -27,7 +28,7 @@ exec-once = systemctl --user start hyprpolkitagent
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = rofi -show drun
|
||||
$menu = fuzzel
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
Reference in New Issue
Block a user