diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-08-25 17:41:44 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-08-25 17:41:44 +0200 |
| commit | bbe7b2670d2900dfdd260447b5d79eead21427d7 (patch) | |
| tree | 458a8e4ca53a64366cc2f03310f063132a0cd701 | |
| parent | 55b6de7eb5ad16ddcd293cb2d717d327c5c15e77 (diff) | |
update
| -rw-r--r-- | .config/i3/config | 1 | ||||
| -rw-r--r-- | swift/etc/modprobe.d/swift5.conf | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index ac85a15..7f094d2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -87,6 +87,7 @@ for_window [class="llpp"] floating enable for_window [class="MuPDF"] floating enable for_window [class="Org.gnome.Software"] floating enable for_window [class="Pavucontrol"] floating enable +for_window [class="Pcmanfm"] floating enable for_window [class="Picard"] floating enable for_window [title="QEMU"] floating enable for_window [class="RSS Guard"] floating enable diff --git a/swift/etc/modprobe.d/swift5.conf b/swift/etc/modprobe.d/swift5.conf new file mode 100644 index 0000000..bda0f22 --- /dev/null +++ b/swift/etc/modprobe.d/swift5.conf @@ -0,0 +1,10 @@ +#options snd_hda_intel model=dell-headset-multi +#options snd_hda_intel power_save=1 +#options snd-intel-dspcfg dsp_driver=1 +options snd_sof_intel_hda_common hda_model=alc255-acer + +options i915 enable_fbc=1 +options i915 enable_psr=1 disable_power_well=0 +options i915 modeset=1 + +#blacklist snd_soc_skl |
