diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-09-10 21:11:18 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-09-10 21:11:18 -0500 |
| commit | b2aa06f910c2b34ddb3d47df2ed03112f7949fb9 (patch) | |
| tree | 42814f14db3c7926414c832cfe78e1d9bc763305 /env/.config/i3/config | |
| parent | 581545aa36e4e3aadb8a545b200f9b779ecf9371 (diff) | |
- changed i3 bar to put taskbar on the right monitor... for now
- added pull down sync script. just workes for one thing for now
- added next/prev workspace to i3
- boost libs for vr
Diffstat (limited to 'env/.config/i3/config')
| -rw-r--r-- | env/.config/i3/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config index 31b4bc3..c7fd2de 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -171,6 +171,8 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" +bindsym $mod+n workspace next +bindsym $mod+b workspace prev # switch to workspace bindsym $mod+1 workspace number $ws1 bindsym $mod+2 workspace number $ws2 @@ -258,5 +260,11 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + output primary + status_command i3status +} + +bar { + output nonprimary status_command i3status } |
