added discord and obsidian binds and cputemp to bar
This commit is contained in:
parent
0d685e512a
commit
5c51a6bc16
@ -12,6 +12,8 @@
|
|||||||
"$terminal" = "kitty";
|
"$terminal" = "kitty";
|
||||||
"$file_browser" = "thunar";
|
"$file_browser" = "thunar";
|
||||||
"$webapp" = "$browser --new-window --app=";
|
"$webapp" = "$browser --new-window --app=";
|
||||||
|
"$discord" =
|
||||||
|
"flatpak run --branch=stable --arch=x86_64 --command=com.discordapp.Discord --file-forwarding com.discordapp.Discord @@u %U @@";
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
drag_threshold = 10;
|
drag_threshold = 10;
|
||||||
@ -32,7 +34,7 @@
|
|||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
# Start programs
|
# Start programs
|
||||||
"$mod, a, exec, discord"
|
"$mod, a, exec, $discord"
|
||||||
"$mod, z, exec, obsidian"
|
"$mod, z, exec, obsidian"
|
||||||
"$mod, t, exec, $terminal"
|
"$mod, t, exec, $terminal"
|
||||||
"$mod CTRL, 1, exec, $browser"
|
"$mod CTRL, 1, exec, $browser"
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
right = [
|
right = [
|
||||||
|
"cputemp"
|
||||||
"media"
|
"media"
|
||||||
"volume"
|
"volume"
|
||||||
"network"
|
"network"
|
||||||
@ -42,6 +43,9 @@
|
|||||||
middle = [
|
middle = [
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
right = [
|
||||||
|
"cputemp"
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user