emergencyMod, readme, hypr 0.44 compliant
This commit is contained in:
parent
01eead9af8
commit
14f6523c56
4 changed files with 55 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# #######################################################################################
|
||||
# AUTOGENERATED HYPR CONFIG.
|
||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
|
|
@ -220,9 +219,14 @@ master {
|
|||
misc {
|
||||
font_family = 0x Proto Nerd Font Mono
|
||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
no_direct_scanout = true #Important!
|
||||
vfr = true #Fullscreen stutter in fullscreen videos with this on, as if VRR was disabled
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
vfr = true #Fullscreen stutter in fullscreen videos with this on, as if VRR was disabled
|
||||
}
|
||||
|
||||
render {
|
||||
explicit_sync = 1
|
||||
explicit_sync_kms = 1
|
||||
direct_scanout = false #Important!
|
||||
}
|
||||
|
||||
group {
|
||||
|
|
@ -291,9 +295,11 @@ device {
|
|||
####################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = MOD5 # Sets "RAlt" key as main modifier
|
||||
$mainMod = MOD5 # Sets "RAlt" key as main modifier
|
||||
$emergencyMod = SHIFT # for whenever kbd/evdev is reset, so that I don't have to open another tty
|
||||
$secondaryMod = SUPER
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
|
|
@ -301,6 +307,7 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, C, pin,
|
||||
bind = $mainMod, B, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $secondaryMod $emergencyMod, R, exec, $menu
|
||||
bind = $secondaryMod, P, pseudo, # dwindle
|
||||
bind = $secondaryMod, L, togglesplit, # dwindle
|
||||
bind = $secondaryMod, P, layoutmsg, swapwithmaster # master ;
|
||||
|
|
@ -322,7 +329,7 @@ bind = $secondaryMod, H, moveintogroup, l
|
|||
bind = $secondaryMod, O, moveoutofgroup, active
|
||||
#resizeactive moveactive swapwindow movewindow
|
||||
|
||||
# Locks and exits
|
||||
# Locks and exits
|
||||
bind = $mainMod, F8, exec, hyprlock
|
||||
bind = $mainMod, code:59, exec, makoctl dismiss -a #, key
|
||||
bind = $mainMod, F9, exec, shutdown --no-wall && notify-send "Shutting down in 1 min!"
|
||||
|
|
@ -387,6 +394,7 @@ bind = $secondaryMod SHIFT, 0, movetoworkspace, 10
|
|||
# Special workspaces
|
||||
bind = $mainMod, Tab, togglespecialworkspace, aux
|
||||
bind = $mainMod SHIFT, Tab, movetoworkspace, special:aux
|
||||
bind = $secondaryMod $emergencyMod, Tab, togglespecialworkspace, aux
|
||||
bind = $secondaryMod, S, togglespecialworkspace, launchers
|
||||
bind = $secondaryMod SHIFT, S, movetoworkspace, special:launchers
|
||||
bind = $secondaryMod, D, togglespecialworkspace, comms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue