Compare commits
4 Commits
9b5134c32d
...
ae3a43d25d
| Author | SHA1 | Date | |
|---|---|---|---|
| ae3a43d25d | |||
| acadd94b31 | |||
| 7cadace240 | |||
| f097c9e15f |
@@ -16,7 +16,7 @@
|
|||||||
"hyprpm reload -n"
|
"hyprpm reload -n"
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
"systemctl --user start swayosd"
|
"systemctl --user start swayosd"
|
||||||
"hyprsunset -t 4500" # TODO: must be optional
|
# "hyprsunset -t 4500" # TODO: must be optional
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
decoration = {
|
decoration = {
|
||||||
rounding = 0;
|
rounding = 0;
|
||||||
active_opacity = 0.99;
|
active_opacity = 0.99;
|
||||||
inactive_opacity = 0.70;
|
inactive_opacity = 0.95;
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
range = 2;
|
range = 2;
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
new_window_takes_over_fullscreen = 1;
|
new_window_takes_over_fullscreen = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# experimental = {
|
||||||
|
# hdr = true;
|
||||||
|
# };
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_hardware_cursors = true;
|
no_hardware_cursors = true;
|
||||||
no_break_fs_vrr = true;
|
no_break_fs_vrr = true;
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ in {
|
|||||||
"SUPER, Escape, exec, hakase-popup-launch btop"
|
"SUPER, Escape, exec, hakase-popup-launch btop"
|
||||||
"SUPER, N, exec, hakase-popup-launch impala"
|
"SUPER, N, exec, hakase-popup-launch impala"
|
||||||
"SUPER, B, exec, hakase-popup-launch bluetui"
|
"SUPER, B, exec, hakase-popup-launch bluetui"
|
||||||
"SUPER, A, exec, hakase-popup-launch wiremix"
|
"SUPER, T, exec, hakase-popup-launch wiremix"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{ pkgs, config, lib, ... }:
|
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
ocrmypdf
|
||||||
|
];
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
monitors = [
|
monitors = [
|
||||||
"DP-1,highres@165,0x1080,1,vrr,0"
|
"DP-1,highres@165,0x1080,1,vrr,0,bitdepth,10,cm,hdr,sdrbrightness,1.3"
|
||||||
"DP-2, highres@165,760x0,1"
|
"DP-2, highres@165,760x0,1"
|
||||||
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
bindd = [
|
bindd = [
|
||||||
"SUPER, T, Toggle Steam, togglespecialworkspace, steam"
|
"SUPER, A, Toggle Steam, togglespecialworkspace, steam"
|
||||||
"SUPER SHIFT, T, Move to Steam Special Workspace, movetoworkspace, special:steam"
|
"SUPER SHIFT, A, Move to Steam Special Workspace, movetoworkspace, special:steam"
|
||||||
"SUPER, G, Switch to Gaming Workspace, workspace, name:gaming"
|
"SUPER, G, Switch to Gaming Workspace, workspace, name:gaming"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
hardware.amdgpu = {
|
hardware.amdgpu = {
|
||||||
overdrive.enable = false;
|
overdrive.enable = true;
|
||||||
initrd.enable = true;
|
initrd.enable = true;
|
||||||
};
|
};
|
||||||
services.lact.enable = false;
|
services.lact.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user