Compare commits

..

2 Commits

Author SHA1 Message Date
Nathan McCarty ddc83d10bc
Update flake 2023-07-21 03:55:23 -04:00
Nathan McCarty 728acefdfe
Tweak hyprland 2023-07-21 03:51:23 -04:00
3 changed files with 18 additions and 12 deletions

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1689516967, "lastModified": 1689825754,
"narHash": "sha256-sFAa33wkQHanmij/uhfGduIDK8z4dJAita/rK6u9pvE=", "narHash": "sha256-u3W3WGO3BA63nb+CeNLBajbJ/sl8tDXBHKxxeTOCxfo=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "61662a63bfe1726588c1da6b412df86d8ca94d63", "rev": "531c3de7eccf95155828e0cd9f18c25e7f937777",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -186,11 +186,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1689799203, "lastModified": 1689882897,
"narHash": "sha256-N2/zV/HurGH83zQL7JKhRhfw02sdcZ8JIxH7wC2OVko=", "narHash": "sha256-FusW6tuB/xfzpiyKXjKCY7mE92kk9S61THHSx9MQFIA=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "7091d4e5979720ddb30f540b2d7da48080bf2487", "rev": "1ec0b7b59a84a07f97c3ebee9f6694bc4a1b1dcd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -468,11 +468,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1689679375, "lastModified": 1689850295,
"narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=", "narHash": "sha256-fUYf6WdQlhd2H+3aR8jST5dhFH1d0eE22aes8fNIfyk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "684c17c429c42515bafb3ad775d2a710947f3d67", "rev": "5df4d78d54f7a34e9ea1f84a22b4fd9baebc68d0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -775,6 +775,7 @@
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e",
"type": "gitlab" "type": "gitlab"
} }
}, },
@ -835,11 +836,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685385764, "lastModified": 1689849710,
"narHash": "sha256-r+XMyOoRXq+hlfjayb+fyi9kq2JK48TrwuNIAXqlj7U=", "narHash": "sha256-89eDnx/0VioAtgjx6l03qSQZJvwS0losLK8uJ8zrB3s=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "4d9ff0c17716936e0b5ca577a39e263633901ed1", "rev": "43300c11a9c58020c3dd4f7587e30bcb2b1b0bec",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -115,6 +115,10 @@ in with lib; {
workspace_swipe = false workspace_swipe = false
} }
xwayland {
force_zero_scaling = true
}
bind = SUPER, Q, exec, alacritty bind = SUPER, Q, exec, alacritty
bind = SUPER, C, killactive, bind = SUPER, C, killactive,
# bind = SUPER, M, exit, # bind = SUPER, M, exit,

View File

@ -23,6 +23,7 @@
# disable 10 bit output for now as this breaks screenshots # disable 10 bit output for now as this breaks screenshots
misc { misc {
vrr = 1 vrr = 1
no_direct_scanout = false
} }
monitor=DP-3,preferred,auto,1.4 monitor=DP-3,preferred,auto,1.4
input { input {