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
9aa79964
Commit
9aa79964
authored
Apr 08, 2021
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
8e93965b
afb4d19a
Changes
5
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
9aa79964
...
...
@@ -123,7 +123,7 @@ bindsym $mod+l focus right
# NOTE: requires 'jq'
set $get_layout $(i3-msg -t get_tree | jq -r 'recurse(.nodes[];.nodes!=null)|select(.nodes[].focused).layout')
bindsym $mod+m exec "i3-msg focus parent, focus left"
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
#
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
bindsym $mod+Shift+comma exec "STK=$get_layout; i3-msg layout stacked, move left, focus parent, focus right, layout $STK, focus parent, focus left"
bindsym $mod+Shift+period exec "MST=$get_layout; i3-msg layout stacked, move right, focus parent, focus left, layout $MST, focus parent, focus right"
bindsym $mod+$mod_next+Shift+period exec "MST=$get_layout; i3-msg layout stacked, focus right; STK=$get_layout; i3-msg layout stacked, focus parent, focus left, move right, focus up, layout $STK, focus parent, focus left, layout $MST"
...
...
@@ -221,7 +221,11 @@ bindsym $mod+$mod_next+c exec --no-startup-id $picom_start
# window dimming enable or disable (uses xdotool and xprop to set a anti-dim flag, which picom recognises in focus-exclude array)
bindsym $mod+$mod_next+a exec xprop -id $(xdotool getactivewindow) -f ANTIDIM_FLAG 8c -set ANTIDIM_FLAG 1; exec notify-send 'anti-dim set on window'
bindsym $mod+$mod_next+d exec xprop -id $(xdotool getactivewindow) -remove ANTIDIM_FLAG; exec notify-send 'dim set on window'
bindsym $mod+$mod_next+Shift+a exec xprop -id $(xdotool getactivewindow) -remove ANTIDIM_FLAG; exec notify-send 'dim set on window'
# window colour inversion (uses xdotool and xprop to set an invert flag, which picom recognises in invert-color-include array)
bindsym $mod+$mod_next+d exec xprop -id $(xdotool getactivewindow) -f INVERT_FLAG 8c -set INVERT_FLAG 1; exec notify-send 'invert set on window'
bindsym $mod+$mod_next+Shift+d exec xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG; exec notify-send 'invert removed on window'
# focus the parent container
bindsym $mod+a focus parent
...
...
i3/config.simple
View file @
9aa79964
...
...
@@ -84,7 +84,7 @@ bindsym $mod+l focus right
# NOTE: requires 'jq'
set $get_layout $(i3-msg -t get_tree | jq -r 'recurse(.nodes[];.nodes!=null)|select(.nodes[].focused).layout')
bindsym $mod+m exec "i3-msg focus parent, focus left"
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
#
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
bindsym $mod+Shift+comma exec "STK=$get_layout; i3-msg layout stacked, move left, focus parent, focus right, layout $STK, focus parent, focus left"
bindsym $mod+Shift+period exec "MST=$get_layout; i3-msg layout stacked, move right, focus parent, focus left, layout $MST, focus parent, focus right"
bindsym $mod+$mod_next+Shift+period exec "MST=$get_layout; i3-msg layout stacked, focus right; STK=$get_layout; i3-msg layout stacked, focus parent, focus left, move right, focus up, layout $STK, focus parent, focus left, layout $MST"
...
...
i3/i3wsr.toml
View file @
9aa79964
...
...
@@ -2,9 +2,16 @@
separator
=
" "
default_icon
=
""
[options]
no_names
=
true
remove_duplicates
=
false
[icons]
"Brave-browser"
=
""
"Chromium-browser"
=
""
"Daedalus Mainnet"
=
""
"Deluge-gtk"
=
""
"Font-manager"
=
""
"Genymotion Player"
=
""
"Org.gnome.Nautilus"
=
""
...
...
@@ -30,9 +37,6 @@ Thunderbird = ""
Vmware
=
""
Wfica
=
""
code-oss
=
""
mpv
=
""
okular
=
""
zoom
=
""
[options]
no_names
=
true
remove_duplicates
=
false
picom/picom.conf
View file @
9aa79964
...
...
@@ -118,7 +118,6 @@ active-opacity = 1;
frame
-
opacity
=
1
;
inactive
-
opacity
-
override
=
false
;
opacity
-
rule
= [
"80:class_g = 'copyq'"
,
"90:name = 'alttab'"
,
# no opacity on sticky windows
"99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
...
...
@@ -208,6 +207,11 @@ focus-exclude = [
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
];
# Specify list of windows or x flag to that will be colour inverted.
invert
-
color
-
include
= [
"INVERT_FLAG@:8c"
];
# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
detect
-
transient
=
true
;
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
...
...
scripts/docker-compose-update-subs
0 → 100755
View file @
9aa79964
#!/bin/bash
for
d
in
$(
ls
-d
*
/
)
;
do
echo
-e
"
\n
==> pulling
$d
"
cd
$d
;
dc pull
;
echo
-e
"==> up
$d
"
dc up
-d
;
cd
..
;
done
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