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, 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
|
||||
|
||||
@@ -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)
|
||||
background = rgba(1e100fff)
|
||||
base = rgba(1e100fff)
|
||||
text = rgba(f8dcdbff)
|
||||
alternate_base = rgba(5d3f3eff)
|
||||
bright_text = rgba(49204dff)
|
||||
accent = rgba(f9acfaff)
|
||||
accent_secondary = rgba(ecb4ebff)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user