mimeapps and autolaunching apps

This commit is contained in:
2025-05-13 01:28:53 +02:00
parent e0b5c185eb
commit b5376c48d5
5 changed files with 26 additions and 3 deletions

View File

@ -5,12 +5,15 @@
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, B, exec, $browser
bind = $mainMod, Y, exec, $filemanager
bind = $mainMod, M, exec, $email
# General binds
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit,
#bind = $mainMod, M, exit,
bind = $mainMod, Y, exec, $fileManager
bind = $mainMod, X, togglefloating,
bind = $mainMod, F, fullscreen,