Update README
This commit is contained in:
parent
5a78719afc
commit
d91e21cf22
2 changed files with 25 additions and 8 deletions
27
README.md
27
README.md
|
@ -2,21 +2,38 @@ Sway desktop configuration
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
This repository contain all configurations for my desktop : [sway][l_sway] (and
|
This repository contain all configurations for my desktop : [sway][l_sway] (and
|
||||||
swaylock, swayidle), [mako][l_mako] and [waybar][l_waybar]. Execute
|
swaylock, swayidle), [mako][l_mako] and [waybar][l_waybar].
|
||||||
`install.sh` install it properly.
|
|
||||||
|
Each configuration are on `./conf` folder.
|
||||||
|
|
||||||
## Launcher
|
## Launcher
|
||||||
|
|
||||||
I use a custom launcher based on fzf with a script taken from
|
I use a custom launcher based on fzf inspired by this from [FlyingWombat][l_won]
|
||||||
[FlyingWombat][l_won] with some light modifications.
|
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
|
## Installation
|
||||||
|
|
||||||
Use [dotinstall][l_dotinstall] script to install this repo.
|
Use [dotinstall][l_dotinstall] script to install it.
|
||||||
|
|
||||||
[l_sway]:https://swayvm.org
|
[l_sway]:https://swayvm.org
|
||||||
[l_mako]:https://wayland.emersion.fr/mako/
|
[l_mako]:https://wayland.emersion.fr/mako/
|
||||||
[l_waybar]:https://github.com/Alexays/Waybar
|
[l_waybar]:https://github.com/Alexays/Waybar
|
||||||
[l_fzf]:https://github.com/junegunn/fzf
|
[l_fzf]:https://github.com/junegunn/fzf
|
||||||
[l_won]:https://gitlab.com/FlyingWombat/my-scripts/blob/master/sway-launcher
|
[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
|
[l_dotinstall]:https://git.epha.se/ephase/dotinstall
|
||||||
|
|
|
@ -3,9 +3,9 @@ LocationMode=filename-entry
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=362
|
GeometryX=362
|
||||||
GeometryY=194
|
GeometryY=184
|
||||||
GeometryWidth=876
|
GeometryWidth=876
|
||||||
GeometryHeight=538
|
GeometryHeight=558
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
StartupMode=recent
|
StartupMode=recent
|
||||||
|
|
Reference in a new issue