i3/config
This commit is contained in:
@@ -5,8 +5,9 @@ set $mod Mod4
|
|||||||
# workspace_layout tabbed <stacking|tabbed>
|
# workspace_layout tabbed <stacking|tabbed>
|
||||||
|
|
||||||
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
||||||
default_border pixel 1
|
default_border normal
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
|
for_window [all] title_format "%class - %title"
|
||||||
|
|
||||||
# Hide borders
|
# Hide borders
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
@@ -100,6 +101,14 @@ bindsym $mod+Shift+e mode "$mode_system"
|
|||||||
bindsym $mod+z mode "resize"
|
bindsym $mod+z mode "resize"
|
||||||
bindsym $mod+g mode "$mode_gaps"
|
bindsym $mod+g mode "$mode_gaps"
|
||||||
|
|
||||||
|
|
||||||
|
# remove title
|
||||||
|
for_window [class="wezterm"] border pixel 1
|
||||||
|
for_window [class="urxvt"] border pixel 1
|
||||||
|
for_window [class="discord"] border pixel 1
|
||||||
|
for_window [class="thunderbird"] border pixel 1
|
||||||
|
for_window [class="qutebrowser"] border pixel 1
|
||||||
|
|
||||||
# Open specific applications in floating mode
|
# Open specific applications in floating mode
|
||||||
for_window [class="Matplotlib"] floating enable, move position center, border normal
|
for_window [class="Matplotlib"] floating enable, move position center, border normal
|
||||||
for_window [class="GParted"] floating enable border normal
|
for_window [class="GParted"] floating enable border normal
|
||||||
|
|||||||
Reference in New Issue
Block a user