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
5508a99b
Commit
5508a99b
authored
Sep 13, 2018
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
22c533c7
ceaf0c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
5508a99b
...
...
@@ -57,8 +57,8 @@ bindsym $mod+F2 exec pactl set-sink-volume 1 -5%; exec notify-send 'sink 1 volum
bindsym $mod+F3 exec pactl set-sink-volume 1 +5%; exec notify-send 'sink 1 volume increased'
# Screen brightness controls
bindsym $mod+F6 exec
"
xbacklight -inc 5
; notify-send \\"brightness up [$(xbacklight)%]\\""
bindsym $mod+F5 exec
"
xbacklight -dec 5
; notify-send \\"brightness down [$(xbacklight)%]\\""
bindsym $mod+F6 exec xbacklight -inc 5
bindsym $mod+F5 exec xbacklight -dec 5
# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
...
...
@@ -120,9 +120,9 @@ bindsym $mod+Mod1+s split h; layout stacking
bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed
# special combo for
vertic
al split of two windows next to each other
bindsym $mod+x split h, layout split
v
, focus right, move left, focus
up
bindsym $mod+Shift+x split h, layout split
v
, focus left, move right,
move up,
focus
down
# special combo for
horizont
al split of two windows next to each other
bindsym $mod+x split h, layout split
h
, focus right, move left, focus
left
bindsym $mod+Shift+x split h, layout split
h
, focus left, move right, focus
right
# 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 +132,7 @@ bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
bindsym $mod+f fullscreen toggle
# several 16:9 resolutions binded for quick switching
bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576
bindsym $mod+bracketleft exec xrandr -s 1280x720
bindsym $mod+bracketright exec xrandr -s 1920x1080
...
...
i3status/.i3status.conf.py3status
View file @
5508a99b
...
...
@@ -23,7 +23,7 @@ order += "ethernet _first_"
order += "cpu_usage"
#order += "disk /"
order += "diskdata"
#
order += "battery all"
#order += "battery all"
order += "battery_level"
# order += "load"
order += "timer"
...
...
@@ -101,12 +101,13 @@ battery all {
}
battery_level {
cache_timeout = 10
hide_when_full = "True"
cache_timeout = 30
measurement_mode = "acpi"
hide_when_full = "True"
hide_seconds = "True"
blocks = ""
color_charging = "#00ff00"
format = " {icon} {percent}% {time_remaining} "
format = " {icon} {percent}%
(
{time_remaining}
)
"
}
tztime local {
...
...
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