1
0
Fork 0

Update dot_config/i3/config

This commit is contained in:
Florian RICHER 2022-05-07 16:00:02 +02:00
parent ccc226c49f
commit d132845340

View file

@ -21,10 +21,11 @@ gaps inner 10
gaps outer 10 gaps outer 10
#do not show titlebar on windows: #do not show titlebar on windows:
# new_window 1pixel #new_window 1pixel
# thin borders: # thin borders:
hide_edge_borders both # hide_edge_borders none|vertical|horizontal|both|smart
hide_edge_borders none
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -244,7 +245,7 @@ client.urgent $urgent-bg-color $urgent-bg-color $text-color
# Toggle gap # Toggle gap
set $mode_gaps Toggle gaps: (1) on (2) off set $mode_gaps Toggle gaps: (g) on (f) off
bindsym $mod+g mode "$mode_gaps" bindsym $mod+g mode "$mode_gaps"
mode "$mode_gaps" { mode "$mode_gaps" {
bindsym g mode "default", gaps inner all set 10, gaps outer all set 10 bindsym g mode "default", gaps inner all set 10, gaps outer all set 10
@ -254,13 +255,16 @@ mode "$mode_gaps" {
} }
# Toggle window title # Toggle window title
default_border pixel 1 default_border pixel 4
default_floating_border pixel 1 default_floating_border pixel 4
# set floating (nontiling)for apps needing it: # set floating (nontiling)for apps needing it:
for_window [class="Galculator" instance="galculator"] floating enable for_window [class="Galculator" instance="galculator"] floating enable
# Enable gnome keyring
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
# Desktop notifications_ # Desktop notifications_
exec --no-startup-id /usr/bin/dunst exec --no-startup-id /usr/bin/dunst