Compare commits

..

2 Commits

4 changed files with 26 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
return {
"3rd/image.nvim",
event = 'BufEnter',
-- event = 'BufEnter',
build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
config = function()
require("image").setup({

View File

@@ -1,6 +1,7 @@
return {
{
"iamcco/markdown-preview.nvim",
event = 'BufEnter',
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
build = "cd app && npm install",
init = function()

View File

@@ -59,7 +59,8 @@
"Alacritty"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
"zen": "aaa",
"vesktop": "zzz"
},
"rewrite": {
".*(steam_app_[0-9]+).*": "Game"

View File

@@ -8,6 +8,7 @@
"margin-left": 5,
"margin-right": 5,
"margin-top": 5,
"layer": "top",
"spacing": 0,
"reload_style_on_change": true,
"modules-left": [
@@ -34,16 +35,29 @@
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"active-only": true,
"active-only": false,
"warp-on-scroll": false,
"move-to-monitor": true,
"persistent-workspaces": {
"eDP-1": [1,2,3,4,5,6,7,8,9],
"HDMI-A-1": [10,11,12],
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
"7": [],
"8": [],
"9": [],
"10": [],
"11": [],
"12": [],
// "eDP-1": [1,2,3,4,5,6,7,8,9],
// "HDMI-A-1": [10,11,12],
"IGNORED": [13,14]
},
"ignore-workspaces": [
"*13",
"*14"
"13",
"14"
],
"format": "{icon}",
"format-icons": {
@@ -51,14 +65,14 @@
"2": "",
"3": "󰄫",
"4": "󰅡",
"5": "󰲨",
"5": "󰐌",
"6": "󰲪",
"7": "󰓓",
"8": "",
"9": "󱡝",
"10": "󰥱",
"11": "",
"12": "",
"11": "󰍶",
"12": "󰐗",
"default": "󰽢"
}
},