Skip to content

Commit

Permalink
Added other configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed Sep 22, 2024
1 parent 5cb4a69 commit a2daffb
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 55 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Install Qtile and other dependencies.
All software, one command:

```bash
yay -S qtile picom rofi nitrogen xorg-server-xephyr lxappearance-gtk3 megasync python-psutil brave-browser alacritty bat playerctl pulseaudio-ctl dunst alacritty fish starship neovim pavucontrol flameshot
yay -S qtile picom rofi nitrogen xorg-server-xephyr
lxappearance-gtk3 megasync python-psutil brave-browser alacritty
bat playerctl pulseaudio-ctl dunst alacritty fish starship neovim
pavucontrol flameshot noto-fonts-emoji noto-fonts-emoji brightnessctl blueman xfce4-power-manager network-manager-applet xfce4-clipman-plugin
```

Also install Rofi Power menu:
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ____ ____
# | _ \ | _ \ Copyright (c) 2020 Daniel Diaz
# | | | || | | |
# | |_| || |_| | http://www.github.com/Daniel1404/
# | |_| || |_| | http://www.github.com/DaniDiazTech/
# |____/ |____/
#

Expand Down
4 changes: 2 additions & 2 deletions config_keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
([], "XF86AudioMute", "pactl set-sink-mute @DEFAULT_SINK@ toggle"),

# Brightness
([], "XF86MonBrightnessUp", "brightnessctl set +10%"),
([], "XF86MonBrightnessDown", "brightnessctl set 10%-"),
([], "XF86MonBrightnessUp", "brightnessctl set +5%"),
([], "XF86MonBrightnessDown", "brightnessctl set 5%-"),
]


Expand Down
3 changes: 3 additions & 0 deletions scripts/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ run nitrogen --restore &
run /usr/lib/polkit-kde-authentication-agent-1 &
run megasync
run xfce4-clipman
run xfce4-power-manager
run gammy
run dunst
run nm-applet
run blueman-applet
Loading

0 comments on commit a2daffb

Please sign in to comment.