Compare commits
4 Commits
a41d24ab47
...
3753805996
| Author | SHA1 | Date | |
|---|---|---|---|
|
3753805996
|
|||
|
02be4c6a24
|
|||
|
91275b9688
|
|||
|
29bda01e31
|
@@ -2,10 +2,10 @@
|
|||||||
path = ~/.config/git/config.d/aflabs.conf
|
path = ~/.config/git/config.d/aflabs.conf
|
||||||
|
|
||||||
[includeIf "gitdir:~/Desktop/git/gitlab.com/flarenetwork"]
|
[includeIf "gitdir:~/Desktop/git/gitlab.com/flarenetwork"]
|
||||||
path = ~/.config/git/config.d/aflabs.conf
|
path = ~/.config/git/config.d/flare.conf
|
||||||
|
|
||||||
[includeIf "gitdir:~/Desktop/git/gitlab.com/flare-foundation"]
|
[includeIf "gitdir:~/Desktop/git/gitlab.com/flare-foundation"]
|
||||||
path = ~/.config/git/flare
|
path = ~/.config/git/config.d/flare.conf
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Matej Janežič
|
name = Matej Janežič
|
||||||
|
|||||||
@@ -18,3 +18,5 @@
|
|||||||
# todo files
|
# todo files
|
||||||
TODO.md
|
TODO.md
|
||||||
|
|
||||||
|
# db dumps files
|
||||||
|
dumps
|
||||||
|
|||||||
@@ -39,6 +39,10 @@ exec swayidle -w
|
|||||||
#
|
#
|
||||||
# You can also configure each device individually.
|
# You can also configure each device individually.
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
default_border pixel 3
|
||||||
|
|
||||||
|
for_window [class="net-runelite.*"] floating enable
|
||||||
|
for_window [class="net-runelite-client-RuneLite"] move scratchpad, scratchpad show
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -9,23 +9,23 @@ indicator-idle-visible
|
|||||||
indicator-y-position=300
|
indicator-y-position=300
|
||||||
indicator-x-position=1200
|
indicator-x-position=1200
|
||||||
|
|
||||||
inside-color=ffffff
|
inside-color=000000
|
||||||
text-color=000000
|
text-color=ffffff
|
||||||
ring-color=000000
|
ring-color=ffffff
|
||||||
|
|
||||||
inside-ver-color=ffffff
|
inside-ver-color=000000
|
||||||
text-ver-color=ffffff
|
text-ver-color=000000
|
||||||
ring-ver-color=000000
|
ring-ver-color=ffffff
|
||||||
|
|
||||||
inside-clear-color=ffffff
|
inside-clear-color=000000
|
||||||
text-clear-color=000000
|
text-clear-color=ffffff
|
||||||
ring-clear-color=000000
|
ring-clear-color=ffffff
|
||||||
|
|
||||||
inside-wrong-color=ffffff
|
inside-wrong-color=000000
|
||||||
text-wrong-color=000000
|
text-wrong-color=ffffff
|
||||||
ring-wrong-color=000000
|
ring-wrong-color=ffffff
|
||||||
|
|
||||||
key-hl-color=ffffff
|
key-hl-color=000000
|
||||||
bs-hl-color=ffffff
|
bs-hl-color=000000
|
||||||
caps-lock-key-hl-color=ffffff
|
caps-lock-key-hl-color=000000
|
||||||
caps-lock-bs-hl-color=ffffff
|
caps-lock-bs-hl-color=000000
|
||||||
|
|||||||
Reference in New Issue
Block a user