upload to gitea
This commit is contained in:
@@ -1,2 +1,83 @@
|
||||
# EndeavourOS-sway
|
||||
# Sway-WM Setup and Theme for EndeavourOS
|
||||
|
||||
**Sway EndeavourOS Community Edition**
|
||||
|
||||
[]()
|
||||
|
||||
## General Information
|
||||
|
||||
Please be aware that this is a private fork fromt he following Sway EndeavourOS Community Edition.
|
||||
|
||||
https://github.com/EndeavourOS-Community-Editions/sway/tree/main
|
||||
|
||||
## To Install Sway
|
||||
|
||||
### With the EOS Installer
|
||||
|
||||
1. In the live environment, choose "Fetch your install customization file" from the Welcome app.
|
||||
2. Type or paste the URL for the Sway user_commands.bash file.
|
||||
```
|
||||
https://git.pravida.info/seb/sway/raw/branch/main/setup_sway_isomode.bash
|
||||
```
|
||||

|
||||
|
||||
3. Click <kbd> OK </kbd>, then back in the Welcome app click <kbd> Start the Installer </kbd> and proceed with an online installation. Be sure to choose "no desktop" on the DE selection screen.
|
||||
|
||||

|
||||
|
||||
|
||||
### Manually (Post-Installation)
|
||||
|
||||
Alternatively, you can add Sway after the installation is complete by cloning the repo and running the `sway-install.sh` script.
|
||||
|
||||
git clone https://git.pravida.info/seb/sway.git
|
||||
|
||||
cd sway
|
||||
|
||||
sudo ./sway-install.sh
|
||||
|
||||
## Post install
|
||||
|
||||
- Keyboard layout in: `~/.config/sway/config.d/input`
|
||||
- Screen settings in: `~/.config/sway/config.d/output`
|
||||
- Keybindings Cheatsheet: press keyboard icon in waybar
|
||||
|
||||
|
||||
|
||||
## Tutorial for sway-wm settings:
|
||||
|
||||
- Background handled by Azote
|
||||
- Filebrowser = Thunar
|
||||
- Default Terminal-Emulator = Foot
|
||||
- Text-Editor = xed/nano/nvim
|
||||
- Bar = Waybar
|
||||
- Sound = Pulseaudio
|
||||
|
||||
- Login Manger = sddm
|
||||
-
|
||||
|
||||
## Keyboard shortcuts:
|
||||
|
||||
Click the keyboard icon in the Waybar to launch the keybinding cheatsheet.
|
||||
|
||||

|
||||
|
||||
|
||||
## Tiling:
|
||||
|
||||
Windows are set to tile by default in Sway. This can be changed to:
|
||||
|
||||
- stacking: Only the focused window in the container is displayed. You get a list of windows at the top of the container.
|
||||
- <kbd>Mod</kbd>+<kbd>S</kbd> = Vertical List
|
||||
- <kbd>Mod</kbd>+<kbd>W</kbd> = Horizontal List
|
||||
- navigate lists with <kbd>Mod</kbd>+<kbd>↑ ↓ → ←</kbd>
|
||||
- <kbd>Mod</kbd>+<kbd>E</kbd> = Back to tiling
|
||||
|
||||

|
||||
|
||||
Fuzzel:
|
||||

|
||||
|
||||
Waybar:
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user