docs(README): add sway section
This commit is contained in:
parent
9ba3a15144
commit
794ce27d92
13
README.md
13
README.md
|
@ -7,3 +7,16 @@ run `./install-vimrc.sh` to :
|
|||
* enable vimrc
|
||||
* install vim-plug
|
||||
* launch vim and PlugInstall command
|
||||
|
||||
## Sway
|
||||
|
||||
run `./install-sway.sh` to:
|
||||
|
||||
- enable sway config
|
||||
|
||||
it requires some package in addition to sway:
|
||||
|
||||
- swayidle
|
||||
- rofi
|
||||
- a background image
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ set $menu $rofi_cmd -show combi -combi-modes drun#run -modes combi
|
|||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
# Requires: desktop-backgrounds-compat, swaybg
|
||||
output * bg /home/vincent/Pictures/wallpaper/moulin_davidrevoy.jpg fill
|
||||
output * bg /home/vincent/Pictures/mybackground.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue