diff --git a/Gentoo/gentooamd/home/user/.config/dconf/user b/Gentoo/gentooamd/home/user/.config/dconf/user index bd49033f..26bac20a 100644 Binary files a/Gentoo/gentooamd/home/user/.config/dconf/user and b/Gentoo/gentooamd/home/user/.config/dconf/user differ diff --git a/Gentoo/gentooamd/home/user/.config/hypr/hyprland/env.conf b/Gentoo/gentooamd/home/user/.config/hypr/hyprland/env.conf index bc8612ad..42f433e9 100644 --- a/Gentoo/gentooamd/home/user/.config/hypr/hyprland/env.conf +++ b/Gentoo/gentooamd/home/user/.config/hypr/hyprland/env.conf @@ -5,8 +5,9 @@ env = XDG_SESSION_DESKTOP, Hyprland env = GDK_BACKEND, wayland env = CLUTTER_BACKEND, wayland env = SDL_VIDEODRIVER, wayland,x11,windows -env = QT_QPA_PLATFORM, xcb, wayland +env = QT_QPA_PLATFORM, wayland,xcb env = QT_QPA_PLATFORM, wayland +env = QT_QPA_PLATFORMTHEME, qt5ct env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1 env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 env = MOZ_ENABLE_WAYLAND, 1 diff --git a/Gentoo/gentooamd/home/user/.config/hypr/hyprland/windowrule.conf b/Gentoo/gentooamd/home/user/.config/hypr/hyprland/windowrule.conf index 1d4a821f..04417a94 100644 --- a/Gentoo/gentooamd/home/user/.config/hypr/hyprland/windowrule.conf +++ b/Gentoo/gentooamd/home/user/.config/hypr/hyprland/windowrule.conf @@ -11,7 +11,7 @@ windowrule = move 2000 1100,class:^(xwaylandvideobridge)$ # CAVA RULES #windowrulev2 = opacity 1.0 override,class:^(kitty-bg)$ -windowrule = float,class:^(kitty-bg)$ +# windowrule = float,class:^(kitty-bg)$ # ROFI RULES windowrule = float,class:^(Rofi)$ @@ -23,6 +23,12 @@ windowrule = float,class:^(org.kde.polkit-kde-authentication-agent-1)$ windowrule = size 400 250,float,class:^(hyprland-share-picker)$ # Discord Rules -windowrule = workspace 4 silent,class:^(vesktop)$ +windowrule = workspace 14 silent,class:^(vesktop)$ +# Browser Rules windowrule = workspace 3 silent,class:^(LibreWolf)$ + +# Special Workspace Rules +windowrule = workspace special,class:^(com.mitchellh.ghostty)$ +windowrule = float,class:^(com.mitchellh.ghostty)$ +windowrule = workspace 5,class:^(kitty)$ diff --git a/Gentoo/gentooamd/home/user/.config/shellconfig/DOT-Files b/Gentoo/gentooamd/home/user/.config/shellconfig/DOT-Files index 2ad6f85b..9b2f129b 100644 --- a/Gentoo/gentooamd/home/user/.config/shellconfig/DOT-Files +++ b/Gentoo/gentooamd/home/user/.config/shellconfig/DOT-Files @@ -19,6 +19,7 @@ rsync -r /usr/src/linux/.config $HOME/Projects/$company/repos/DOT-Files/Gentoo/g --exclude="libfm" --exclude="Mangohud" --exclude="MangoHud" --exclude="menus" --exclude="msmtp" \ --exclude="mupen64plus" --exclude="ookla" --exclude="privateinternetaccess" --exclude="spicy" \ --exclude="spotify" --exclude="sqlitebrowser" --exclude="unity3d" --exclude="wireshark" \ + --exclude="libreoffice" \ $HOME/.config/* $HOME/Projects/$company/repos/DOT-Files/Gentoo/gentooamd/home/user/.config/. ; rsync -r $HOME/.*rc $HOME/Projects/$company/repos/DOT-Files/Gentoo/gentooamd/home/user/. ; @@ -28,8 +29,8 @@ rsync -r /usr/src/linux/.config $HOME/Projects/$company/repos/DOT-Files/Gentoo/g cd /home/ganome/Projects/$company/repos/DOT-Files ; git pull ; git add .; -# git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ; -# git push; + git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ; + git push; cd - ; }