aboutsummaryrefslogtreecommitdiff
path: root/i3/.i3/config
diff options
context:
space:
mode:
authorCamil Staps2023-03-08 20:35:46 +0100
committerCamil Staps2023-03-08 20:35:46 +0100
commit1f4ca42bca91633e4cd8439d8b4c84f779b97e4e (patch)
treed20edf940c3b48c0acf3b1f11845c9afc73b40f7 /i3/.i3/config
parenti3: open htop with Mod+Settings (on Yoga laptop) (diff)
Completely revamp i3bar using emoji
Diffstat (limited to 'i3/.i3/config')
-rw-r--r--i3/.i3/config42
1 files changed, 26 insertions, 16 deletions
diff --git a/i3/.i3/config b/i3/.i3/config
index 21390d6..f329ce5 100644
--- a/i3/.i3/config
+++ b/i3/.i3/config
@@ -110,23 +110,33 @@ bindsym $mod+Shift+0 move container to workspace 10
bindsym $mod+r mode "resize"
mode "resize" {
- bindsym j resize shrink width 1 px or 1 ppt
- bindsym k resize grow height 1 px or 1 ppt
- bindsym l resize shrink height 1 px or 1 ppt
- bindsym semicolon resize grow width 1 px or 1 ppt
-
- bindsym Shift+j resize shrink width 5 px or 5 ppt
- bindsym Shift+k resize grow height 5 px or 5 ppt
- bindsym Shift+l resize shrink height 5 px or 5 ppt
- bindsym Shift+semicolon resize grow width 5 px or 5 ppt
-
- # back to normal
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym $mod+r mode "default"
+ bindsym j resize shrink width 1 px or 1 ppt
+ bindsym k resize grow height 1 px or 1 ppt
+ bindsym l resize shrink height 1 px or 1 ppt
+ bindsym semicolon resize grow width 1 px or 1 ppt
+
+ bindsym Shift+j resize shrink width 5 px or 5 ppt
+ bindsym Shift+k resize grow height 5 px or 5 ppt
+ bindsym Shift+l resize shrink height 5 px or 5 ppt
+ bindsym Shift+semicolon resize grow width 5 px or 5 ppt
+
+ # back to normal
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+ bindsym $mod+r mode "default"
}
bar {
- font pango:DejaVu Sans, 12
- status_command i3status.py
+ output primary
+ font pango:DejaVu Sans, pango:Note Color Emoji 16
+ status_command i3status.py
+ tray_output primary
+}
+
+bar {
+ output nonprimary
+ font pango:DejaVu Sans, pango:Note Color Emoji 10
+ status_command cat -
+ tray_output none
+ mode hide
}