added more keyboard shortcuts for noctalia

This commit is contained in:
river
2026-02-01 16:22:01 -06:00
parent c2ae3c8b06
commit e197b575a6

View File

@@ -4,7 +4,6 @@
# EDIT THIS CONFIG ACCORDING TO THE WIKI INSTRUCTIONS. # EDIT THIS CONFIG ACCORDING TO THE WIKI INSTRUCTIONS.
# ####################################################################################### # #######################################################################################
# autogenerated = 1 # remove this line to remove the warning
# This is an example Hyprland config file. # This is an example Hyprland config file.
# Refer to the wiki for more information. # Refer to the wiki for more information.
@@ -249,6 +248,7 @@ device {
# See https://wiki.hypr.land/Configuring/Keywords/ # See https://wiki.hypr.land/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier $mainMod = SUPER # Sets "Windows" key as main modifier
$ipc = qs -c noctalia-shell ipc call
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more # Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal bind = $mainMod, Q, exec, $terminal
@@ -310,9 +310,10 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll #Workspaces
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1
bind = SUPER, mouse_down, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
@@ -338,7 +339,7 @@ bind = $mainMod, B, exec, killall -SIGUSR1 waybar # toggles the bar
bind = $mainMod, W, exec, killall -SIGUSR2 waybar # reloads the bar bind = $mainMod, W, exec, killall -SIGUSR2 waybar # reloads the bar
bind = ALT, TAB, workspace, e+1 # alt-tab switch workspace bind = ALT, TAB, workspace, e+1 # alt-tab switch workspace
bind = ALT, SPACE, exec, $menu bind = ALT, SPACE, exec, $menu
bind = ALT_R, L, exec, qs -c noctalia-shell ipc call lockScreen lock bind = ALT_R, L, exec, $ipc lockScreen lock
# Applications and shortcuts # Applications and shortcuts
bind = $mainMod, D, exec, vesktop bind = $mainMod, D, exec, vesktop
@@ -348,14 +349,55 @@ 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 = ALT_L, C, exec, $ipc plugin:clipper openPanel
bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad
#hande lid switch
# bindl = , switch:Lid Switch, exec, s$ipc lockScreen lock
#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
### quick access to controls submap
bind = $mainMod, comma, exec, $ipc controlCenter toggle
bind = $mainMod, period, exec, $ipc settings toggle
bind = , PRINT, exec, hyprshot -m window --output-folder ~/screenshots
bind = ALT, M, submap, quick-settings
submap = quick-settings
bind = , S, exec, $ipc settings toggle
bind = , C, exec, $ipc plugin:clipper togglePanel
bind = , P, exec, $ipc sessionMenu toggle
bind = ALT, L, exec, $ipc sessionMenu toggle
bind = , T, exec, $ipc systemMonitor toggle
bind = , M, exec, $ipc controlCenter toggle
bind = , D, exec, $ipc notifications toggleDND
bind = , N, exec, $ipc notifications toggleHistory
# To Do bind clear and dnd toggles inside this shell
bind = SHIFT, B, exec, $ipc bar toggle
bind = , P, exec, $ipc wallpaper toggle
bind = SHIFT, T, exec, $ipc plugin:Catwalk togglePanel
bind = , B, exec, $ipc bluetooth togglePanel
# To Do add submenu for bt
bind = , W, exec, $ipc network togglePanel # toggle network panel
bind = SHIFT, W, exec, $ipc wifi toggle # toggle wifi
bind = ALT, B, exec, $ipc battery togglePanel # toggle battery panel
bind = ALT, C, exec, $ipc calendar toggle
# bind = , O, exec, $ipc launcher windows
bind = ALT, M, submap, reset
bind = , escape, submap, reset
submap = reset
##################### #####################
### PLUGINS ### ### PLUGINS ###
##################### #####################