2021-11-21 13:12:55 +01:00
|
|
|
# Hypr example config file
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# =)
|
|
|
|
|
|
|
|
gaps_in=5
|
|
|
|
border_size=1
|
|
|
|
gaps_out=20
|
2021-11-27 19:07:33 +01:00
|
|
|
max_fps=60 # max fps for updates of config & animations
|
|
|
|
|
|
|
|
# Bar config
|
|
|
|
Bar {
|
|
|
|
height=20
|
|
|
|
monitor=0
|
|
|
|
enabled=1
|
|
|
|
|
|
|
|
col.bg=0xff111111
|
|
|
|
col.high=0xffff3333
|
|
|
|
|
|
|
|
module=left,0xff8000ff,0xffffffff,1,workspaces
|
|
|
|
module=right,0xffffffff,0xff00ff33,1000,$date +%a,\ %b\ %Y\ \ %I:%M\ %p$
|
|
|
|
}
|
2021-11-21 13:12:55 +01:00
|
|
|
|
2021-11-22 19:06:00 +01:00
|
|
|
# colors
|
|
|
|
col.active_border=0x77ff3333
|
|
|
|
col.inactive_border=0x77222222
|
|
|
|
|
2021-11-24 19:17:13 +01:00
|
|
|
# status command
|
|
|
|
status_command=date +%a,\ %b\ %Y\ \ %I:%M\ %p
|
|
|
|
|
2021-11-23 22:25:16 +01:00
|
|
|
# animations
|
|
|
|
anim.enabled=1
|
|
|
|
anim.speed=8
|
|
|
|
|
2021-11-21 13:12:55 +01:00
|
|
|
# keybinds
|
|
|
|
bind=SUPER,R,exec,dmenu_run
|
|
|
|
bind=SUPER,Q,exec,kitty
|
|
|
|
bind=SUPER,RETURN,exec,xterm
|
|
|
|
bind=SUPER,G,exec,google-chrome-stable
|
|
|
|
|
|
|
|
bind=SUPER,C,killactive,
|
|
|
|
|
|
|
|
bind=SUPER,LEFT,movewindow,l
|
|
|
|
bind=SUPER,RIGHT,movewindow,r
|
|
|
|
bind=SUPER,UP,movewindow,u
|
|
|
|
bind=SUPER,DOWN,movewindow,d
|
|
|
|
|
|
|
|
bind=SUPER,F,fullscreen,
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-11-25 17:44:46 +01:00
|
|
|
bind=SUPERSHIFT,1,movetoworkspace,1
|
|
|
|
bind=SUPERSHIFT,2,movetoworkspace,2
|
|
|
|
bind=SUPERSHIFT,3,movetoworkspace,3
|
|
|
|
bind=SUPERSHIFT,4,movetoworkspace,4
|
|
|
|
bind=SUPERSHIFT,5,movetoworkspace,5
|
|
|
|
bind=SUPERSHIFT,6,movetoworkspace,6
|
|
|
|
bind=SUPERSHIFT,7,movetoworkspace,7
|
|
|
|
bind=SUPERSHIFT,8,movetoworkspace,8
|
|
|
|
bind=SUPERSHIFT,9,movetoworkspace,9
|
|
|
|
|
2021-11-21 15:15:33 +01:00
|
|
|
bind=SUPER,SPACE,togglefloating,
|