Updates
This commit is contained in:
parent
e00c9635cd
commit
afdc595f1b
@ -54,11 +54,11 @@ packagesPacman=(
|
|||||||
"jq"
|
"jq"
|
||||||
"rofi-wayland"
|
"rofi-wayland"
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
|
"blueman"
|
||||||
);
|
);
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
"bibata-cursor-theme"
|
"bibata-cursor-theme"
|
||||||
"trizen"
|
"trizen"
|
||||||
"pacseek"
|
"pacseek"
|
||||||
"overskride"
|
|
||||||
);
|
);
|
||||||
|
@ -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)
|
- pfetch has been replaced with fastfetch (requires an update of the .bashrc)
|
||||||
- Directory for wallpapers can be customized with new .settings/wallpaper-folder.sh
|
- Directory for wallpapers can be customized with new .settings/wallpaper-folder.sh
|
||||||
- Added hyprpicker and Keybinding SUPER+CTRL+P
|
- 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
|
- 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
|
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.
|
- Nautilus defined as the new default file manager. Thunar is still available.
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
# kill all possible running xdg-desktop-portals
|
# kill all possible running xdg-desktop-portals
|
||||||
killall xdg-desktop-portal-hyprland
|
killall -e xdg-desktop-portal-hyprland
|
||||||
killall xdg-desktop-portal-gnome
|
killall -e xdg-desktop-portal-gnome
|
||||||
killall xdg-desktop-portal-kde
|
killall -e xdg-desktop-portal-kde
|
||||||
killall xdg-desktop-portal-lxqt
|
killall -e xdg-desktop-portal-lxqt
|
||||||
killall xdg-desktop-portal-wlr
|
killall -e xdg-desktop-portal-wlr
|
||||||
killall xdg-desktop-portal-gtk
|
killall -e xdg-desktop-portal-gtk
|
||||||
killall xdg-desktop-portal
|
killall xdg-desktop-portal
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
@ -369,7 +369,7 @@
|
|||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-off": "",
|
"format-off": "",
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
"on-click": "overskride",
|
"on-click": "blueman-manager",
|
||||||
"format-no-controller": ""
|
"format-no-controller": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user