dotfiles(Wayland) Update

配置更新

由于一些原因(安全性和性能表现),我决定切换到基于wayland的hyprland和sway并作为日常桌面环境,简单分享配置文件
文件位置Github存储库
目录:
├── hypr
│   ├── bind.conf
│   ├── hyprland.conf
│   ├── hyprpaper.conf
│   ├── scripts
│   │   └── reload.sh
│   └── walls
│   ├── 1.png # 这两张图已被弃用
│   └── 2.png
├── rofi
│   ├── bluetooth
│   │   └── blt-connect.sh
│   ├── clipboard
│   │   ├── clipboard.sh
│   │   └── cliphist-rofi
│   ├── colors
│   │   ├── mocha.rasi
│   │   └── onedark.rasi
│   ├── emoji
│   │   └── emoji.sh
│   ├── filebrowser
│   │   └── filebrowser.sh
│   ├── launchers
│   │   ├── launcher.sh
│   │   └── misc
│   │   ├── launcher.sh
│   │   └── launchpad.rasi
│   ├── powermenu
│   │   ├── full_rounded.rasi
│   │   ├── styles
│   │   │   ├── colors.rasi
│   │   │   └── nordic.rasi
│   │   └── type-2
│   │   ├── powermenu.sh
│   │   ├── shared
│   │   │   ├── colors.rasi
│   │   │   └── fonts.rasi
│   │   └── style-5.rasi
│   ├── run
│   │   └── run.sh
│   ├── shared
│   │   ├── colors.rasi
│   │   └── fonts.rasi
│   ├── snippet
│   │   └── snippet.sh
│   ├── style-1.rasi
│   ├── wifi
│   │   ├── wifinew.sh
│   │   └── wifi.sh
│   └── window
│   └── window.sh
├── sway
│   └── config
└── waybar
├── config
├── style.css

使用方法

直接clone下来,并将文件cp到 ~.config 即可
(从一个老哥学到的非常实用的管理办法)
**补充:重新整理了了一下结构,把wayland和x11单分出来了