diff --git a/geany/.config/geany/session.conf b/geany/.config/geany/session.conf index 165d3f4..43087f9 100644 --- a/geany/.config/geany/session.conf +++ b/geany/.config/geany/session.conf @@ -1,7 +1,8 @@ [files] -recent_files=/home/matt/Downloads/README.txt;/run/user/1000/kio-fuse-QTlNOQ/smb/mfortin@172.31.180.13/CMPFOR/Read Only Files/E01s/PE07-IMAGE-24-01/PE06.txt;/home/matt/.dotfiles/.gitignore;/home/matt/.dotfiles/.stow-local-ignre;/home/matt/.dotfiles/.stow-local-ignore;/home/matt/hypr.txt;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/List Volumes/!vol.bat;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/Privilege Escalation (Admin or System)/GETSYSTEM.cmd;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/ScreenSaverPasswordDisable/ScreenSaverDisable.bat;/home/matt/package.txt; +recent_files=/home/matt/#*message*-20250130-114332#;/home/matt/Downloads/README.txt;/run/user/1000/kio-fuse-QTlNOQ/smb/mfortin@172.31.180.13/CMPFOR/Read Only Files/E01s/PE07-IMAGE-24-01/PE06.txt;/home/matt/.dotfiles/.gitignore;/home/matt/.dotfiles/.stow-local-ignre;/home/matt/.dotfiles/.stow-local-ignore;/home/matt/hypr.txt;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/List Volumes/!vol.bat;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/Privilege Escalation (Admin or System)/GETSYSTEM.cmd;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/ScreenSaverPasswordDisable/ScreenSaverDisable.bat; recent_projects= -current_page=-1 +current_page=0 +FILE_NAME_0=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F%23%2Amessage%2A-20250130-114332%23;0;4 [project] session_file= @@ -10,7 +11,7 @@ project_file_path=/home/matt/Projects [geany] treeview_position=0 msgwindow_position=805 -geometry=0;0;2086;1388;1; +geometry=0;0;806;534;1; sidebar_page=2 [VTE] diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index d48a231..d854a44 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -40,7 +40,7 @@ exec-once=~/.config/hypr/xdg-desktop-portal.sh exec-once=kanshi exec-once=wlsunset -l 45.424721 -L -75.695000 exec-once=systemctl --user restart sunshine.service -exec-once=pypr +#exec-once=pypr --debug /tmp/pypr.log exec-once=trayscale --hide-window ### ENVIRONMENT VARIABLES ### @@ -228,6 +228,10 @@ windowrulev2 = size 75% 75%, class:update #windowrule = center, ^(org.gnome.Calculator)$ #windowrule = center, ^(org.kde.kiod6)$ #windowrule = dimaround, ^(org.kde.kiod6)$ + +windowrulev2 = float, class:com.update +windowrulev2 = center, class:com.update +windowrulev2 = size 75% 75%, class:com.update # windowrulev2 = opacity 0.80 0.80,class:^(kitty)$ #windowrule = float,^(jome)$ diff --git a/hypr/.config/hypr/keybinds.conf b/hypr/.config/hypr/keybinds.conf index 2a0ead0..8b1c106 100644 --- a/hypr/.config/hypr/keybinds.conf +++ b/hypr/.config/hypr/keybinds.conf @@ -30,7 +30,7 @@ bind = $mainMod, F, fullscreen # Toggle fullscreen bind = $mainMod ALT, L, exec, $HOME/.config/hypr/scripts/ChangeLayout.sh # Toggle Master of Dwindle Layout # Pypr -bind = $mainMod SHIFT, return, exec, pypr toggle term +#bind = $mainMod SHIFT, return, exec, pypr toggle term # Dwindle Layout bind = $mainMod SHIFT, I, togglesplit # only works on dwingle layout diff --git a/hypr/.config/hypr/pyprland.toml b/hypr/.config/hypr/pyprland.toml index 9c268e8..1d49e44 100644 --- a/hypr/.config/hypr/pyprland.toml +++ b/hypr/.config/hypr/pyprland.toml @@ -6,8 +6,10 @@ plugins = [ [scratchpads.term] animation = "fromTop" -command = "ghostty --class ghostty-dropterm" -class = "ghostty-dropterm" +#command = "ghostty --class ghostty-dropterm" +command = "ghostty --class=com.example.clipse" +class = "com.example.clipse" +#class = "ghostty-dropterm" size = "75% 60%" max_size = "1920px 100%" margin = 50 diff --git a/hypr/.config/waybar/config.jsonc b/hypr/.config/waybar/config.jsonc index a35df59..202be07 100644 --- a/hypr/.config/waybar/config.jsonc +++ b/hypr/.config/waybar/config.jsonc @@ -41,7 +41,7 @@ "interval": 3600, "exec": "checkupdates | wc -l", "exec-if": "exit 0", - "on-click": "kitty --class update paru; pkill -SIGRTMIN+8 waybar", + "on-click": "ghostty --class=com.update paru; pkill -SIGRTMIN+8 waybar", "signal": 8 // "format": "{} {icon}", // "return-type": "json",