mirror.dongdigua.github.io/org/my_gnome_config.org

54 lines
1.1 KiB
Org Mode
Raw Permalink Normal View History

#+TITLE: my gnome configuration
#+DATE: <2022-07-08 Fri>
* icon: Numix-Circle
#+begin_src shell
doas dnf install numix-icon-theme-circle
#+end_src
* sound: Ubuntu Yaru
#+begin_src shell
doas dnf install yaru-sound-theme
doas mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
#+end_src
* cursor: oxygen
#+begin_src shell
doas dnf install oxygen-cursor-themes
#+end_src
* background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
#+begin_src shell
doas dnf install f33-backgrounds-gnome
#+end_src
gnome-terminal: Solarized
* login manager: lightdm
it don't work with [[/wayland#dm][sway]]
#+begin_src shell
don't forget to install lightdm-settings
doas dnf install lightdm-settings
#+end_src
extensions: - user theme - dash to panel - clipboard
indicator(我之前一直是用文本编辑器当作临时剪切板🤣)
dir name
#+begin_src shell
export LANG=en_US
xdg-user-dirs-gtk-update
export LANG=zh_CN.UTF-8
#+end_src
* remove "gnome-classic"
#+begin_src shell
doas dnf remove gnome-classic-session
#+end_src
* use Geary as a replacement of Thunderbird