minor config changes
This commit is contained in:
parent
675854264c
commit
238866e5f1
4 changed files with 16 additions and 10 deletions
|
@ -7,7 +7,7 @@ bind=ALT,RETURN,exec,foot
|
||||||
#bind=ALT,RETURN,exec,kitty
|
#bind=ALT,RETURN,exec,kitty
|
||||||
|
|
||||||
bind=ALT,Q,killactive,
|
bind=ALT,Q,killactive,
|
||||||
bind=SUPER,M,exec,pkill Hyprland
|
bind=SUPER,M,exec,hyprctl dispatch exit 0
|
||||||
bind=ALT,E,exec,dolphin
|
bind=ALT,E,exec,dolphin
|
||||||
bind=ALT,V,togglefloating,
|
bind=ALT,V,togglefloating,
|
||||||
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
preload = ~/.config/wallpapers/wallpaper2.png
|
preload = ~/.config/wallpapers/wallpaper.png
|
||||||
|
|
||||||
|
|
||||||
wallpaper = eDP-1,~/.config/wallpapers/wallpaper2.png
|
wallpaper = eDP-1,~/.config/wallpapers/wallpaper.png
|
||||||
wallpaper = DP-1,~/.config/wallpapers/wallpaper2.png
|
wallpaper = DP-1,~/.config/wallpapers/wallpaper.png
|
||||||
wallpaper = DP-2,~/.config/wallpapers/wallpaper2.png
|
wallpaper = DP-2,~/.config/wallpapers/wallpaper.png
|
||||||
wallpaper = DP-3,~/.config/wallpapers/wallpaper2.png
|
wallpaper = DP-3,~/.config/wallpapers/wallpaper.png
|
||||||
wallpaper = DP-4,~/.config/wallpapers/wallpaper2.png
|
wallpaper = DP-4,~/.config/wallpapers/wallpaper.png
|
||||||
splash=false
|
splash=false
|
||||||
ipc = off
|
ipc = off
|
||||||
|
|
|
@ -36,13 +36,15 @@
|
||||||
time.timeZone = "America/Lost_Angeles";
|
time.timeZone = "America/Lost_Angeles";
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"intel_pstate=no_hwp"
|
#"intel_pstate=no_hwp"
|
||||||
"kernel.yama.ptrace_scope=0"
|
"kernel.yama.ptrace_scope=0"
|
||||||
"mem_sleep_default=deep"
|
#"mem_sleep_default=deep"
|
||||||
|
"acpi_osi=\"!Windows 2020\""
|
||||||
"module_blacklist=hid_sensor_hub"
|
"module_blacklist=hid_sensor_hub"
|
||||||
"intel_iommu=on"
|
"intel_iommu=on"
|
||||||
"iommu=pt"
|
"iommu=pt"
|
||||||
"i915.enable_guc=7"
|
"nvme.noacpi=1"
|
||||||
|
#"i915.enable_guc=7"
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
|
@ -70,6 +70,10 @@ in {
|
||||||
passthrough = "${passthrough}";
|
passthrough = "${passthrough}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stitchyconf = {
|
||||||
|
artPkgs.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
steam-hardware.enable = true;
|
steam-hardware.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue