diff --git a/hypr/hyprbinds.conf b/hypr/hyprbinds.conf index 11eeaee..f6f245d 100644 --- a/hypr/hyprbinds.conf +++ b/hypr/hyprbinds.conf @@ -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, SEMICOLON, exec, ~/.config/scripts/zoom.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 = SUPER, D, exec, wayscriber --active diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c38e295..3134e34 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -142,10 +142,9 @@ windowrule = center 1, floating:1 # Misc layer rules layerrule = animation slide, bar layerrule = animation popin, swww-daemon -layerrule = blur, logout_dialog -layerrule = animation fade, logout_dialog layerrule = animation fade, selection layerrule = animation fade, hyprpicker +layerrule = animation fade, wayscriber layerrule = animation popin 40%, lazerpopup layerrule = noanim, notification @@ -155,6 +154,7 @@ layerrule = order 2, lazerpopup layerrule = order 3, notifpanel layerrule = order 4, notification + source = ~/.config/hypr/hyprbinds.conf binds { diff --git a/nvim/lua/plugins/codesnap.lua b/nvim/lua/plugins/codesnap.lua index 86162f6..30ffc20 100644 --- a/nvim/lua/plugins/codesnap.lua +++ b/nvim/lua/plugins/codesnap.lua @@ -9,7 +9,7 @@ return { bg_theme = "sea", has_line_number = true, bg_padding = 0, - code_font_family = "ComicShannsMono Nerd Font"; + code_font_family = "0xProto Nerd Font"; mac_window_bar = false, watermark = "" }