Rename wm to wayland, move scripts to wayland.

Update README.
This commit is contained in:
Érico Rolim 2020-04-21 03:17:57 -03:00
parent 9f9d5d6116
commit 0496ba39b4
19 changed files with 7 additions and 11 deletions

View File

@ -22,7 +22,7 @@ It's also recommended to create the `~/.local/bin` and `~/.local/share` director
## Sway + Waybar
This setup, which can be found on `wm` and `script`, requires the following dependencies:
This setup, which can be found inside `wayland`, requires the following dependencies:
* Basic setup:
* [`sway`](https://swaywm.org/): the Wayland compositor and tiling window manager.
* [`swaylock`](https://github.com/swaywm/swaylock)
@ -41,8 +41,8 @@ This setup, which can be found on `wm` and `script`, requires the following depe
* [`tmux`](https://github.com/tmux/tmux): the Meta+T shortcut launches `tmux` for multiple terminals in the same screen.
* [`emacs`](https://www.gnu.org/software/emacs/): the no longer default text editor (unfortunately, it has to run through Xwayland).
* [`neovim`](https://neovim.io/): the default CLI text editor.
* [`neovide`](https://github.com/Kethku/neovide): a no nonsense neovim client.
* [`fzf`](https://github.com/junegunn/fzf): a wonderful fuzzy searcher, required by the self-built launcher.
* [`ranger`](https://ranger.github.io/): a VIM-like TUI file manager.
* Applications needed for media keys:
* [`pulseaudio`](https://www.freedesktop.org/wiki/Software/PulseAudio/): the default audio daemon; provides `pactl`, which is used for controlling the volume.
* [`brightnessctl`](https://github.com/Hummer12007/brightnessctl): the default brightness controller; it's used for setting the backlight.
@ -52,6 +52,9 @@ This setup, which can be found on `wm` and `script`, requires the following depe
* Media applications:
* [`spotify-tui`](https://github.com/Rigellute/spotify-tui): a Spotify TUI.
* [`spotifyd`](https://github.com/Spotifyd/spotifyd): a Spotify daemon.
* [`mpv`](https://mpv.io/): great player for everything.
* [`mpv-mpris`](https://github.com/hoyon/mpv-mpris): MPV plugin to allow it to be controlled from playerctl.
* [`youtube-dl`](https://youtube-dl.org/): allows MPV to stream YouTube videos.
* Applications needed for AppPauser keys:
* [`AppPauser`](https://github.com/ericonr/AppPauser): is used for making pausing the execution of any application that's started by it possible.
* Theming:

View File

@ -12,5 +12,4 @@ then
LENGTH=30
fi
alacritty --dimensions $WIDTH $LENGTH --title launcher --command "$@"
exec alacritty --dimensions $WIDTH $LENGTH --title launcher --command "$@"

View File

@ -5,4 +5,3 @@
source ~/.local/bin/wayland-vars
generic-launcher bash -c 'compgen -c | sort -u | fzf --border | xargs lnch'

View File

@ -6,4 +6,3 @@ export WIDTH=75
export LENGTH=40
generic-launcher nvim "$@"

View File

@ -1,4 +1,3 @@
#!/usr/bin/env bash
generic-launcher iwctl

View File

@ -31,4 +31,3 @@ else
fi
fi
fi

View File

@ -10,5 +10,4 @@ fi
export XDG_SESSION_TYPE=wayland
sway
exec sway

View File

@ -5,4 +5,3 @@
source ~/.local/bin/wayland-vars
env GTK_THEME=OSX-Arc-Shadow wofi -i -t alacritty $@

View File

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 4.3 MiB