gamecope m3-ares
This commit is contained in:
parent
5c2ba374f9
commit
e94c5d4df8
@ -76,6 +76,7 @@
|
|||||||
trash-cli
|
trash-cli
|
||||||
unimatrix
|
unimatrix
|
||||||
unzip
|
unzip
|
||||||
|
vulkan-tools
|
||||||
wttrbar
|
wttrbar
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
yazi
|
yazi
|
||||||
|
@ -33,6 +33,9 @@ in {
|
|||||||
if test (tty) = "/dev/tty1"
|
if test (tty) = "/dev/tty1"
|
||||||
exec Hyprland &> /dev/null
|
exec Hyprland &> /dev/null
|
||||||
end
|
end
|
||||||
|
if test (tty) = "/dev/tty2"
|
||||||
|
exec gamescope -O HDMI-A-1 -W 1920 -H 1080 --adaptive-sync --hdr-enabled --rt --steam -- steam -pipewire-dmabuf -tenfoot
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
@ -72,7 +72,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,preferred,0x0,1.25"
|
"eDP-1,preferred,0x0,1.25"
|
||||||
"HDMI-A-1,2560x1440@144,2560x0,1"
|
"HDMI-A-1,preferred,2560x0,1"
|
||||||
];
|
];
|
||||||
workspace = [
|
workspace = [
|
||||||
"1, monitor:DP-1, default:true"
|
"1, monitor:DP-1, default:true"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
};
|
};
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.thunar = {
|
programs.thunar = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user