wayscriber

This commit is contained in:
2025-11-05 15:05:37 -08:00
parent 66dda01b54
commit 0f5c6f6d20
3 changed files with 5 additions and 5 deletions

View File

@@ -92,6 +92,6 @@ bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshot
bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output
bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh
bind = SHIFT, XF86Display, exec, ~/.config/scripts/vnc-toggle.sh bind = SHIFT, XF86Display, exec, ~/.config/scripts/vnc-toggle.sh
bind = , XF86Display, exec, killall gjs && ags run bind = , XF86Display, exec, killall gjs && ags run --gtk 3
bind = ALT, XF86Display, exec, sleep 0.5 && hyprctl dispatch dpms off bind = ALT, XF86Display, exec, sleep 0.5 && hyprctl dispatch dpms off
bind = SUPER, D, exec, wayscriber --active

View File

@@ -142,10 +142,9 @@ windowrule = center 1, floating:1
# Misc layer rules # Misc layer rules
layerrule = animation slide, bar layerrule = animation slide, bar
layerrule = animation popin, swww-daemon layerrule = animation popin, swww-daemon
layerrule = blur, logout_dialog
layerrule = animation fade, logout_dialog
layerrule = animation fade, selection layerrule = animation fade, selection
layerrule = animation fade, hyprpicker layerrule = animation fade, hyprpicker
layerrule = animation fade, wayscriber
layerrule = animation popin 40%, lazerpopup layerrule = animation popin 40%, lazerpopup
layerrule = noanim, notification layerrule = noanim, notification
@@ -155,6 +154,7 @@ layerrule = order 2, lazerpopup
layerrule = order 3, notifpanel layerrule = order 3, notifpanel
layerrule = order 4, notification layerrule = order 4, notification
source = ~/.config/hypr/hyprbinds.conf source = ~/.config/hypr/hyprbinds.conf
binds { binds {

View File

@@ -9,7 +9,7 @@ return {
bg_theme = "sea", bg_theme = "sea",
has_line_number = true, has_line_number = true,
bg_padding = 0, bg_padding = 0,
code_font_family = "ComicShannsMono Nerd Font"; code_font_family = "0xProto Nerd Font";
mac_window_bar = false, mac_window_bar = false,
watermark = "" watermark = ""
} }