diff options
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 82 |
1 files changed, 24 insertions, 58 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 998a8fd..a643548 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -43,8 +43,10 @@ workspace_layout tabbed | |||
43 | #border indicator on windows: | 43 | #border indicator on windows: |
44 | #new_window pixel 1 | 44 | #new_window pixel 1 |
45 | 45 | ||
46 | default_border pixel 0 | ||
47 | |||
46 | # thin borders | 48 | # thin borders |
47 | # hide_edge_borders both | 49 | hide_edge_borders both |
48 | 50 | ||
49 | # Set inner/outer gaps | 51 | # Set inner/outer gaps |
50 | #gaps inner 0 | 52 | #gaps inner 0 |
@@ -185,8 +187,8 @@ bindsym $mod+Shift+c reload | |||
185 | # restart i3 inplace (preserves your layout/session, can be used to update i3) | 187 | # restart i3 inplace (preserves your layout/session, can be used to update i3) |
186 | bindsym $mod+Shift+r restart | 188 | bindsym $mod+Shift+r restart |
187 | 189 | ||
188 | # keybinding in fancy rofi (automated): | 190 | # list keybinding in fancy rofi (automated): |
189 | bindsym F1 exec ~/.config/i3/scripts/keyhint-2 | 191 | # bindsym F1 exec ~/.config/i3/scripts/keyhint-2 |
190 | # alternative | 192 | # alternative |
191 | # keybinding list in editor: | 193 | # keybinding list in editor: |
192 | # bindsym $mod+F1 exec xed ~/.config/i3/keybindings | 194 | # bindsym $mod+F1 exec xed ~/.config/i3/keybindings |
@@ -211,10 +213,10 @@ bindsym $mod+Up focus up | |||
211 | bindsym $mod+Right focus right | 213 | bindsym $mod+Right focus right |
212 | 214 | ||
213 | # move focused window | 215 | # move focused window |
214 | bindsym $mod+Shift+j move left | 216 | #bindsym $mod+Shift+j move left |
215 | bindsym $mod+Shift+k move down | 217 | #bindsym $mod+Shift+k move down |
216 | bindsym $mod+Shift+b move up | 218 | #bindsym $mod+Shift+b move up |
217 | bindsym $mod+Shift+o move right | 219 | #bindsym $mod+Shift+o move right |
218 | 220 | ||
219 | # alternatively, you can use the cursor keys: | 221 | # alternatively, you can use the cursor keys: |
220 | bindsym $mod+Shift+Left move left | 222 | bindsym $mod+Shift+Left move left |
@@ -246,7 +248,7 @@ bindsym $mod+Shift+space floating toggle | |||
246 | bindsym $mod+a focus parent | 248 | bindsym $mod+a focus parent |
247 | 249 | ||
248 | # open new empty workspace | 250 | # open new empty workspace |
249 | bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace | 251 | #bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace |
250 | 252 | ||
251 | # Multimedia Keys | 253 | # Multimedia Keys |
252 | 254 | ||
@@ -304,12 +306,10 @@ set $ws8 "8" | |||
304 | set $ws9 "9" | 306 | set $ws9 "9" |
305 | 307 | ||
306 | # bind program to workspace and focus to them on startup: | 308 | # bind program to workspace and focus to them on startup: |
307 | #assign [class="Xfce4-terminal"] $ws1 | ||
308 | assign [class="jetbrains-clion"] $ws1 | 309 | assign [class="jetbrains-clion"] $ws1 |
309 | assign [class="Thunar"] $ws3 | 310 | assign [class="Thunar"] $ws3 |
310 | assign [class="Logseq"] $ws3 | 311 | assign [class="Logseq"] $ws3 |
311 | assign [class="thunderbird"] $ws4 | 312 | assign [class="thunderbird"] $ws4 |
312 | #assign [class="TelegramDesktop"] $ws5 | ||
313 | assign [class="discord"] $ws5 | 313 | assign [class="discord"] $ws5 |
314 | assign [class="Microsoft Teams - Preview"] $ws5 | 314 | assign [class="Microsoft Teams - Preview"] $ws5 |
315 | assign [class="FLTK"] $ws9 | 315 | assign [class="FLTK"] $ws9 |
@@ -317,11 +317,14 @@ assign [class="FLTK"] $ws9 | |||
317 | # automatic set focus new window if it opens on another workspace then the current: | 317 | # automatic set focus new window if it opens on another workspace then the current: |
318 | for_window [class=Xfce4-terminal] focus | 318 | for_window [class=Xfce4-terminal] focus |
319 | for_window [class=(?i)firefox] focus | 319 | for_window [class=(?i)firefox] focus |
320 | for_window [class=Logseq] focus | ||
320 | for_window [class=Thunar] focus | 321 | for_window [class=Thunar] focus |
321 | for_window [class=thunderbird] focus | 322 | for_window [class=thunderbird] focus |
322 | for_window [class=TelegramDesktop] focus | 323 | for_window [class=TelegramDesktop] focus |
323 | for_window [class="Microsoft Teams - Preview"] focus | 324 | for_window [class="Microsoft Teams - Preview"] focus |
324 | 325 | ||
326 | #for_window [class="^.*"] border pixel 1 | ||
327 | |||
325 | ############## | 328 | ############## |
326 | # compositor # | 329 | # compositor # |
327 | ############## | 330 | ############## |
@@ -401,9 +404,6 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc | |||
401 | # `yay -S autotiling ;) (it is in AUR) | 404 | # `yay -S autotiling ;) (it is in AUR) |
402 | #exec_always --no-startup-id autotiling | 405 | #exec_always --no-startup-id autotiling |
403 | 406 | ||
404 | # Autostart apps as you like | ||
405 | #exec --no-startup-id sleep 5 && thunderbird | ||
406 | |||
407 | exec --no-startup-id xmodmap ~/.Xmodmap | 407 | exec --no-startup-id xmodmap ~/.Xmodmap |
408 | 408 | ||
409 | ################## | 409 | ################## |
@@ -428,10 +428,11 @@ for_window [class="Nm-connection-editor"] floating enable | |||
428 | for_window [class="flameshot"] floating enable | 428 | for_window [class="flameshot"] floating enable |
429 | for_window [class="FLTK"] floating enable resize 700 700 | 429 | for_window [class="FLTK"] floating enable resize 700 700 |
430 | for_window [class="1Password"] floating enable resize 800 800 | 430 | for_window [class="1Password"] floating enable resize 800 800 |
431 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 | ||
432 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 431 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
433 | for_window [class="eudic"] floating enable resize set 800 800 | 432 | for_window [class="eudic"] floating enable resize set 800 800 |
434 | for_window [class="Nitrogen"] floating enable resize set 800 800 | 433 | for_window [class="Nitrogen"] floating enable resize set 800 800 |
434 | for_window [class="org.remmina.Remmina"] floating enable resize set 800 800 | ||
435 | |||
435 | 436 | ||
436 | # Make the currently focused window a scratchpad | 437 | # Make the currently focused window a scratchpad |
437 | bindsym $mod+Shift+m move scratchpad | 438 | bindsym $mod+Shift+m move scratchpad |
@@ -477,55 +478,20 @@ client.urgent $urgentred $urgentred $white $yellowbrown | |||
477 | # (plus the system information i3status finds out, if available) | 478 | # (plus the system information i3status finds out, if available) |
478 | bar { | 479 | bar { |
479 | font pango: Noto Sans Regular 16 | 480 | font pango: Noto Sans Regular 16 |
480 | status_command i3blocks -c ~/.config/i3/i3blocks.conf | ||
481 | position bottom | ||
482 | output eDP-1 | ||
483 | i3bar_command i3bar | 481 | i3bar_command i3bar |
484 | tray_output primary | 482 | status_command i3blocks -c ~/.config/i3/i3blocks.conf |
485 | tray_padding 0 | ||
486 | strip_workspace_numbers no | ||
487 | |||
488 | colors { | ||
489 | separator $purple | ||
490 | background $darkgrey | ||
491 | statusline $white | ||
492 | focused_workspace $mediumgrey $grey $darkgrey $purple | ||
493 | active_workspace $lightblue $mediumgrey $darkgrey $purple | ||
494 | inactive_workspace $darkgrey $darkgrey $grey $purple | ||
495 | urgent_workspace $urgentred $urgentred $white $purple | ||
496 | } | ||
497 | } | ||
498 | |||
499 | bar { | ||
500 | font pango: Noto Sans Regular 12 | ||
501 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | ||
502 | position bottom | 483 | position bottom |
484 | |||
485 | output eDP-1 | ||
486 | output DP-3 | ||
503 | output DP-4 | 487 | output DP-4 |
504 | i3bar_command i3bar | ||
505 | tray_output primary | ||
506 | tray_padding 0 | ||
507 | strip_workspace_numbers no | ||
508 | 488 | ||
509 | colors { | 489 | tray_output eDP-1 |
510 | separator $purple | 490 | tray_output DP-3 |
511 | background $darkgrey | 491 | tray_output DP-4 |
512 | statusline $white | 492 | tray_padding 2 |
513 | focused_workspace $mediumgrey $grey $darkgrey $purple | ||
514 | active_workspace $lightblue $mediumgrey $darkgrey $purple | ||
515 | inactive_workspace $darkgrey $darkgrey $grey $purple | ||
516 | urgent_workspace $urgentred $urgentred $white $purple | ||
517 | } | ||
518 | } | ||
519 | 493 | ||
520 | bar { | 494 | strip_workspace_numbers yes |
521 | font pango: Noto Sans Regular 12 | ||
522 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | ||
523 | position bottom | ||
524 | output DP-3 | ||
525 | i3bar_command i3bar | ||
526 | tray_output primary | ||
527 | tray_padding 0 | ||
528 | strip_workspace_numbers no | ||
529 | 495 | ||
530 | colors { | 496 | colors { |
531 | separator $purple | 497 | separator $purple |