53 lines
1.3 KiB
Markdown
53 lines
1.3 KiB
Markdown
# SwayEOS - unofficial
|
|
|
|
## To Install
|
|
|
|
git clone https://github.com/OdiousImp2604/SwayEOS.git
|
|
|
|
cd SwayEOS
|
|
|
|
bash testinstall.sh
|
|
|
|
## Post install
|
|
|
|
- Keyboard layout in: `~/.config/sway/config.d/input`
|
|
- Screen settings in: `~/.config/sway/config.d/output`
|
|
|
|
|
|
## To-Do (as of 21/1/21)
|
|
- Find bugs and fix
|
|
- Set LightDM theme to Ark-Dark
|
|
- Make seperate wofi config for powermenu and screenshot, so that they only have 4 and 5 lines each
|
|
- Check if idle settings in sway config makes sense
|
|
|
|
|
|
## Tutorial for sway-wm settings:
|
|
|
|
- Background handled by swaybg
|
|
- Gtk3 theme handled by lxappearance
|
|
- Filebrowser = Thunar
|
|
- Default Terminal-Emulator = Alacritty
|
|
- Text-Editor = geany
|
|
|
|
Main shortcuts:
|
|
|
|
[mod] key is set to the winkey (or should i call it linkey?)
|
|
|
|
- [mod]+enter = open terminal (alacritty)
|
|
- [mod]+w = open Browser (firefox)
|
|
- [mod]+d = app menu (wofi)
|
|
- [mod]+q = close focused app [kill]
|
|
- (Shift) Print-key = screenshot
|
|
|
|
## Tiling:
|
|
|
|
Is set to default for swaywm and 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.
|
|
|
|
- tabbed: so each new window will open fullscreen as a tab, you can change between window-tabs with mouse or shortcut: [mod]+Left focus left (left arrow key) [mod]+Right focus right (right arrow key)
|
|
|
|
## Waybar:
|
|
|
|
|