Browse Source

changing i3gaps

master
tiynger 1 year ago
parent
commit
1ee62fb2e0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .config/i3/config

+ 4
- 4
.config/i3/config

@ -9,11 +9,11 @@
# #---Basic Definitions---# # # #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 2
gaps inner 15
gaps outer 15
gaps inner 0
gaps outer 0
set $term --no-startup-id $TERMINAL set $term --no-startup-id $TERMINAL
set $mod Mod4 set $mod Mod4
font xft:mono 16
font xft:mono 12
# #---Dropdown Windows---# # # #---Dropdown Windows---# #
# General dropdown window traits. The order can matter. # General dropdown window traits. The order can matter.
@ -28,7 +28,7 @@ for_window [instance="dropdown_dropdowncalc"] border pixel 2
for_window [instance="dropdown_*"] move position center for_window [instance="dropdown_*"] move position center
bar { bar {
font pango:mono 14
font pango:mono 12
status_command i3blocks status_command i3blocks
position top position top
mode dock mode dock

Loading…
Cancel
Save