changes
This commit is contained in:
parent
c4f8f8acaa
commit
0bc8e861ea
4 changed files with 23 additions and 17 deletions
|
@ -28,6 +28,11 @@ exec-once = solaar -w hide
|
|||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
|
@ -113,13 +118,14 @@ gestures {
|
|||
#}
|
||||
|
||||
# unscale XWayland
|
||||
#xwayland {
|
||||
# force_zero_scaling = true
|
||||
#}
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
#
|
||||
|
||||
# toolkit-specific scale
|
||||
# env = GDK_SCALE,2
|
||||
# env = XCURSOR_SIZE,24
|
||||
toolkit-specific scale
|
||||
env = GDK_SCALE,2
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
|
@ -141,7 +147,7 @@ $mainMod = SUPER
|
|||
# ...
|
||||
# XF86Launch9 = F18
|
||||
# NoSymbol = F19
|
||||
bind = $mainMod, XF86Tools, exec, shutdown now
|
||||
bind = $mainMod, XF86Eject, exec, shutdown now
|
||||
bind = , XF86Tools, exec, playerctl previous
|
||||
bind = , XF86Launch5, exec, playerctl play-pause
|
||||
bind = , XF86Launch6, exec, playerctl next
|
||||
|
@ -149,7 +155,7 @@ bind = CTRL ALT, DELETE, exec, swaylock
|
|||
|
||||
# Default Mappings
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, Q, exec, alacritty # kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue