Hyprland/example/hyprland.conf

64 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-03-17 17:53:45 +03:00
# This is an example Hyprland config file.
# Syntax is the same as in Hypr, but settings might differ.
#
# Refer to the wiki for more information.
2022-03-19 23:46:29 +03:00
monitor=,1280x720@60,0x0,0.5,1
2022-03-20 18:01:47 +03:00
workspace=DP-1,1
2022-03-17 18:56:33 +03:00
2022-03-17 17:53:45 +03:00
general {
max_fps=240
2022-03-19 22:30:21 +03:00
sensitivity=0.25
2022-03-20 13:14:24 +03:00
main_mod=SUPER
2022-03-20 20:02:20 +03:00
2022-03-17 17:53:45 +03:00
gaps_in=5
gaps_out=20
2022-03-20 20:02:20 +03:00
border_size=2
2022-03-19 18:13:19 +03:00
col.active_border=0x66ee1111
col.inactive_border=0x66333333
2022-03-20 18:01:47 +03:00
}
2022-03-24 20:22:01 +03:00
animations {
enabled=1
windows=1
borders=1 # not yet implemented
fadein=1 # not yet implemented
}
# example window rules
# for windows named/classed as abc and xyz
windowrule=move 69 420,abc
windowrule=size 420 69,abc
windowrule=tile,xyz
windowrule=float,abc
windowrule=monitor 0,xyz
# example binds
2022-03-20 20:02:20 +03:00
bind=SUPER,Q,exec,kitty
bind=SUPER,C,killactive,
bind=SUPER,M,exec,pkill Hyprland
bind=SUPER,E,exec,dolphin
bind=SUPER,V,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
bind=SUPER,3,workspace,3
bind=SUPER,4,workspace,4
bind=SUPER,5,workspace,5
bind=SUPER,6,workspace,6
bind=SUPER,7,workspace,7
bind=SUPER,8,workspace,8
bind=SUPER,9,workspace,9
2022-03-23 18:51:48 +03:00
bind=SUPER,0,workspace,10
bind=ALT,1,movetoworkspace,1
bind=ALT,2,movetoworkspace,2
bind=ALT,3,movetoworkspace,3
bind=ALT,4,movetoworkspace,4
bind=ALT,5,movetoworkspace,5
bind=ALT,6,movetoworkspace,6
bind=ALT,7,movetoworkspace,7
bind=ALT,8,movetoworkspace,8
bind=ALT,9,movetoworkspace,9
bind=ALT,0,movetoworkspace,10