diff options
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index a643548..d4c96b9 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -41,23 +41,11 @@ workspace_layout tabbed | |||
41 | ############################## | 41 | ############################## |
42 | 42 | ||
43 | #border indicator on windows: | 43 | #border indicator on windows: |
44 | #new_window pixel 1 | 44 | default_border pixel 1 |
45 | |||
46 | default_border pixel 0 | ||
47 | 45 | ||
48 | # thin borders | 46 | # thin borders |
49 | hide_edge_borders both | 47 | hide_edge_borders both |
50 | 48 | ||
51 | # Set inner/outer gaps | ||
52 | #gaps inner 0 | ||
53 | #gaps outer 0 | ||
54 | |||
55 | # show window title bars (not officially supported with i3gaps) | ||
56 | #default_border normal | ||
57 | |||
58 | # window title alignment | ||
59 | #title_align center | ||
60 | |||
61 | # Use Mouse+$mod to drag floating windows to their wanted position | 49 | # Use Mouse+$mod to drag floating windows to their wanted position |
62 | floating_modifier $mod | 50 | floating_modifier $mod |
63 | 51 | ||
@@ -212,12 +200,6 @@ bindsym $mod+Down focus down | |||
212 | bindsym $mod+Up focus up | 200 | bindsym $mod+Up focus up |
213 | bindsym $mod+Right focus right | 201 | bindsym $mod+Right focus right |
214 | 202 | ||
215 | # move focused window | ||
216 | #bindsym $mod+Shift+j move left | ||
217 | #bindsym $mod+Shift+k move down | ||
218 | #bindsym $mod+Shift+b move up | ||
219 | #bindsym $mod+Shift+o move right | ||
220 | |||
221 | # alternatively, you can use the cursor keys: | 203 | # alternatively, you can use the cursor keys: |
222 | bindsym $mod+Shift+Left move left | 204 | bindsym $mod+Shift+Left move left |
223 | bindsym $mod+Shift+Down move down | 205 | bindsym $mod+Shift+Down move down |
@@ -344,11 +326,11 @@ for_window [class="Microsoft Teams - Preview"] focus | |||
344 | # | 326 | # |
345 | # picom: https://wiki.archlinux.org/title/Picom | 327 | # picom: https://wiki.archlinux.org/title/Picom |
346 | # manpage: https://man.archlinux.org/man/picom.1.en | 328 | # manpage: https://man.archlinux.org/man/picom.1.en |
347 | # The default configuration is available in /etc/xdg/picom.conf | 329 | # The default configuration is available in /etc/xdg/picom.conf |
348 | # For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf | 330 | # For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf |
349 | # | 331 | # |
350 | # using default config | 332 | # using default config |
351 | #exec_always --no-startup-id picom --backed glx --vsync | 333 | #exec_always --no-startup-id picom --backed glx --vsync |
352 | #exec_always --no-startup-id picom -b | 334 | #exec_always --no-startup-id picom -b |
353 | # | 335 | # |
354 | # for custom config: | 336 | # for custom config: |
@@ -431,7 +413,6 @@ for_window [class="1Password"] floating enable resize 800 800 | |||
431 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 413 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
432 | for_window [class="eudic"] floating enable resize set 800 800 | 414 | for_window [class="eudic"] floating enable resize set 800 800 |
433 | for_window [class="Nitrogen"] floating enable resize set 800 800 | 415 | for_window [class="Nitrogen"] floating enable resize set 800 800 |
434 | for_window [class="org.remmina.Remmina"] floating enable resize set 800 800 | ||
435 | 416 | ||
436 | 417 | ||
437 | # Make the currently focused window a scratchpad | 418 | # Make the currently focused window a scratchpad |