added keyboard shortcuts
This commit is contained in:
@@ -348,10 +348,12 @@ bind = $mainMod SHIFT, F, exec, qutebrowser
|
|||||||
bind = $mainMod SHIFT, Q, exec, qutebrowser
|
bind = $mainMod SHIFT, Q, exec, qutebrowser
|
||||||
bind = $mainMod, SPACE, exec, playerctl play-pause
|
bind = $mainMod, SPACE, exec, playerctl play-pause
|
||||||
# bind = FUNCTION, L, exec, command, qs noctalia-shell ipc call lockScreen lock
|
# 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
|
#Plugin shortcuts
|
||||||
# This will toggle HyprExpo when SUPER+g is pressed
|
# 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
|
# gesture = 3, vertical, hyprexpo:expo, on
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
@@ -377,7 +379,14 @@ plugin {
|
|||||||
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
||||||
|
|
||||||
# Example windowrules that are useful
|
# Example windowrules that are useful
|
||||||
|
windowrule{
|
||||||
|
name = calculator
|
||||||
|
match:class = calc-term
|
||||||
|
|
||||||
|
opacity = 0.8
|
||||||
|
float = on
|
||||||
|
center = true
|
||||||
|
}
|
||||||
windowrule {
|
windowrule {
|
||||||
# Ignore maximize requests from all apps. You'll probably like this.
|
# Ignore maximize requests from all apps. You'll probably like this.
|
||||||
name = suppress-maximize-events
|
name = suppress-maximize-events
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
background = rgba(181212ff)
|
background = rgba(1e100fff)
|
||||||
base = rgba(181212ff)
|
base = rgba(1e100fff)
|
||||||
text = rgba(ede0dfff)
|
text = rgba(f8dcdbff)
|
||||||
alternate_base = rgba(524343ff)
|
alternate_base = rgba(5d3f3eff)
|
||||||
bright_text = rgba(442929ff)
|
bright_text = rgba(49204dff)
|
||||||
accent = rgba(ffb3b1ff)
|
accent = rgba(f9acfaff)
|
||||||
accent_secondary = rgba(e6bdbbff)
|
accent_secondary = rgba(ecb4ebff)
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
$primary = rgb(ffb3b1)
|
$primary = rgb(f9acfa)
|
||||||
$surface = rgb(181212)
|
$surface = rgb(1e100f)
|
||||||
$secondary = rgb(e6bdbb)
|
$secondary = rgb(ecb4eb)
|
||||||
$error = rgb(ffb4ab)
|
$error = rgb(ffb4ab)
|
||||||
$tertiary = rgb(e4c18d)
|
$tertiary = rgb(ffb3b1)
|
||||||
$surface_lowest = rgb(120d0d)
|
$surface_lowest = rgb(180b0a)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = $primary
|
col.active_border = $primary
|
||||||
|
|||||||
Reference in New Issue
Block a user