Waydog Linux#

Waydog是一款基于Debian的轻量Linux发行版,使用最新的Wayland显示服务。
默认已安装Labwc和Sway,安装程序中有单独的选项用于安装Mango、Niri和Wayfire合成器。
https://sourceforge.net/projects/lilidog/files/Releases/
Navigating Waydog#
Live账号信息: user live
Waydog可以在虚拟机里运行,但由于明显需要Wayland,所以表现不是很好。
特性#
- 快捷键 任意窗口下使用’Super + F1’查看快捷键清单。
- 默认安装Labwc和Sway,登录时可选择切换。
- 可通过安装程序安装Mango, Niri和Wayfire。
- 使用SDDM显示管理器。
- Ly登录管理器可单独安装。
- Waybar作为顶部面板栏。
- Waybar可随时调整面板位置。
- NWG Look作为GTK设置的界面。
- Labwc Tweaks提供常见的Labwc优化调整。
- Gamma Control提供伽马和对比度调节,还可以自定义预设。
- Usbimager用来创建USB镜像。
- Wayland使用Waypicker取色器,将选择的颜色复制到剪贴板。
- Waypaper壁纸管理器,用于壁纸和SDDM登录屏幕。
- GRUB背景更换器,可设置 .jpg 或 .png 作为你的启动图片。
- 注销主题更换器,可选择图标和布局。
- 使用’Super+v’快捷键随机背景。
- Ld-hotcorners providing four hotcorners for program use.
Super + z - 可以从菜单中随机选择背景守护程序,或者使用快捷键
Super + Shift + r - Grimshot截图程序,把截图添加到
~/Pictures - Fuzzel快捷菜单
Super + F5 - Mako用来管理系统通知。
默认系统只提供一些基本程序,Firefox、Geany、Thunar 和 Xfce4-terminal 是主要的标配程序,其他程序由用户自行选择。
终端#
Waydog 允许安装和使用除了 xfce4-terminal 之外的终端。Ghostty 是 Waydog 安装程序中的一个安装选项,而 alacritty、foot、kitty、guake 和 lxterminal 则可以通过 Waydog 安装程序中的 Quickgrab 安装器获取。
Ghostty, Alacritty, and Foot have basic configurations in place. For Ghostty, the config will be in ~/.config/ghostty/config.ghostty. The Alacritty and Foot configurations can be copied from /etc/xdg:
Alacritty:
mkdir -p ~/.config/alacritty && cp /etc/xdg/alacritty/alacritty.toml ~/.config/alacritty/
Foot: for foot, you will be asked whether to keep the default configuration upon installation. This is your choice. The default added for distro use only changes a few options to make foot match Waydog a bit better:
mkdir -p ~/.config/foot && cp /etc/xdg/foot/foot.ini ~/.config/foot/
Look here for more Alacritty options:
https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd
All current options for Foot are already available in the configuration.
Both foot and Alacritty can be found in the Quickinstallers in the Waydog Installer dialog or installed directly through apt.
TO Change Terminals:#
Use:
sudo update-alternatives --config x-terminal-emulator
or, just start typing ’terminal’ and use the
This should change all terminal use in the system over to your preferred terminal, except for Thunar, which will require adding or editing the existing entry.
Thunar Terminal Change (change ‘Ghostty’ to whatever you use):#
To add a new right-click action for Ghostty, at the top of Thunar, go to:
Edit -> Configure custom actions -> Plus Symbol
For the name:
Open Terminal Here (Ghostty)
For the command:
ghostty --working-directory=%f
For the icon, look for:
com.mitchellh.ghostty
Then under ‘Appearance Conditions’, make sure to check only
**directories**, leaving the rest unchecked.
You can move a new entry up in the list by selecting the entry, and use the arrow keys to move it up or down for the right-click menu.
If wanting to also keep xfce4-terminal (recommended)#
From the thunar dialog, only append the name for the entry (xfce4).
Then change the actual command used in:~/.local/share/xfce4/helpers/custom-TerminalEmulator.desktop
Change lines 7 and 10 to xfce4-terminal:
X-XFCE-CommandsWithParameter=/usr/bin/xfce4-terminal "%s"
X-XFCE-Commands=/usr/bin/xfce4-terminal
Notes:#
Logging out of the different compositors requires different commands. If you have issues logging out to either SDDM or Ly, you may need to change the command used in /usr/local/bin/ld-logout. Best practice here is to copy ld-logout to ~/bin and make your changes there.
To follow the current development of Waydog: Github Site