aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-28 12:18:29 -0700
committerclarkzjw <[email protected]>2023-03-28 12:18:29 -0700
commit0137c610fe48083613355e5f320b9998f7d53735 (patch)
treebf3aa11ed4a65c146aadd2702b8ac88b272ccd7d /dot_config/i3
parentb13e4f19e4127b4e36b62e570ce4cf922cc9e5ff (diff)
downloaddotfiles-0137c610fe48083613355e5f320b9998f7d53735.tar.gz
i3
Diffstat (limited to 'dot_config/i3')
-rw-r--r--dot_config/i3/config7
-rw-r--r--dot_config/i3/i3blocks.conf14
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
52floating_modifier $mod 52floating_modifier $mod
53 53
54# https://i3wm.org/docs/userguide.html#_focus_follows_mouse
55focus_follows_mouse no
56mouse_warping none
57
58# https://i3wm.org/docs/userguide.html#focus_on_window_activation
59focus_on_window_activation focus
60
54# switch/iterate between workspaces 61# switch/iterate between workspaces
55bindsym $mod+Tab workspace next 62bindsym $mod+Tab workspace next
56bindsym $mod+Shift+Tab workspace prev 63bindsym $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=  66full_text= 
67#color=#dbcb75 67color=#dbcb75
68#command=i3-msg -q exec thunderbird 68command=i3-msg -q exec thunderbird
69 69
70#[simple-2] 70[simple-2]
71#full_text=: : 71full_text=:
72#color=#717171 72color=#717171
73 73
74# Disk usage 74# Disk usage
75# 75#
Powered by cgit v1.2.3 (git 2.41.0)