Skip to content

Commit

Permalink
add my custom confing files
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdy0901 committed Nov 8, 2023
1 parent e1f5b6a commit aa8fa0d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/files/usr/etc/modprobe.d/my-nvidia-pm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options nvidia "NVreg_DynamicPowerManagement=0x00"
7 changes: 7 additions & 0 deletions config/files/usr/etc/sddm.conf.d/my-wayland.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[General]
DisplayServer=wayland
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell

[Wayland]
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
table.insert (alsa_monitor.rules, {
matches = {
{
-- Matches all sources.
{ "node.name", "matches", "alsa_input.*" },
},
{
-- Matches all sinks.
{ "node.name", "matches", "alsa_output.*" },
},
},
apply_properties = {
["session.suspend-timeout-seconds"] = 0, -- 0 disables suspend
},
})

0 comments on commit aa8fa0d

Please sign in to comment.