diff options
| author | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
| commit | 9736ccc84a060a9188150a722cc35daaa4e39484 (patch) | |
| tree | e37c8df6dcf3aab6f236600c80cb8fa53d9e78c6 | |
| parent | f43937d220835c0653b28b2ad86cbaaa18a8a4e9 (diff) | |
| parent | 8706a73d491db20bf7547d043bc4a7f562c22b1d (diff) | |
Merge branch 'master' into cla
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | hypr/hyprland.conf | 55 | ||||
| -rw-r--r-- | nvim/lua/options.lua | 3 | ||||
| -rw-r--r-- | nvim/lua/plugins.lua | 3 |
4 files changed, 34 insertions, 28 deletions
@@ -160,6 +160,7 @@ musnify-mpd/musnify-mpd.config mutt/ ncmpcpp/error.log neofetch/ +net.tropicbliss.cosmicextappletcaffeine/ newsboat/cache.db newsboat/urls nextcloud/ diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c1f1482..891aef9 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -180,7 +180,7 @@ master { new_on_active = before #no_gaps_when_only = false orientation = left - inherit_fullscreen = true + #inherit_fullscreen = true drop_at_cursor = true } #}}} @@ -215,39 +215,40 @@ plugin { # Example windowrule v2 # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = float, class:^(lxqt-policykit-agent)$ -windowrulev2 = tile, class:^(REAPER)$, title:^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ -windowrulev2 = tile, class:^(REAPER)$, title:^(reaper)$ -windowrulev2 = tile, class:^(REAPER)$, title:^(Mixer)$ -windowrulev2 = move onscreen cursor -50% -50%, title:^(menu)$ -windowrulev2 = move cursor,class:REAPER,floating:1 -windowrulev2 = nofocus,class:REAPER,title:^(menu)$ -windowrulev2 = nofocus,class:REAPER,title:^$ -windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\.easyeffects)$ -windowrulev2 = workspace special:sonobus silent, class: ^(SonoBus)$ +windowrulev2 = float, match:class ^(lxqt-policykit-agent)$ +windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(REAPER v[0-9.]* - Registered to [A-Za-z ]* \(Licensed for personal/small business use\))$ +windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(reaper)$ +windowrulev2 = tile, match:class ^(REAPER)$, match:title ^(Mixer)$ +windowrulev2 = move onscreen cursor -50% -50%, match:title ^(menu)$ +windowrulev2 = move cursor, match:class REAPER, match:floating on +windowrulev2 = nofocus, match:class REAPER, match:title ^(menu)$ +windowrulev2 = nofocus, match:class REAPER, match:title ^$ +# See https://wiki.hypr.land/Configuring/Window-Rules/ for more +windowrulev2 = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ +windowrulev2 = workspace special:sonobus silent, match:class ^(SonoBus)$ # Fix brave xray menus -windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ +windowrulev2 = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows -windowrule = center, xwayland: 1, class: negative:^(steam|REAPER)$ +windowrule = center on, match:xwayland on, match:class negative:^(steam|REAPER)$ # Make Steam Big Picture Mode fullscreen -windowrule = fullscreen, class: ^(steam)$, title: ^(Steam Big Picture Mode)$ +windowrule = fullscreen on, match:class ^(steam)$, match:title ^(Steam Big Picture Mode)$ # Fix scratchpad window spawn behavior -windowrule = workspace +0, onworkspace:name:special:sphtop, class:negative:sphtop -windowrule = workspace +0, onworkspace:name:special:spterm, class:negative:spterm -windowrule = workspace +0, onworkspace:name:special:sppmxr, class:negative:sppmxr -windowrule = workspace +0, onworkspace:name:special:spblue, class:negative:spblue -windowrule = workspace +0, onworkspace:name:special:spncmp, class:negative:spncmp -windowrule = workspace +0, onworkspace:name:special:spmutt, class:negative:spmutt -windowrule = workspace +0, onworkspace:name:special:spprof, class:negative:spprof -windowrule = workspace +0, onworkspace:name:special:spirss, class:negative:spirss -windowrule = workspace +0, onworkspace:name:special:spvimw, class:negative:spvimw -windowrule = workspace +0, onworkspace:name:special:sptrmc, class:negative:sptrmc -windowrule = workspace +0, onworkspace:name:special:helvum, class:negative:helvum -windowrule = workspace +0, onworkspace:name:special:easyeffects, class:negative:easyeffects +windowrule = workspace +0, match:workspace name:sphtop, match:class negative:sphtop +windowrule = workspace +0, match:workspace name:spterm, match:class negative:spterm +windowrule = workspace +0, match:workspace name:sppmxr, match:class negative:sppmxr +windowrule = workspace +0, match:workspace name:spblue, match:class negative:spblue +windowrule = workspace +0, match:workspace name:spncmp, match:class negative:spncmp +windowrule = workspace +0, match:workspace name:spmutt, match:class negative:spmutt +windowrule = workspace +0, match:workspace name:spprof, match:class negative:spprof +windowrule = workspace +0, match:workspace name:spirss, match:class negative:spirss +windowrule = workspace +0, match:workspace name:spvimw, match:class negative:spvimw +windowrule = workspace +0, match:workspace name:sptrmc, match:class negative:sptrmc +windowrule = workspace +0, match:workspace name:helvum, match:class negative:helvum +windowrule = workspace +0, match:workspace name:easyeffects, match:class negative:easyeffects #}}} #{{{ Layerrules -layerrule = blur, waybar +layerrule = blur on, match:namespace waybar #}}} #{{{ Mods diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index ae802be..86dd977 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -84,3 +84,6 @@ vim.g.indent_guides_enable_on_vim_startup = 0 -- vim-signify vim.opt.updatetime = 100 + +-- vim-latex-live-preview +vim.g.livepreview_previewer = 'zathura' diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 3684b89..0984c21 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -35,11 +35,12 @@ require("lazy").setup({ }, { "neovim/nvim-lspconfig", - config = function() + --[[config = function() local lspconfig = require("lspconfig") lspconfig.pylsp.setup({}) end, + --]] }, "tanvirtin/monokai.nvim", "lervag/vimtex", |
