From 09535c5c741f05b49261877f58e2267a6fef856d Mon Sep 17 00:00:00 2001 From: sudacode Date: Tue, 29 Jul 2025 18:42:35 -0700 Subject: [PATCH] update hyprland --- .config/hypr/hyprland.conf | 2 ++ .config/hypr/keybindings.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 78d671b..f0d57f9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -271,6 +271,8 @@ windowrule = opacity 1, class:com.obsproject.Studio windowrule = opacity 1, title:(.*)(- YouTube(.*)) windowrule = opacity 1, class:zen, title:(.*)YouTube TV(.*) + + # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 5bc5c88..dd1d686 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -124,3 +124,5 @@ bind = CTRL ALT, F, exec, ~/.local/bin/favorite-wallpaper bind = $mainMod, z, exec, uwsm app -sb -- zen-browser +bind = $mainMod SHIFT, s, exec , rofi -show ssh -theme "$HOME/.config/rofi/launchers/type-2/style-2.rasi" -terminal -theme-str 'window{width: 25%;} listview {columns: 1; lines: 10;}' ghostty -ssh-command "ghostty --initial-command='TERM=kitty ssh {host}'" +