Automated updated process of shell scripts and DOT Files (gentooamd)

This commit is contained in:
ganome 2025-04-14 13:08:46 -06:00
parent 7c560cb8c2
commit 17722cd67a
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83
4 changed files with 13 additions and 5 deletions

View File

@ -5,8 +5,9 @@ env = XDG_SESSION_DESKTOP, Hyprland
env = GDK_BACKEND, wayland env = GDK_BACKEND, wayland
env = CLUTTER_BACKEND, wayland env = CLUTTER_BACKEND, wayland
env = SDL_VIDEODRIVER, wayland,x11,windows 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_PLATFORM, wayland
env = QT_QPA_PLATFORMTHEME, qt5ct
env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1
env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 env = QT_AUTO_SCREEN_SCALE_FACTOR, 1
env = MOZ_ENABLE_WAYLAND, 1 env = MOZ_ENABLE_WAYLAND, 1

View File

@ -11,7 +11,7 @@ windowrule = move 2000 1100,class:^(xwaylandvideobridge)$
# CAVA RULES # CAVA RULES
#windowrulev2 = opacity 1.0 override,class:^(kitty-bg)$ #windowrulev2 = opacity 1.0 override,class:^(kitty-bg)$
windowrule = float,class:^(kitty-bg)$ # windowrule = float,class:^(kitty-bg)$
# ROFI RULES # ROFI RULES
windowrule = float,class:^(Rofi)$ 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)$ windowrule = size 400 250,float,class:^(hyprland-share-picker)$
# Discord Rules # Discord Rules
windowrule = workspace 4 silent,class:^(vesktop)$ windowrule = workspace 14 silent,class:^(vesktop)$
# Browser Rules
windowrule = workspace 3 silent,class:^(LibreWolf)$ 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)$

View File

@ -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="libfm" --exclude="Mangohud" --exclude="MangoHud" --exclude="menus" --exclude="msmtp" \
--exclude="mupen64plus" --exclude="ookla" --exclude="privateinternetaccess" --exclude="spicy" \ --exclude="mupen64plus" --exclude="ookla" --exclude="privateinternetaccess" --exclude="spicy" \
--exclude="spotify" --exclude="sqlitebrowser" --exclude="unity3d" --exclude="wireshark" \ --exclude="spotify" --exclude="sqlitebrowser" --exclude="unity3d" --exclude="wireshark" \
--exclude="libreoffice" \
$HOME/.config/* $HOME/Projects/$company/repos/DOT-Files/Gentoo/gentooamd/home/user/.config/. ; $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/. ; 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 ; cd /home/ganome/Projects/$company/repos/DOT-Files ;
git pull ; git pull ;
git add .; git add .;
# git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ; git commit -am "Automated updated process of shell scripts and DOT Files ($HOSTNAME)" ;
# git push; git push;
cd - ; cd - ;
} }