modified: Kvantum/matugen/matugen.svg modified: btop/themes/matugen.theme modified: cava/themes/matugen modified: clipse/matugen.json new file: fish/functions/up-or-search.fish modified: foot/themes/matugen-theme.ini modified: gtk-3.0/colors.css modified: gtk-3.0/colors.css.bak modified: gtk-3.0/colors.css.nak modified: gtk-4.0/colors.css modified: gtk-4.0/colors.css.bak modified: hypr/colors-hyprlock.conf modified: hypr/colors.conf modified: hypr/hyprtoolkit.conf modified: hyprwhspr/mic_osd.pid new file: ironbar/1 modified: ironbar/colors.css modified: ironbar/config.json new file: ironbar/config.json.matugen new file: ironbar/schema-v0.18.0.json modified: kitty/current-theme.conf new file: kitty/current-theme1.conf new file: kitty/dank-tabs.conf modified: kitty/themes/Matugen.conf modified: matugen/config.toml new file: matugen/config1.toml new file: matugen/custom3.json modified: matugen/scripts/foot-apply-colors.sh modified: mimeapps.list modified: niri/binds.kdl modified: niri/colors.kdl modified: niri/config.kdl new file: niri/dms/alttab.kdl new file: niri/dms/binds.kdl new file: niri/dms/colors.kdl new file: niri/dms/cursor.kdl new file: niri/dms/layout.kdl new file: niri/dms/outputs.kdl new file: niri/dms/profiles/profile_1776211496314_g03e3q.kdl new file: niri/dms/windowrules.kdl new file: niri/dms/wpblur.kdl new file: niri/scripts/caps new file: niri/scripts/clipse.sh new file: niri/scripts/ironbar-toggle.sh new file: niri/scripts/satty.sh modified: niri/spawn-at-startup.kdl modified: niri/window-rule.kdl modified: nvim/lua/matugen.lua modified: rmpc/themes/matugen.ron modified: starship.toml modified: swaync/colors.css new file: swaync/config_1.json new file: swaync/style_1.css modified: swayosd/colors.css modified: telegram/matugen.tdesktop-theme modified: telegram/matugen/background.jpg modified: telegram/matugen/background.svg modified: telegram/matugen/colors.tdesktop-theme modified: tmux/colors.conf modified: walker/themes/matugen/colors.css modified: yazi/theme.toml
89 lines
1.9 KiB
Text
89 lines
1.9 KiB
Text
include "binds.kdl"
|
|
include "window-rule.kdl"
|
|
include "input.kdl"
|
|
include "output-pc.kdl"
|
|
// include "spawn-at-startup.kdl"
|
|
include "animation.kdl"
|
|
include "layout.kdl"
|
|
overview {
|
|
zoom 0.4
|
|
backdrop-color "#07090b"
|
|
workspace-shadow {
|
|
off
|
|
}
|
|
}
|
|
clipboard {
|
|
disable-primary
|
|
}
|
|
cursor {
|
|
xcursor-theme "Bibata-Modern-Ice"
|
|
xcursor-size 20
|
|
hide-when-typing
|
|
hide-after-inactive-ms 500
|
|
}
|
|
|
|
hotkey-overlay {
|
|
skip-at-startup
|
|
}
|
|
prefer-no-csd
|
|
screenshot-path "~/imgs/screenshots/screenshot-from-%Y-%m-%d_%H-%M-%S.png"
|
|
// You can also set this to null to disable saving screenshots to disk.
|
|
// screenshot-path null
|
|
recent-windows {
|
|
// off
|
|
debounce-ms 750
|
|
open-delay-ms 100
|
|
|
|
highlight {
|
|
active-color "#eef7fd"
|
|
urgent-color "#eef7fd"
|
|
padding 20
|
|
corner-radius 10
|
|
}
|
|
|
|
previews {
|
|
max-height 480
|
|
max-scale 0.4
|
|
}
|
|
|
|
binds {
|
|
Mod+Tab { next-window; }
|
|
Mod+Shift+Tab { previous-window; }
|
|
// Mod+grave { next-window filter="app-id"; }
|
|
Mod+Shift+grave { previous-window filter="app-id"; }
|
|
|
|
Alt+Tab { next-window; }
|
|
Alt+Shift+Tab { previous-window; }
|
|
Alt+grave { next-window filter="app-id"; }
|
|
Alt+Shift+grave { previous-window filter="app-id"; }
|
|
}
|
|
}
|
|
environment{
|
|
XDG_CURRENT_DESKTOP "niri"
|
|
QT_QPA_PLATFORMTHEME "xdgdesktopportal"
|
|
QT_QPA_PLATFORM "wayland"
|
|
ELECTRON_OZONE_PLATFORM_HINT "wayland"
|
|
//ЖQT_STYLE_OVERRIDE "adwaita"
|
|
// QT_STYLE_OVERRIDE "kvantum"
|
|
}
|
|
xwayland-satellite {
|
|
// off
|
|
path "xwayland-satellite"
|
|
}
|
|
|
|
|
|
include "dms/cursor.kdl"
|
|
|
|
include "dms/outputs.kdl"
|
|
|
|
include "dms/windowrules.kdl"
|
|
|
|
include "binds.kdl"
|
|
include "window-rule.kdl"
|
|
include "input.kdl"
|
|
include "output-pc.kdl"
|
|
include "spawn-at-startup.kdl"
|
|
include "animation.kdl"
|
|
include "layout.kdl"
|
|
|
|
include "colors.kdl"
|