diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index f250266..95cd3a5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -45,7 +45,7 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita:dark" # for GTK3 apps +exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark" # for GTK3 apps exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps @@ -167,7 +167,7 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { - new_status = master + new_status = slave } # https://wiki.hyprland.org/Configuring/Variables/#misc @@ -247,16 +247,16 @@ bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] -bind = $mainMod SHIFT, 1, movetoworkspace, 1 -bind = $mainMod SHIFT, 2, movetoworkspace, 2 -bind = $mainMod SHIFT, 3, movetoworkspace, 3 -bind = $mainMod SHIFT, 4, movetoworkspace, 4 -bind = $mainMod SHIFT, 5, movetoworkspace, 5 -bind = $mainMod SHIFT, 6, movetoworkspace, 6 -bind = $mainMod SHIFT, 7, movetoworkspace, 7 -bind = $mainMod SHIFT, 8, movetoworkspace, 8 -bind = $mainMod SHIFT, 9, movetoworkspace, 9 -bind = $mainMod SHIFT, 0, movetoworkspace, 10 +bind = $mainMod SUPER, 1, movetoworkspace, 1 +bind = $mainMod SUPER, 2, movetoworkspace, 2 +bind = $mainMod SUPER, 3, movetoworkspace, 3 +bind = $mainMod SUPER, 4, movetoworkspace, 4 +bind = $mainMod SUPER, 5, movetoworkspace, 5 +bind = $mainMod SUPER, 6, movetoworkspace, 6 +bind = $mainMod SUPER, 7, movetoworkspace, 7 +bind = $mainMod SUPER, 8, movetoworkspace, 8 +bind = $mainMod SUPER, 9, movetoworkspace, 9 +bind = $mainMod SUPER, 0, movetoworkspace, 10 # Example special workspace (scratchpad) bind = $mainMod, S, togglespecialworkspace, magic diff --git a/update.sh b/update.sh index f6476f3..d195912 100755 --- a/update.sh +++ b/update.sh @@ -57,7 +57,7 @@ elif [ "$OS" == "Arch Linux" ]; then cd ~ if [ -d ~/yay-bin ]; then rm -rf ~/yay-bin; fi fi - sudo pacman --noconfirm --needed -S waybar hyprland hyprlock greetd pipewire git base-devel cmake gawk wget gettext unzip curl tmux btop ncdu ranger qt5ct qt6ct gnome-themes-extra + sudo pacman --noconfirm --needed -S waybar hyprland hyprlock greetd pipewire git base-devel cmake gawk wget gettext unzip curl tmux btop ncdu ranger qt5ct qt6ct gnome-themes-extra qt5-wayland qt6-wayland lxappearance yay --noconfirm -S --needed --aur adwaita-qt5-git yay --noconfirm -S --needed --aur adwaita-qt6-git