diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 7 | ||||
-rw-r--r-- | dot_config/i3/i3blocks.conf | 14 |
2 files changed, 14 insertions, 7 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 4676493..58c19f5 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -51,6 +51,13 @@ default_border normal | |||
51 | # Use Mouse+$mod to drag floating windows to their wanted position | 51 | # Use Mouse+$mod to drag floating windows to their wanted position |
52 | floating_modifier $mod | 52 | floating_modifier $mod |
53 | 53 | ||
54 | # https://i3wm.org/docs/userguide.html#_focus_follows_mouse | ||
55 | focus_follows_mouse no | ||
56 | mouse_warping none | ||
57 | |||
58 | # https://i3wm.org/docs/userguide.html#focus_on_window_activation | ||
59 | focus_on_window_activation focus | ||
60 | |||
54 | # switch/iterate between workspaces | 61 | # switch/iterate between workspaces |
55 | bindsym $mod+Tab workspace next | 62 | bindsym $mod+Tab workspace next |
56 | bindsym $mod+Shift+Tab workspace prev | 63 | bindsym $mod+Shift+Tab workspace prev |
diff --git a/dot_config/i3/i3blocks.conf b/dot_config/i3/i3blocks.conf index 0e0237f..3bc2160 100644 --- a/dot_config/i3/i3blocks.conf +++ b/dot_config/i3/i3blocks.conf | |||
@@ -62,14 +62,14 @@ markup=pango | |||
62 | #color=#7f3fbf | 62 | #color=#7f3fbf |
63 | #command=i3-msg -q exec thunar ~/ | 63 | #command=i3-msg -q exec thunar ~/ |
64 | 64 | ||
65 | #[mail] | 65 | [mail] |
66 | #full_text= | 66 | full_text= |
67 | #color=#dbcb75 | 67 | color=#dbcb75 |
68 | #command=i3-msg -q exec thunderbird | 68 | command=i3-msg -q exec thunderbird |
69 | 69 | ||
70 | #[simple-2] | 70 | [simple-2] |
71 | #full_text=: : | 71 | full_text=: |
72 | #color=#717171 | 72 | color=#717171 |
73 | 73 | ||
74 | # Disk usage | 74 | # Disk usage |
75 | # | 75 | # |