mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
Compare commits
2 Commits
f8cf5b8ec8
...
a1c4af6fd9
| Author | SHA1 | Date | |
|---|---|---|---|
|
a1c4af6fd9
|
|||
|
9f4d27711d
|
@@ -41,10 +41,6 @@
|
||||
bind = import ./keybinds.nix;
|
||||
bindm = import ./mousebinds.nix;
|
||||
bindr = [ "SUPER,SUPER_L,exec,pkill anyrun || anyrun" ];
|
||||
monitor = [
|
||||
"DP-1,highrr,0x0,1"
|
||||
"DP-1,addreserved,250,0,0,0"
|
||||
];
|
||||
workspace = [
|
||||
"special:calc,border:false,gapsout:200,on-created-empty:[noanim;silent] kitty -e qalc"
|
||||
];
|
||||
|
||||
@@ -163,6 +163,8 @@ hi Function guifg={{colors.functions.default.hex}}
|
||||
hi Structure guifg={{colors.structures.default.hex}}
|
||||
hi def link PreProc Structure
|
||||
hi def link Tag Structure
|
||||
hi def link @attribute.typescript Structure
|
||||
|
||||
hi Type gui=none guifg={{colors.types.default.hex}}
|
||||
hi def link @lsp.type.interface Type
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
username,
|
||||
@@ -20,6 +19,11 @@ in
|
||||
hardware.gbmonctl.enable = true;
|
||||
boot.kernelParams = [ "video=3840x2160@144" ];
|
||||
|
||||
home-manager.users.${username}.wayland.windowManager.hyprland.settings.monitor = [
|
||||
"DP-1,highrr,0x0,1"
|
||||
"DP-1,addreserved,300,0,0,0"
|
||||
];
|
||||
|
||||
programs.steam.gamescopeSession = {
|
||||
env = {
|
||||
SCREEN_WIDTH = "3840";
|
||||
|
||||
Reference in New Issue
Block a user