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 b253f20 commit bef3324
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/files/usr/etc/modprobe.d/0-my-nvidia-pm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options nvidia "NVreg_DynamicPowerManagement=0x00"
6 changes: 6 additions & 0 deletions config/files/usr/etc/sddm.conf.d/0-my-wayland.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[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"] = 600, -- 0 disables suspend
},
})

0 comments on commit bef3324

Please sign in to comment.