mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Update Dotfiles
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
This commit is contained in:
parent
6fb2cbc45d
commit
d689e7e888
@ -1,7 +1,7 @@
|
||||
{
|
||||
"bar": "shapes",
|
||||
"bar2": "bottom",
|
||||
"browser": "firefox",
|
||||
"browser": "opera",
|
||||
"term": "alacritty",
|
||||
"term2": "kitty",
|
||||
"editor": "code",
|
||||
|
@ -16,7 +16,7 @@ for key, label, layout, matches in [
|
||||
(
|
||||
"2",
|
||||
"二",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Code.*|^Jetbrains.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
@ -28,43 +28,43 @@ for key, label, layout, matches in [
|
||||
(
|
||||
"4",
|
||||
"四",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Aseprite.*|^Krita.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"5",
|
||||
"五",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^CmusImage.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"6",
|
||||
"六",
|
||||
"max",
|
||||
Match(wm_class=re.compile("^Firefox.*|^Brave.*", re.IGNORECASE)),
|
||||
None,
|
||||
Match(wm_class=re.compile("^Firefox.*|^Opera.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"7",
|
||||
"七",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Mail.*|^Thunderbird.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"8",
|
||||
"八",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Steam.*|^Minecraft.*|^0ad.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"9",
|
||||
"九",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Discord.*", re.IGNORECASE)),
|
||||
),
|
||||
(
|
||||
"0",
|
||||
"零",
|
||||
"max",
|
||||
None,
|
||||
Match(wm_class=re.compile("^Software.*|^Virt.*|^Btop.*", re.IGNORECASE)),
|
||||
),
|
||||
]:
|
||||
@ -92,7 +92,7 @@ for key, label, layout, matches in [
|
||||
[
|
||||
DropDown(
|
||||
"term",
|
||||
"kitty --name=scratch",
|
||||
"alacritty --class Scratch",
|
||||
width=0.6,
|
||||
height=0.6,
|
||||
x=0.2,
|
||||
@ -101,7 +101,7 @@ for key, label, layout, matches in [
|
||||
),
|
||||
DropDown(
|
||||
"clifm",
|
||||
"kitty --name=clifm -e clifm",
|
||||
"alacritty --class CliFM -e clifm",
|
||||
width=0.6,
|
||||
height=0.6,
|
||||
x=0.2,
|
||||
@ -110,7 +110,7 @@ for key, label, layout, matches in [
|
||||
),
|
||||
DropDown(
|
||||
"btop",
|
||||
"kitty --name=btop -e btop",
|
||||
"alacritty --class bTop -e btop",
|
||||
width=0.6,
|
||||
height=0.6,
|
||||
x=0.2,
|
||||
@ -119,7 +119,7 @@ for key, label, layout, matches in [
|
||||
),
|
||||
DropDown(
|
||||
"volume",
|
||||
"pavucontrol",
|
||||
"PavuControl",
|
||||
width=0.6,
|
||||
height=0.6,
|
||||
x=0.2,
|
||||
|
@ -10,7 +10,7 @@ margins = [sum(bar.margin) if bar else -1 for bar in bars] # type: ignore
|
||||
configure = [
|
||||
"autostart",
|
||||
"youtube_subs -d",
|
||||
"autorandr --load qtile",
|
||||
# "autorandr --load qtile",
|
||||
"setxkbmap -option caps:escape",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user