From afdc595f1bba4da4bacacf98ca036bd10121122e Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 27 May 2024 15:10:50 +0200 Subject: [PATCH] Updates --- .install/packages/general-packages.sh | 2 +- CHANGELOG | 1 - hypr/scripts/xdg.sh | 12 ++++++------ waybar/modules.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index 51f0e0c..3da8077 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -54,11 +54,11 @@ packagesPacman=( "jq" "rofi-wayland" "fastfetch" + "blueman" ); packagesYay=( "bibata-cursor-theme" "trizen" "pacseek" - "overskride" ); diff --git a/CHANGELOG b/CHANGELOG index aa5ee99..87e6f39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/hypr/scripts/xdg.sh b/hypr/scripts/xdg.sh index 80691e4..cc8790e 100755 --- a/hypr/scripts/xdg.sh +++ b/hypr/scripts/xdg.sh @@ -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 diff --git a/waybar/modules.json b/waybar/modules.json index 7bbcb2d..14f559a 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -369,7 +369,7 @@ "format-disabled": "", "format-off": "", "interval": 30, - "on-click": "overskride", + "on-click": "blueman-manager", "format-no-controller": "" },