This commit is contained in:
yyasha 2024-07-17 12:27:46 +03:00
parent 8fde82ff2c
commit 65beb8e8f3
2 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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