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