diff --git a/.config/hypr/conf.d/40-keybinds.conf b/.config/hypr/conf.d/40-keybinds.conf index 92ee5f3..35ad7d8 100644 --- a/.config/hypr/conf.d/40-keybinds.conf +++ b/.config/hypr/conf.d/40-keybinds.conf @@ -63,8 +63,12 @@ bind = $mainMod SHIFT, A, exec, $notclose bind = $mainMod CTRL, A, exec, $notcloseall # Screenshot -bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit output -bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit area +#bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit output +#bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit area + +#testing stuff +bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="/home/cnachtigall/git/clone/Satty/target/debug/satty -f" grimblast --notify edit output +bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="/home/cnachtigall/git/clone/Satty/target/debug/satty -f" grimblast --notify edit area # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l diff --git a/.config/hypr/conf.d/60-windowrules.conf b/.config/hypr/conf.d/60-windowrules.conf index 8575c9d..7326de8 100644 --- a/.config/hypr/conf.d/60-windowrules.conf +++ b/.config/hypr/conf.d/60-windowrules.conf @@ -8,6 +8,7 @@ windowrule = workspace 10, class:^(info\.mumble\.Mumble|discord|TeamSpeak|vesktop)$ # Signal & Telegram windowrule = workspace 9, class:^(Element|signal|Signal|org\.telegram\.desktop)$ +windowrule = noscreenshare, class:^(Element|signal|Signal|org\.telegram\.desktop)$ ## ========== Multimedia ========== windowrule = workspace 8, class:Spotify @@ -51,6 +52,7 @@ windowrule = float, class:OrcaSlicer ## ========== System ========== windowrule = float, class:org.keepassxc.KeePassXC +windowrule = noscreenshare, class:org.keepassxc.KeePassXC windowrule = float, class:org.kde.dolphin windowrule = float, class:com.saivert.pwvucontrol windowrule = float, class:org.gnome.Nautilus diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 6db9ef7..b9154b8 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -10,17 +10,17 @@ general { ################## background { - monitor = DP-1 + monitor = DP-2 path = $HOME/.config/hypr/images/ultrawide.jpg } background { - monitor = DP-2 + monitor = DP-1 path = $HOME/.config/hypr/images/standard.jpg } background { - monitor = HDMI-A-2 + monitor = HDMI-A-1 path = $HOME/.config/hypr/images/vertical.jpg } diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index cf2ffb5..8960067 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -11,7 +11,7 @@ preload = $HOME/.config/hypr/images/standard.jpg preload = $HOME/.config/hypr/images/vertical.jpg # Per-monitor wallpaper assignments -wallpaper = DP-1, $HOME/.config/hypr/images/ultrawide.jpg -wallpaper = DP-2, $HOME/.config/hypr/images/standard.jpg -wallpaper = HDMI-A-2,$HOME/.config/hypr/images/vertical.jpg +wallpaper = DP-2, $HOME/.config/hypr/images/ultrawide.jpg +wallpaper = DP-1, $HOME/.config/hypr/images/standard.jpg +wallpaper = HDMI-A-1,$HOME/.config/hypr/images/vertical.jpg diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index eccf94f..f7df163 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -1,5 +1,5 @@ -# Generated by nwg-displays on 2025-07-12 at 14:51:36. Do not edit manually. +# Generated by nwg-displays on 2025-07-19 at 13:37:07. Do not edit manually. -monitor=DP-1,2560x1440@59.95,1920x1584,1.0 -monitor=DP-2,3440x1440@100.0,1480x144,1.0 -monitor=HDMI-A-2,1920x1080@60.0,0x1584,1.0 +monitor=HDMI-A-1,1920x1080@60.0,0x1584,1.0 +monitor=DP-2,3440x1440@100.0,1476x144,1.0 +monitor=DP-1,2560x1440@99.95,1920x1584,1.0 diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf index 183b4f4..ef73bd6 100644 --- a/.config/hypr/workspaces.conf +++ b/.config/hypr/workspaces.conf @@ -1,4 +1,4 @@ -# Generated by nwg-displays on 2025-07-12 at 14:51:32. Do not edit manually. +# Generated by nwg-displays on 2025-07-19 at 13:37:04. Do not edit manually. workspace=1,monitor:DP-1,default:true workspace=2,monitor:DP-1 @@ -7,6 +7,6 @@ workspace=4,monitor:DP-1 workspace=5,monitor:DP-2,default:true workspace=6,monitor:DP-2 workspace=7,monitor:DP-2 -workspace=8,monitor:HDMI-A-2,default:true -workspace=9,monitor:HDMI-A-2 -workspace=10,monitor:HDMI-A-2 +workspace=8,monitor:HDMI-A-1,default:true +workspace=9,monitor:HDMI-A-1 +workspace=10,monitor:HDMI-A-1