Automated updated process of shell scripts and DOT Files (gentooamd)
This commit is contained in:
parent
7c560cb8c2
commit
17722cd67a
Binary file not shown.
@ -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
|
||||
|
||||
@ -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)$
|
||||
|
||||
@ -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 - ;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user