Compare commits

...

2 Commits

Author SHA1 Message Date
Sanchayan Maity 7e7789d996
pipewire: Drop configuration
This only remaining fragment of PipeWire configuration will be moved
to WirePlumber.
2024-03-26 14:57:09 +05:30
Sanchayan Maity 569b6e893c
fish: conf.d/systemd-abbr: Show logs only for current boot 2024-03-26 14:57:09 +05:30
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,5 @@
abbr sc systemctl
abbr scu systemctl --user
abbr jr journalctl
abbr jru journalctl --user --unit
abbr jru journalctl --boot=0 --user --unit
abbr jrU journalctl --user

View File

@ -1,5 +0,0 @@
context.properties = {
## For iFi Zen DAC V2
default.clock.rate = 192000
default.clock.allowed-rates = [ 48000 88200 96000 176400 192000 352800 384000 ]
}