Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
22c533c7
Commit
22c533c7
authored
Sep 02, 2018
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
5302fa62
396f079a
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
22c533c7
...
...
@@ -9,8 +9,7 @@ set $mod Mod4
# Configure border style <normal|1pixel|pixel xx|none|pixel>
#new_window pixel 1
new_window normal
new_float normal
for_window [class=".*"] border normal
# Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders smart
...
...
@@ -122,8 +121,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed
# special combo for vertical split of two windows next to each other
bindsym $mod+x layout split
h, split
v, focus right, move left, focus up
bindsym $mod+Shift+x layout split
h, split
v, focus left, move right, move up, focus down
bindsym $mod+x
split h,
layout splitv, focus right, move left, focus up
bindsym $mod+Shift+x
split h,
layout splitv, focus left, move right, move up, focus down
# special combo for tabbed split of two windows next to each other
bindsym $mod+z split h, layout tabbed, focus right, move left, focus left
...
...
@@ -132,6 +131,10 @@ bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# several 16:9 resolutions binded for quick switching
bindsym $mod+bracketleft exec xrandr -s 1280x720
bindsym $mod+bracketright exec xrandr -s 1920x1080
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
bindsym $mod+space floating toggle resize set 1920 1055; exec xdotool getactivewindow windowmove 2 23
...
...
@@ -423,7 +426,7 @@ set $indcolor #00ff00
# Set inner/outer gaps
gaps inner 6
gaps outer
0
gaps outer
-6
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
# gaps inner|outer current|all set|plus|minus <px>
...
...
i3status/.i3status.conf.py3status
View file @
22c533c7
...
...
@@ -21,8 +21,8 @@ order += "wireless _first_"
order += "ethernet _first_"
# order += "load"
order += "cpu_usage"
order += "disk /"
#
order += "disk
/home
"
#
order += "disk /"
order += "disk
data
"
# order += "battery all"
order += "battery_level"
# order += "load"
...
...
@@ -50,9 +50,10 @@ load {
# max_threshold = 0.3
}
disk
"/"
{
disk
data
{
prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) "
#format_space = "[\?min_length=5 {value:.2f}]"
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
}
whatismyip {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment