mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:25:59 +01:00
23 lines
No EOL
473 B
Text
23 lines
No EOL
473 B
Text
# 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.
|
|
|
|
monitor=,1280x720@60,0x0,0.5,1
|
|
workspace=DP-1,1
|
|
|
|
general {
|
|
max_fps=240
|
|
sensitivity=0.25
|
|
main_mod=SUPER
|
|
|
|
gaps_in=5
|
|
gaps_out=20
|
|
border_size=1
|
|
col.active_border=0x66ee1111
|
|
col.inactive_border=0x66333333
|
|
}
|
|
|
|
bind=SUPER,T,exec,xterm
|
|
bind=SUPER,Q,killactive,
|
|
bind=SUPERSHIFT,Q,exec,pkill Hyprland |