diff options
author | clarkzjw <[email protected]> | 2023-03-28 12:18:29 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-28 12:18:29 -0700 |
commit | 0137c610fe48083613355e5f320b9998f7d53735 (patch) | |
tree | bf3aa11ed4a65c146aadd2702b8ac88b272ccd7d /dot_config/i3/config | |
parent | b13e4f19e4127b4e36b62e570ce4cf922cc9e5ff (diff) | |
download | dotfiles-0137c610fe48083613355e5f320b9998f7d53735.tar.gz |
i3
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 7 |
1 files changed, 7 insertions, 0 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 |