diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index 888ceb4..45d83d1 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -29,7 +29,6 @@ packagesPacman=( "python-gobject" "pavucontrol" "tumbler" - "blueman" "papirus-icon-theme" "breeze-icons" "polkit-gnome" @@ -60,4 +59,5 @@ packagesYay=( "bibata-cursor-theme" "trizen" "pacseek" + "overskride" ); diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index ee5d7b9..263c831 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -1,14 +1,15 @@ packagesPacman=( "hyprland" "hyprpaper" + "hyprlock" + "hypridle" + "hyprpicker" "xdg-desktop-portal-hyprland" "waybar" "grim" "slurp" "swappy" "cliphist" - "hyprlock" - "hypridle" ); packagesYay=( diff --git a/.version/name b/.version/name index 8ce9507..d8cb76b 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.9.1BETA1 \ No newline at end of file +2.9.1BETA2 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index fc809c8..9998221 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,8 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9 - Hyprpaper is the default wallpaper engine. swww will not be installed by the installer anymore. You can still switch to swww in the Dotfiles Settings App (System tab) but you need to install swww manually with yay -S swww - 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 Version 2.9 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9 diff --git a/README.md b/README.md index f468a6c..66c594a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W Dotfiles 2.9 +# ML4W Dotfiles 2.9.1 BETA2 An advanced configuration of Hyprland and Qtile for Arch Linux based distributions. This package includes an installation script to install and setup the required components. diff --git a/apps/ML4W_Welcome-x86_64.AppImage b/apps/ML4W_Welcome-x86_64.AppImage index dd4fc47..551af96 100755 Binary files a/apps/ML4W_Welcome-x86_64.AppImage and b/apps/ML4W_Welcome-x86_64.AppImage differ diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index 03be179..442af8e 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -16,7 +16,6 @@ exec-once = ~/dotfiles/hypr/scripts/gtk.sh # Using hypridle to start hyprlock exec-once = hypridle -# exec-once = swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f' # Load cliphist history exec-once = wl-paste --watch cliphist store diff --git a/hypr/conf/keybindings/default.conf b/hypr/conf/keybindings/default.conf index 02f8c7d..df23aa8 100644 --- a/hypr/conf/keybindings/default.conf +++ b/hypr/conf/keybindings/default.conf @@ -9,7 +9,6 @@ $mainMod = SUPER # Applications bind = $mainMod, RETURN, exec, ~/dotfiles/.settings/terminal.sh bind = $mainMod, B, exec, ~/dotfiles/.settings/browser.sh -bind = $mainMod, period, exec, emote # Windows bind = $mainMod, Q, killactive @@ -45,6 +44,7 @@ bind = $mainMod CTRL, C, exec, ~/dotfiles/scripts/cliphist.sh bind = $mainMod, V, exec, ~/dotfiles/scripts/cliphist.sh bind = $mainMod CTRL, T, exec, ~/dotfiles/waybar/themeswitcher.sh bind = $mainMod CTRL, S, exec, ~/dotfiles/apps/ML4W_Dotfiles_Settings-x86_64.AppImage +bind = $mainMod CTRL, P, exec, hyprpicker -a # Workspaces bind = $mainMod, 1, workspace, 1 diff --git a/waybar/modules.json b/waybar/modules.json index 88c31d0..d11826e 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -361,7 +361,7 @@ "format-disabled": "", "format-off": "", "interval": 30, - "on-click": "blueman-manager", + "on-click": "overskride", "format-no-controller": "" },