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
a4d8a1ee
Commit
a4d8a1ee
authored
Oct 20, 2018
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
da46fa4c
8f722bf9
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
compton/compton.conf
View file @
a4d8a1ee
...
...
@@ -49,6 +49,7 @@ detect-client-opacity = true;
unredir
-
if
-
possible
=
true
;
refresh
-
rate
=
0
;
#vsync = "none";
#vsync = "drm";
vsync
=
"opengl-swc"
;
dbe
=
false
;
paint
-
on
-
overlay
=
true
;
...
...
conky/conky_shortcuts_numix
View file @
a4d8a1ee
...
...
@@ -34,8 +34,8 @@ ${color2}child container (tabd) - ${color}mod+Alt+w
${color2}child container (vert) - ${color}mod+Alt+e
${color2}child container (stck) - ${color}mod+Alt+s
${color2}ta
b
with next window - ${color}mod+z
${color2}ta
b
with previous window - ${color}mod+Shift+z
${color2}
s
ta
ck
with next window - ${color}mod+z
${color2}
s
ta
ck
with previous window - ${color}mod+Shift+z
${color2}splith with next window - ${color}mod+x
${color2}splith with previous window - ${color}mod+Shift+x
...
...
i3/config
View file @
a4d8a1ee
...
...
@@ -53,12 +53,13 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
################################################################################################
# Increase/decrease sink volume 1
bindsym $mod+F2 exec pactl set-sink-volume 1 -5%; exec notify-send 'sink 1 volume decreased'
bindsym $mod+F3 exec pactl set-sink-volume 1 +5%; exec notify-send 'sink 1 volume increased'
bindsym $mod+F1 exec amixer -qD pulse set Master toggle; exec notify-send 'sound toggled'
bindsym $mod+F2 exec amixer -qc 0 set Master 2db-; exec notify-send 'volume decreased'
bindsym $mod+F3 exec amixer -qc 0 set Master 2db+; exec notify-send 'volume increased'
# Screen brightness controls
bindsym $mod+F
6
exec xbacklight -
inc 5
bindsym $mod+F
5
exec xbacklight
-dec 5
bindsym $mod+F
8
exec
sudo
xbacklight -
10
bindsym $mod+F
9
exec
sudo
xbacklight
+10
# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
...
...
@@ -124,12 +125,13 @@ bindsym $mod+Mod1+w split h; layout tabbed
bindsym $mod+x split h, layout splith, focus right, move left, focus left
bindsym $mod+Shift+x split h, layout splith, focus left, move right, focus right
# special combo for ta
bb
ed split of two windows next to each other
bindsym $mod+z split h, layout ta
bb
ed, focus right, move left, focus
left
bindsym $mod+Shift+z split h, layout ta
bb
ed, focus left, move right, focus
right
# special combo for
s
ta
ck
ed split of two windows next to each other
bindsym $mod+z split h, layout
s
ta
ck
ed, focus right, move left, focus
up
bindsym $mod+Shift+z split h, layout
s
ta
ck
ed, focus left, move right,
move up,
focus
down
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym --whole-window $mod+Shift+button1 fullscreen toggle
# several 16:9 resolutions binded for quick switching
bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576
...
...
@@ -310,10 +312,10 @@ bindsym $mod+Mod1+Down resize grow height 100 px or 20 ppt
bindsym $mod+Mod1+Up resize shrink height 100 px or 20 ppt
bindsym $mod+Mod1+Right resize grow width 100 px or 20 ppt
bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or
10
ppt
bindsym $mod+Mod1+Shift+Down resize grow height 10 px or
10
ppt
bindsym $mod+Mod1+Shift+Up resize shrink height 10 px or
10
ppt
bindsym $mod+Mod1+Shift+Right resize grow width 10 px or
10
ppt
bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or
2
ppt
bindsym $mod+Mod1+Shift+Down resize grow height 10 px or
2
ppt
bindsym $mod+Mod1+Shift+Up resize shrink height 10 px or
2
ppt
bindsym $mod+Mod1+Shift+Right resize grow width 10 px or
2
ppt
# "netflix" and "spotify" modes
bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
...
...
i3status/.i3status.conf.py3status
View file @
a4d8a1ee
...
...
@@ -27,6 +27,7 @@ order += "diskdata"
order += "battery_level"
# order += "load"
order += "timer"
order += "external_script"
order += "tztime local"
# order += "ipv6"
...
...
@@ -56,6 +57,11 @@ diskdata {
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
}
external_script {
format = "{output}"
script_path = "cat /sys/class/tty/tty0/active"
}
whatismyip {
format = " {isp}\|{city}\|{countryCode} ({ip}) "
icon_on = ""
...
...
@@ -102,8 +108,8 @@ battery all {
battery_level {
cache_timeout = 30
measurement_mode = "acpi"
hide_when_full = "True"
measurement_mode = "acpi"
hide_when_full = "True"
hide_seconds = "True"
blocks = ""
color_charging = "#00ff00"
...
...
openbox/rc.xml
0 → 100644
View file @
a4d8a1ee
This diff is collapsed.
Click to expand it.
rofi/config
0 → 100644
View file @
a4d8a1ee
rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi
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