update
This commit is contained in:
parent
8fde82ff2c
commit
65beb8e8f3
|
@ -111,7 +111,7 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
new_status = master
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
@ -235,15 +235,15 @@ map ctrl+a>, set_tab_title
|
|||
|
||||
#: Increase font size
|
||||
|
||||
map ctrl+equal change_font_size all +2.0
|
||||
map ctrl+plus change_font_size all +2.0
|
||||
map ctrl+kp_add change_font_size all +2.0
|
||||
map ctrl+equal change_font_size all +1.0
|
||||
map ctrl+plus change_font_size all +1.0
|
||||
map ctrl+kp_add change_font_size all +1.0
|
||||
|
||||
|
||||
#: Decrease font size
|
||||
|
||||
map ctrl+minus change_font_size all -2.0
|
||||
map ctrl+kp_subtract change_font_size all -2.0
|
||||
map ctrl+minus change_font_size all -1.0
|
||||
map ctrl+kp_subtract change_font_size all -1.0
|
||||
|
||||
|
||||
#: Reset font size
|
||||
|
|
Loading…
Reference in New Issue