From 32492e8377e4b9300639963519bf4bc351833475 Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Sun, 16 Jan 2022 02:12:36 -0500 Subject: [PATCH] Improved README --- README.md | 12 ++---------- config_keybindings.py | 2 +- software.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 591ceb6..2cfc6e4 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,16 @@ Install Qtile and other dependencies. ### For Arch Linux +All software, one command: ```bash -sudo pacman -S qtile picom rofi nitrogen xorg-server-xephyr +yay -S qtile picom rofi nitrogen xorg-server-xephyr lxappearance-gtk3 megasync python-psutil brave-browser alacritty bat playerctl pulseaudio-ctl ``` The [xephyr](https://wiki.archlinux.org/index.php/Xephyr) package is for testing purposes. [Nitrogen](https://wiki.archlinux.org/index.php/nitrogen) help us to set a cool wallpaper since Qtile doesn't have a wallpaper manager by default. -
-More `yay` dependencies - -```bash -yay -S redshiftgui-bin ttf-font-awesome -``` - -
- ### For Debian, Ubuntu For Debian, Ubuntu and derivates [here](http://docs.qtile.org/en/latest/manual/install/ubuntu.html) is the qtile installation guide. diff --git a/config_keybindings.py b/config_keybindings.py index e55d4f3..f3fa559 100644 --- a/config_keybindings.py +++ b/config_keybindings.py @@ -81,7 +81,7 @@ # You can find it in my scripts repository ([ALTGR], "space", "play-pause"), - ([MOD], "space", 'rofi -modi "drun,run,window,ssh" -show drun'), + ([MOD], "space", 'rofi -modi "drun,run,window,ssh" -show drun -show-icons'), # Screenshots ([], "Print", "xfce4-screenshooter"), diff --git a/software.txt b/software.txt index c08bc78..3a49b82 100644 --- a/software.txt +++ b/software.txt @@ -1,7 +1,11 @@ picom nitrogen megasync -xfce4-clipman +xfce4-clipman-plugin playerctl pulseaudio-ctl -bat \ No newline at end of file +bat +python-psutil +alacritty +brave-browser +lxappearance-gtk3 \ No newline at end of file