This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sway_config/README.md
2020-08-02 20:52:42 +02:00

39 lines
1.1 KiB
Markdown

Sway desktop configuration
--------------------------
This repository contain all configurations for my desktop : [sway][l_sway] (and
swaylock, swayidle), [mako][l_mako] and [waybar][l_waybar].
Each configuration are on `./conf` folder.
## Launcher
I use a custom launcher based on fzf inspired by this from [FlyingWombat][l_won]
and [Sway launcher desktop][l_swaylauncher]. You can find in into `./bin/`
folder.
This is an history only based launcher : this first time you launch it, there
is no entries. You can type complex command with arguments like ones for
manage display :
```
swaymsg 'workspace move to DP-1
```
Or launch Firefox with a given profile :
```
firefox -p My_custom_profile
```
## Installation
Use [dotinstall][l_dotinstall] script to install it.
[l_sway]:https://swayvm.org
[l_mako]:https://wayland.emersion.fr/mako/
[l_waybar]:https://github.com/Alexays/Waybar
[l_fzf]:https://github.com/junegunn/fzf
[l_won]:https://gitlab.com/FlyingWombat/my-scripts/blob/master/sway-launcher
[l_swaylauncher]:https://github.com/Biont/sway-launcher-desktop
[l_dotinstall]:https://git.epha.se/ephase/dotinstall