mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(dekstop): noto-color-emoji
This commit is contained in:
parent
a09156f801
commit
b25b43bd2b
3 changed files with 53 additions and 28 deletions
|
|
@ -1,22 +1,45 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<match target="pattern">
|
<!--match target="pattern">
|
||||||
<test qual="any" name="family">
|
<test qual="any" name="family">
|
||||||
<string>monospace</string>
|
<string>monospace</string>
|
||||||
</test>
|
</test>
|
||||||
<edit binding="strong" name="family" mode="assign">
|
<edit binding="strong" name="family" mode="assign">
|
||||||
<string>DejaVu Sans Mono</string>
|
<string>DejaVu Sans Mono</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match-->
|
||||||
<match target="pattern">
|
<!--match target="pattern">
|
||||||
<test qual="any" name="family">
|
<test qual="any" name="family">
|
||||||
<string>sans-serif</string>
|
<string>sans-serif</string>
|
||||||
</test>
|
</test>
|
||||||
<edit binding="strong" name="family" mode="assign">
|
<edit binding="strong" name="family" mode="assign">
|
||||||
<string>DejaVu Sans</string>
|
<string>DejaVu Sans</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match-->
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
<!--alias>
|
<!--alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"font-google-noto-emoji"
|
||||||
"telegram-desktop"
|
"telegram-desktop"
|
||||||
"bluez"
|
"bluez"
|
||||||
"xev"
|
"xev"
|
||||||
|
|
|
||||||
49
Desktop.org
49
Desktop.org
|
|
@ -3719,30 +3719,31 @@ Run services
|
||||||
* Guix settings
|
* Guix settings
|
||||||
Other desktop programs I use are listed below.
|
Other desktop programs I use are listed below.
|
||||||
|
|
||||||
| Category | Guix dependency | Description |
|
| Category | Guix dependency | Description |
|
||||||
|--------------+------------------------+-------------------------------------------|
|
|--------------+-------------------------+-------------------------------------------|
|
||||||
| desktop-misc | xprop | Tool to display properties of X windows |
|
| desktop-misc | xprop | Tool to display properties of X windows |
|
||||||
| desktop-misc | arandr | GUI to xrandr |
|
| desktop-misc | arandr | GUI to xrandr |
|
||||||
| desktop-misc | light | Control screen brightness |
|
| desktop-misc | light | Control screen brightness |
|
||||||
| desktop-misc | ponymix | Control PulseAudio CLI |
|
| desktop-misc | ponymix | Control PulseAudio CLI |
|
||||||
| desktop-misc | pavucontrol | Control PulseAudio GUI |
|
| desktop-misc | pavucontrol | Control PulseAudio GUI |
|
||||||
| desktop-misc | network-manager-applet | Applet to manage network connections |
|
| desktop-misc | network-manager-applet | Applet to manage network connections |
|
||||||
| desktop-misc | xmodmap | Program to modify keybindings on X server |
|
| desktop-misc | xmodmap | Program to modify keybindings on X server |
|
||||||
| desktop-misc | fontconfig | |
|
| desktop-misc | fontconfig | |
|
||||||
| desktop-misc | polkit-gnome | Polkit authentication agent |
|
| desktop-misc | polkit-gnome | Polkit authentication agent |
|
||||||
| desktop-misc | feh | Image viewer. Used to set background |
|
| desktop-misc | feh | Image viewer. Used to set background |
|
||||||
| desktop-misc | copyq | Clipboard manager |
|
| desktop-misc | copyq | Clipboard manager |
|
||||||
| desktop-misc | thunar | My preferred GUI file manager |
|
| desktop-misc | thunar | My preferred GUI file manager |
|
||||||
| desktop-misc | xdg-utils | gives xdg-open and stuff |
|
| desktop-misc | xdg-utils | gives xdg-open and stuff |
|
||||||
| desktop-misc | gnome-font-viewer | view fonts |
|
| desktop-misc | gnome-font-viewer | view fonts |
|
||||||
| desktop-misc | qbittorrent | torrent client |
|
| desktop-misc | qbittorrent | torrent client |
|
||||||
| desktop-misc | anydesk | Remote desktop software |
|
| desktop-misc | anydesk | Remote desktop software |
|
||||||
| desktop-misc | vinagre | My VNC client of choice |
|
| desktop-misc | vinagre | My VNC client of choice |
|
||||||
| desktop-misc | gnome-disk-utility | Manage disks |
|
| desktop-misc | gnome-disk-utility | Manage disks |
|
||||||
| desktop-misc | gparted | Manage partitions |
|
| desktop-misc | gparted | Manage partitions |
|
||||||
| desktop-misc | xev | Test input |
|
| desktop-misc | xev | Test input |
|
||||||
| desktop-misc | bluez | Provides bluetoothctl |
|
| desktop-misc | bluez | Provides bluetoothctl |
|
||||||
| desktop-misc | telegram-desktop | |
|
| desktop-misc | telegram-desktop | |
|
||||||
|
| desktop-misc | font-google-noto-emoji | |
|
||||||
|
|
||||||
#+NAME: packages
|
#+NAME: packages
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue