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
|
||||
|
||||
Reference in New Issue
Block a user