chore: change some things in the config
This commit is contained in:
parent
c09a6b2010
commit
f301f81c09
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
const hyprland = await Service.import("hyprland")
|
const hyprland = await Service.import("hyprland")
|
||||||
|
|
||||||
const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`);
|
const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`);
|
||||||
const wsSymbols = ["壹", "貳", "叁", "肆", "伍", "陸", "柒", "捌", "玖", "拾"]
|
const wsSymbols = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
|
||||||
const Workspaces = () => Widget.EventBox({
|
const Workspaces = () => Widget.EventBox({
|
||||||
onScrollUp: () => dispatch('+1'),
|
onScrollUp: () => dispatch('+1'),
|
||||||
onScrollDown: () => dispatch('-1'),
|
onScrollDown: () => dispatch('-1'),
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
imports = [
|
imports = [
|
||||||
./auto-pairs.nix
|
./auto-pairs.nix
|
||||||
./autosave.nix
|
./autosave.nix
|
||||||
./bufferline.nix
|
#./bufferline.nix
|
||||||
./cmp.nix
|
./cmp.nix
|
||||||
#./coq.nix
|
#./coq.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./ionide.nix
|
#./ionide.nix
|
||||||
./lualine.nix
|
./lualine.nix
|
||||||
./lsp.nix
|
./lsp.nix
|
||||||
./none-ls.nix
|
./none-ls.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue