From c2ae3c8b06f59ba2a339a1d47c036b94f354b3df Mon Sep 17 00:00:00 2001 From: river Date: Sun, 1 Feb 2026 13:59:00 -0600 Subject: [PATCH] added keyboard shortcuts --- hyprland.conf | 13 +++++++++++-- hyprtoolkit.conf | 14 +++++++------- noctalia/noctalia-colors.conf | 10 +++++----- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index fe19f27..b420403 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -348,10 +348,12 @@ bind = $mainMod SHIFT, F, exec, qutebrowser bind = $mainMod SHIFT, Q, exec, qutebrowser bind = $mainMod, SPACE, exec, playerctl play-pause # bind = FUNCTION, L, exec, command, qs noctalia-shell ipc call lockScreen lock +bind = ALT_L, C, exec, qs -c noctalia-shell ipc call plugin:clipper openPanel +bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad #Plugin shortcuts # This will toggle HyprExpo when SUPER+g is pressed -bind = SUPER, g, hyprexpo:expo, toggle +# bind = SUPER, g, hyprexpo:expo, toggle # gesture = 3, vertical, hyprexpo:expo, on ##################### @@ -377,7 +379,14 @@ plugin { # See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules # Example windowrules that are useful - +windowrule{ + name = calculator + match:class = calc-term + + opacity = 0.8 + float = on + center = true +} windowrule { # Ignore maximize requests from all apps. You'll probably like this. name = suppress-maximize-events diff --git a/hyprtoolkit.conf b/hyprtoolkit.conf index 837cd42..85c4577 100644 --- a/hyprtoolkit.conf +++ b/hyprtoolkit.conf @@ -1,7 +1,7 @@ -background = rgba(181212ff) -base = rgba(181212ff) -text = rgba(ede0dfff) -alternate_base = rgba(524343ff) -bright_text = rgba(442929ff) -accent = rgba(ffb3b1ff) -accent_secondary = rgba(e6bdbbff) \ No newline at end of file +background = rgba(1e100fff) +base = rgba(1e100fff) +text = rgba(f8dcdbff) +alternate_base = rgba(5d3f3eff) +bright_text = rgba(49204dff) +accent = rgba(f9acfaff) +accent_secondary = rgba(ecb4ebff) \ No newline at end of file diff --git a/noctalia/noctalia-colors.conf b/noctalia/noctalia-colors.conf index 8e8bd56..0fb1627 100644 --- a/noctalia/noctalia-colors.conf +++ b/noctalia/noctalia-colors.conf @@ -1,9 +1,9 @@ -$primary = rgb(ffb3b1) -$surface = rgb(181212) -$secondary = rgb(e6bdbb) +$primary = rgb(f9acfa) +$surface = rgb(1e100f) +$secondary = rgb(ecb4eb) $error = rgb(ffb4ab) -$tertiary = rgb(e4c18d) -$surface_lowest = rgb(120d0d) +$tertiary = rgb(ffb3b1) +$surface_lowest = rgb(180b0a) general { col.active_border = $primary