This commit is contained in:
Stephan Raabe 2024-05-27 15:10:50 +02:00
parent e00c9635cd
commit afdc595f1b
4 changed files with 8 additions and 9 deletions

View File

@ -54,11 +54,11 @@ packagesPacman=(
"jq"
"rofi-wayland"
"fastfetch"
"blueman"
);
packagesYay=(
"bibata-cursor-theme"
"trizen"
"pacseek"
"overskride"
);

View File

@ -5,7 +5,6 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9
- pfetch has been replaced with fastfetch (requires an update of the .bashrc)
- Directory for wallpapers can be customized with new .settings/wallpaper-folder.sh
- Added hyprpicker and Keybinding SUPER+CTRL+P
- Replaced blueman with overskride to manage bluetooth devices
- Screen shading possible with hyprshade. SUPER+SHIFT+S to toggle hyprshade. The shader can be defined with the shader module in waybar or in ~/dotfiles/.settings/hyprshade.sh
For auto-activation at a dedicated time please set the filter to off and follow the instructions here https://github.com/loqusion/hyprshade
- Nautilus defined as the new default file manager. Thunar is still available.

View File

@ -9,12 +9,12 @@
sleep 1
# kill all possible running xdg-desktop-portals
killall xdg-desktop-portal-hyprland
killall xdg-desktop-portal-gnome
killall xdg-desktop-portal-kde
killall xdg-desktop-portal-lxqt
killall xdg-desktop-portal-wlr
killall xdg-desktop-portal-gtk
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-gnome
killall -e xdg-desktop-portal-kde
killall -e xdg-desktop-portal-lxqt
killall -e xdg-desktop-portal-wlr
killall -e xdg-desktop-portal-gtk
killall xdg-desktop-portal
sleep 1

View File

@ -369,7 +369,7 @@
"format-disabled": "",
"format-off": "",
"interval": 30,
"on-click": "overskride",
"on-click": "blueman-manager",
"format-no-controller": ""
},