Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed Jan 16, 2022
1 parent a7c3a2d commit 32492e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>
<summary>More `yay` dependencies</summary>

```bash
yay -S redshiftgui-bin ttf-font-awesome
```

</details>

### For Debian, Ubuntu

For Debian, Ubuntu and derivates [here](http://docs.qtile.org/en/latest/manual/install/ubuntu.html) is the qtile installation guide.
Expand Down
2 changes: 1 addition & 1 deletion config_keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
8 changes: 6 additions & 2 deletions software.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
picom
nitrogen
megasync
xfce4-clipman
xfce4-clipman-plugin
playerctl
pulseaudio-ctl
bat
bat
python-psutil
alacritty
brave-browser
lxappearance-gtk3

0 comments on commit 32492e8

Please sign in to comment.