Skip to content

cyrstem/Manjaro-RazerConf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manjaro-RazerConf

fix-and config file for my setup

HeadPhones Fix

Create or copy file alsa.conf in:

then as root depmod-a ;
	'modprobe -r snd-hda-intel;	
	'modprobe snd-hda-intel
reboot

Save packages

pacman -Qqe >packages.txt

Reinstall packages

sudo pacman -S --needed - <packages.txt

Install Missing icons for APPS

create appname.desktop '' move file from to sudo mv /home/jacos/KodeLife.desktop /usr/share/applications/' and put icons in : 'cd /usr/share/pixmaps/'

Enable autodiscover AirPlay Client support on Arch Linux ( like on macOS )

Step 1

Install required dependencies

pacman -S avahi pulseaudio-zeroconf

Step 2

Enable and Start Avahi daemon

systemctl enable --now avahi-daemon.service

Step 3

Enable the required module on Pulseaudio ( paste this at the end of /etc/pulse/default.pa ):

### Enable AirPlay support
load-module module-raop-discover

Step 4

Restart Pulseaudio:

systemctl --user restart pulseaudio.service

Step 5

removing manjaro terminal icons :

https://github.com/romkatv/powerlevel10k

About

fix-and config fie for my setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published