Files
hydro-os/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf
Eriq Taing b1671e8c96
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 17s
Moved to base image for fedora provided by Red Hat. Removed some scripts and waybar for hyprpanel.
2025-05-18 16:04:08 -04:00

36 lines
1.2 KiB
Plaintext

# key_binds.conf
# Set programs that you use
$fileManager = uwsm app -- org.kde.dolphin.desktop
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
#$menu = ags request -i launcher show
$screenshot = hyprshot -m region --clipboard-only
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod SHIFT, C, killactive,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod SHIFT, F, fullscreen
# screenshots and screen recorder aylur dot files
bind = $mainMod SHIFT, Print, exec, $screenshot
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod SHIFT, mouse:272, movewindow
bindm = $mainMod SHIFT, mouse:273, resizewindow
# global hotkeys
# discord mute
bind = CTRL SHIFT, M, pass, initialclass:^(discord)$