1
0
Fork 0
forked from foxora/nix

fixed gpu initialization order :3

This commit is contained in:
foxora 2026-03-06 21:05:04 +00:00
parent 7f1f03f647
commit 28ef9220d9
3 changed files with 44 additions and 4 deletions

View file

@ -86,6 +86,7 @@
# fonts
nerd-fonts.departure-mono # pretty pixel art font i love!! x3
nerd-fonts.jetbrains-mono
noto-fonts
# cli / tui tools and commands!
eza # replaces: ls (rust)

View file

@ -40,10 +40,6 @@
"wl-clip-persist --clipboard regular"
"playerctld daemon"
# swaps around the 3rd and 4th workspace because they always start
# in the wrong order
"hyprctl dispatch workspace 4 && hyprctl dispatch workspace 5 && hyprctl dispatch workspace 3 && hyprctl dispatch workspace 4 && hyprctl dispatch workspace 5 && hyprctl dispatch workspace 3 && hyprctl dispatch workspace 1"
];
# monitor configuration
@ -57,6 +53,13 @@
"HDMI-A-1, 1920x1080@60.00, -1920x0, 1" # tv
];
workspace = [
"1, monitor:DP-2, default:true"
"2, monitor:DP-3, default:true"
"3, monitor:HDMI-A-2, default:true"
"4, monitor:HDMI-A-1, default:true"
];
general = {
gaps_in = 5;
gaps_out = "0, 10, 10, 10";