Compare commits
No commits in common. "3718df10960ba0d2c3a86d6e56ace4c1e33591c3" and "652aed0d4d2ea48b4dae7b1fe971f8a1831064b8" have entirely different histories.
3718df1096
...
652aed0d4d
27 changed files with 107 additions and 94 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ QDirStat
|
||||||
0ad
|
0ad
|
||||||
Eqonomize
|
Eqonomize
|
||||||
IVPN
|
IVPN
|
||||||
|
Raspberry Pi
|
||||||
VSCodium
|
VSCodium
|
||||||
aerc
|
aerc
|
||||||
bottom
|
bottom
|
||||||
|
|
@ -29,6 +30,7 @@ qpdfview
|
||||||
qps
|
qps
|
||||||
qterminal.org
|
qterminal.org
|
||||||
screengrab
|
screengrab
|
||||||
|
spotdl
|
||||||
strawberry
|
strawberry
|
||||||
QtProject.conf
|
QtProject.conf
|
||||||
lxqt-mimeapps.list
|
lxqt-mimeapps.list
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/nirogu/.themes/Everforest/gtk-4.0/assets
|
|
||||||
1
gtk-4.0/assets
Symbolic link
1
gtk-4.0/assets
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/nirogu/.themes/Everforest/gtk-4.0/assets
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/nirogu/.themes/Everforest/gtk-4.0/gtk-dark.css
|
|
||||||
1
gtk-4.0/gtk-dark.css
Symbolic link
1
gtk-4.0/gtk-dark.css
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/nirogu/.themes/Everforest/gtk-4.0/gtk-dark.css
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/nirogu/.themes/Everforest/gtk-4.0/gtk.css
|
|
||||||
1
gtk-4.0/gtk.css
Symbolic link
1
gtk-4.0/gtk.css
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/nirogu/.themes/Everforest/gtk-4.0/gtk.css
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/nirogu/.themes/Everforest/gtk-4.0/thumbnail.png
|
|
||||||
1
gtk-4.0/thumbnail.png
Symbolic link
1
gtk-4.0/thumbnail.png
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/nirogu/.themes/Everforest/gtk-4.0/thumbnail.png
|
||||||
0
images/favicon.png
Normal file → Executable file
0
images/favicon.png
Normal file → Executable file
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
32
labwc/autostart
Normal file
32
labwc/autostart
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Example autostart file for a labwc LXQt session
|
||||||
|
# Applications started here won't be closed by `lxqt-leave --logout` and settings can be lost
|
||||||
|
# Preferred place for starting wayland-only applications
|
||||||
|
|
||||||
|
# Set background color or image (below the desktop):
|
||||||
|
# swaybg -i /usr/share/lxqt/wallpapers/origami-dark-labwc.png >/dev/null 2>&1 &
|
||||||
|
|
||||||
|
# Faster startup for GTK apps:
|
||||||
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY > /dev/null 2>&1 &
|
||||||
|
|
||||||
|
# Configure output directives such as mode, position, scale and transform.
|
||||||
|
# Use wlr-randr to get your output names
|
||||||
|
# Example ~/.config/kanshi/config below:
|
||||||
|
# profile {
|
||||||
|
# output HDMI-A-1 position 1366,0
|
||||||
|
# output eDP-1 position 0,0
|
||||||
|
# }
|
||||||
|
# kanshi >/dev/null 2>&1 &
|
||||||
|
# wdisplays can be used as well on the fly
|
||||||
|
|
||||||
|
#
|
||||||
|
# Note that in the context of idle system power management, it is *NOT* a good
|
||||||
|
# idea to turn off displays by 'disabling outputs' for example by
|
||||||
|
# `wlr-randr --output <whatever> --off` because this re-arranges views
|
||||||
|
# (since a837fef). Instead use a wlr-output-power-management client such as
|
||||||
|
# https://git.sr.ht/~leon_plickat/wlopm
|
||||||
|
#
|
||||||
|
# Suspending can be configured in LXQt power management settings
|
||||||
|
# Screen locking can be configured in Session Settings
|
||||||
|
# Turn off display(s) after 5 minutes:
|
||||||
|
# swayidle -w timeout 300 "wlopm --off \*" resume "wlopm --on \*" > /dev/null 2>&1 &
|
||||||
|
|
||||||
86
labwc/rc.xml
86
labwc/rc.xml
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
This file contains all supported Labwc v0.9.0 config elements & attributes with mostly
|
This file contains all supported Labwc v0.9.2 config elements & attributes with mostly
|
||||||
default values. Some LXQt specific settings have been added. You may have a
|
default values. Some LXQt specific settings have been added. You may have a
|
||||||
updated version in /usr/share/docs/labwc/rc.xml.all
|
updated version in /usr/share/docs/labwc/rc.xml.all
|
||||||
-->
|
-->
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
</titlebar>
|
</titlebar>
|
||||||
<cornerRadius>8</cornerRadius>
|
<cornerRadius>8</cornerRadius>
|
||||||
<keepBorder>yes</keepBorder>
|
<keepBorder>yes</keepBorder>
|
||||||
|
<maximizedDecoration>titlebar</maximizedDecoration>
|
||||||
<dropShadows>yes</dropShadows>
|
<dropShadows>yes</dropShadows>
|
||||||
<dropShadowsOnTiled>no</dropShadowsOnTiled>
|
<dropShadowsOnTiled>no</dropShadowsOnTiled>
|
||||||
<font place="ActiveWindow">
|
<font place="ActiveWindow">
|
||||||
|
|
@ -67,7 +68,7 @@
|
||||||
<weight>normal</weight>
|
<weight>normal</weight>
|
||||||
</font>
|
</font>
|
||||||
</theme>
|
</theme>
|
||||||
<windowSwitcher show="yes" preview="yes" outlines="yes" allWorkspaces="no">
|
<windowSwitcher show="yes" style="thumbnail" preview="yes" outlines="yes" allWorkspaces="no">
|
||||||
<fields>
|
<fields>
|
||||||
<field content="icon" width="5%"/>
|
<field content="icon" width="5%"/>
|
||||||
<field content="desktop_entry_name" width="30%"/>
|
<field content="desktop_entry_name" width="30%"/>
|
||||||
|
|
@ -143,7 +144,8 @@
|
||||||
</focus>
|
</focus>
|
||||||
<snapping>
|
<snapping>
|
||||||
<!-- Set range to 0 to disable window snapping completely -->
|
<!-- Set range to 0 to disable window snapping completely -->
|
||||||
<range>1</range>
|
<range>10</range>
|
||||||
|
<cornerRange>50</cornerRange>
|
||||||
<overlay enabled="yes">
|
<overlay enabled="yes">
|
||||||
<delay inner="500" outer="500"/>
|
<delay inner="500" outer="500"/>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
|
@ -240,20 +242,25 @@
|
||||||
<keybind key="W-S-r">
|
<keybind key="W-S-r">
|
||||||
<action name="Reconfigure"/>
|
<action name="Reconfigure"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- LXQt Keybindings -->
|
<!-- LXQt Keybindings
|
||||||
<!-- For advanced shortcut handling please consult
|
To open applications inside LXQt session use `lxqt-qdbus run <application>` or
|
||||||
https://github.com/lxqt/lxqt/wiki/Wayland#global-shortcuts -->
|
`qdbus6 org.lxqt.session /LXQtSession execDesktopFile <desktopfile>`
|
||||||
|
See https://lxqt-project.org/wiki/Wayland-Session#global-shortcuts
|
||||||
|
-->
|
||||||
<keybind key="Super_L" onRelease="yes">
|
<keybind key="Super_L" onRelease="yes">
|
||||||
<action name="Execute" command="dbus-send --session --dest=org.kde.StatusNotifierWatcher --type=method_call /global_key_shortcuts/panel/fancymenu/show_hide org.lxqt.global_key_shortcuts.client.activated"/>
|
<action name="Execute" command="lxqt-qdbus openmenu"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
<action name="Execute" command="pcmanfm-qt"/>
|
<action name="Execute" command="lxqt-qdbus run pcmanfm-qt"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-d">
|
||||||
|
<action name="Execute" command="lxqt-qdbus showdesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-b">
|
<keybind key="W-b">
|
||||||
<action name="Execute" command="librewolf"/>
|
<action name="Execute" command="lxqt-qdbus run librewolf"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Return">
|
<keybind key="W-Return">
|
||||||
<action name="Execute" command="foot"/>
|
<action name="Execute" command="lxqt-qdbus run foot"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-c">
|
<keybind key="W-c">
|
||||||
<action name="Execute" command="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland"/>
|
<action name="Execute" command="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland"/>
|
||||||
|
|
@ -262,7 +269,7 @@
|
||||||
<action name="Execute" command="lxqt-runner"/>
|
<action name="Execute" command="lxqt-runner"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="Print">
|
<keybind key="Print">
|
||||||
<action name="Execute" command="screengrab"/>
|
<action name="Execute" command="lxqt-qdbus run screengrab"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Backspace">
|
<keybind key="W-Backspace">
|
||||||
<action name="Execute" command="lxqt-leave"/>
|
<action name="Execute" command="lxqt-leave"/>
|
||||||
|
|
@ -296,28 +303,28 @@
|
||||||
<action name="ToggleMaximize"/>
|
<action name="ToggleMaximize"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Left">
|
<keybind key="W-Left">
|
||||||
<action name="SnapToEdge" direction="left"/>
|
<action name="SnapToEdge" direction="left" combine="yes"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Right">
|
<keybind key="W-Right">
|
||||||
<action name="SnapToEdge" direction="right"/>
|
<action name="SnapToEdge" direction="right" combine="yes"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Up">
|
<keybind key="W-Up">
|
||||||
<action name="SnapToEdge" direction="up"/>
|
<action name="SnapToEdge" direction="up" combine="yes"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Down">
|
<keybind key="W-Down">
|
||||||
<action name="SnapToEdge" direction="down"/>
|
<action name="SnapToEdge" direction="down" combine="yes"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-Space">
|
<keybind key="A-Space">
|
||||||
<action name="ShowMenu" menu="client-menu" atCursor="no"/>
|
<action name="ShowMenu" menu="client-menu" atCursor="no"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86_AudioLowerVolume">
|
<keybind key="XF86_AudioLowerVolume">
|
||||||
<action name="Execute" command="amixer sset Master 5%-"/>
|
<action name="Execute" command="lxqt-qdbus volume down"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86_AudioRaiseVolume">
|
<keybind key="XF86_AudioRaiseVolume">
|
||||||
<action name="Execute" command="amixer sset Master 5%+"/>
|
<action name="Execute" command="lxqt-qdbus volume up"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86_AudioMute">
|
<keybind key="XF86_AudioMute">
|
||||||
<action name="Execute" command="amixer sset Master toggle"/>
|
<action name="Execute" command="lxqt-qdbus volume mute"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86_MonBrightnessUp">
|
<keybind key="XF86_MonBrightnessUp">
|
||||||
<action name="Execute" command="lxqt-config-brightness -i"/>
|
<action name="Execute" command="lxqt-config-brightness -i"/>
|
||||||
|
|
@ -396,44 +403,13 @@
|
||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
<context name="Top">
|
<context name="Border">
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Resize"/>
|
<action name="Focus" />
|
||||||
|
<action name="Raise" />
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
|
||||||
<context name="Left">
|
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"/>
|
<action name="Resize" />
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Right">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Bottom">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="TRCorner">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="BRCorner">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="TLCorner">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="BLCorner">
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
<context name="TitleBar">
|
<context name="TitleBar">
|
||||||
|
|
@ -621,7 +597,7 @@
|
||||||
<device category="touchpad">
|
<device category="touchpad">
|
||||||
<naturalScroll>yes</naturalScroll>
|
<naturalScroll>yes</naturalScroll>
|
||||||
<leftHanded>no</leftHanded>
|
<leftHanded>no</leftHanded>
|
||||||
<pointerSpeed>0.7</pointerSpeed>
|
<pointerSpeed>0.5</pointerSpeed>
|
||||||
<accelProfile/>
|
<accelProfile/>
|
||||||
<tap>yes</tap>
|
<tap>yes</tap>
|
||||||
<tapButtonMap>lrm</tapButtonMap>
|
<tapButtonMap>lrm</tapButtonMap>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
[General]
|
[General]
|
||||||
|
__theme_updated__=1763621315297
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
icon_follow_color_scheme=true
|
icon_follow_color_scheme=true
|
||||||
icon_theme=Tela-circle-green-dark
|
icon_theme=Tela-circle-green-dark
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
compositor=labwc
|
compositor=labwc
|
||||||
|
leave_confirmation=false
|
||||||
lock_command_wayland=swaylock
|
lock_command_wayland=swaylock
|
||||||
window_manager=openbox
|
window_manager=openbox
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,36 +1,36 @@
|
||||||
{
|
{
|
||||||
"AstroNvim": { "branch": "main", "commit": "55a2b084eabe880c4ffa377f82bb972caec57e09" },
|
"AstroNvim": { "branch": "main", "commit": "ced71e326fd5a314eca237abe8a357eb4e9f40ae" },
|
||||||
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" },
|
"LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
|
||||||
"aerial.nvim": { "branch": "master", "commit": "6ab1a0ce4874d21610fc5a67a6c82c7b943c635b" },
|
"aerial.nvim": { "branch": "master", "commit": "6ab1a0ce4874d21610fc5a67a6c82c7b943c635b" },
|
||||||
"astrocommunity": { "branch": "main", "commit": "9e0ca5bda04b1fc0d346a956fabb4f292dd81a84" },
|
"astrocommunity": { "branch": "main", "commit": "1e6cc538002850c6830da7ec888f0a6099266c12" },
|
||||||
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" },
|
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" },
|
||||||
"astrolsp": { "branch": "main", "commit": "0befe28a4ea96e46b7f7c01e4a634c04225ba55a" },
|
"astrolsp": { "branch": "main", "commit": "0befe28a4ea96e46b7f7c01e4a634c04225ba55a" },
|
||||||
"astrotheme": { "branch": "main", "commit": "4a2af93815e4e6adfe69c836e46047a9451de858" },
|
"astrotheme": { "branch": "main", "commit": "4a2af93815e4e6adfe69c836e46047a9451de858" },
|
||||||
"astroui": { "branch": "main", "commit": "4943abbd42674b43249313afe83b91065a40e4be" },
|
"astroui": { "branch": "main", "commit": "4943abbd42674b43249313afe83b91065a40e4be" },
|
||||||
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
|
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
|
||||||
"blink.cmp": { "branch": "main", "commit": "327fff91fe6af358e990be7be1ec8b78037d2138" },
|
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||||
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
|
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
|
||||||
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
||||||
"everforest": { "branch": "master", "commit": "3fffb096f6ac11372944ac964c60f8af41d8809f" },
|
"everforest": { "branch": "master", "commit": "b10ed9a8b37d6b7448908be98ff8f58f550adc48" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
||||||
"gopher.nvim": { "branch": "main", "commit": "295e21e637f9194a4d2bc34622d324a88b028141" },
|
"gopher.nvim": { "branch": "main", "commit": "6a3924cee5a9f36d316f8e4a90c3020438d3513f" },
|
||||||
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
||||||
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
|
"lazydev.nvim": { "branch": "main", "commit": "01bc2aacd51cf9021eb19d048e70ce3dd09f7f93" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
|
||||||
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
|
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
|
||||||
"mason-nvim-dap.nvim": { "branch": "main", "commit": "4c2cdc69d69fe00c15ae8648f7e954d99e5de3ea" },
|
"mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" },
|
||||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
|
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
|
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
|
||||||
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
||||||
"neo-tree.nvim": { "branch": "main", "commit": "c4c168e459395275c552179a1baf9c3d885d6a74" },
|
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
|
||||||
"neoconf.nvim": { "branch": "main", "commit": "7a8d7fd36f95f5cbbf57d4a5c463f6c54ad54cd3" },
|
"neoconf.nvim": { "branch": "main", "commit": "757a4cc7e12cdd4e2fe5f4abe97769742f50bf98" },
|
||||||
"none-ls.nvim": { "branch": "main", "commit": "6617d47fbf275d197e3335022a3d33ff310a4b93" },
|
"none-ls.nvim": { "branch": "main", "commit": "550197530c12b4838d685cf4e0d5eb4cca8d52c7" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" },
|
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" },
|
||||||
"nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" },
|
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
|
||||||
"nvim-dap": { "branch": "master", "commit": "7367cec8e8f7a0b1e4566af9a7ef5959d11206a7" },
|
"nvim-dap": { "branch": "master", "commit": "b38f7d30366d9169d0a623c4c85fbcf99d8d58bb" },
|
||||||
"nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" },
|
"nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" },
|
||||||
"nvim-dap-python": { "branch": "master", "commit": "64652d1ae1db80870d9aac7132d76e37acd86a26" },
|
"nvim-dap-python": { "branch": "master", "commit": "64652d1ae1db80870d9aac7132d76e37acd86a26" },
|
||||||
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
|
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
|
||||||
|
|
@ -38,20 +38,20 @@
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" },
|
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" },
|
||||||
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
|
"nvim-treesitter-textobjects": { "branch": "master", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
||||||
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
||||||
"schemastore.nvim": { "branch": "main", "commit": "667eaa5da8f66f1dd97c905a12dd1eb544a2d259" },
|
"schemastore.nvim": { "branch": "main", "commit": "a025c78b147affef1aabb8aa360c92be2e0377a0" },
|
||||||
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
||||||
"snacks.nvim": { "branch": "main", "commit": "da230e3ca8146da4b73752daaf0a1d07d343c12d" },
|
"snacks.nvim": { "branch": "main", "commit": "a4e46becca45eb65c73a388634b1ce8aad629ae0" },
|
||||||
"sqls.nvim": { "branch": "main", "commit": "bfb7b4090268f6163c408577070da4cc9d7450fd" },
|
"sqls.nvim": { "branch": "main", "commit": "bfb7b4090268f6163c408577070da4cc9d7450fd" },
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
||||||
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
||||||
"typst-preview.nvim": { "branch": "master", "commit": "1603d37bb44ed2efa0b4378d1dfedc087b4f2141" },
|
"typst-preview.nvim": { "branch": "master", "commit": "291972a39db85c5d2e76249748aba4206dfd3bc2" },
|
||||||
"typst.vim": { "branch": "main", "commit": "323539709e29a537ff39dfce6c05f175a8921504" },
|
"typst.vim": { "branch": "main", "commit": "235e0423ab8b1ec83a29d8b1a45cfbd6c0296382" },
|
||||||
"venv-selector.nvim": { "branch": "main", "commit": "7fff64b5b1455207b9a9fd2ae8697cf9ac0b2a2d" },
|
"venv-selector.nvim": { "branch": "main", "commit": "58bae72c84b9f7f864c879ec1896e384296f9ffb" },
|
||||||
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" },
|
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
|
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ FgColor=#ffffff
|
||||||
Font="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
Font="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
HideItems=false
|
HideItems=false
|
||||||
LastSlide=
|
LastSlide=
|
||||||
|
NoItemTooltip=false
|
||||||
OpenWithDefaultFileManager=false
|
OpenWithDefaultFileManager=false
|
||||||
PerScreenWallpaper=false
|
PerScreenWallpaper=false
|
||||||
ShadowColor=#000000
|
ShadowColor=#000000
|
||||||
|
|
@ -114,6 +115,6 @@ SidePaneMode=places
|
||||||
SidePaneVisible=true
|
SidePaneVisible=true
|
||||||
SplitView=false
|
SplitView=false
|
||||||
SplitViewTabsNum=0
|
SplitViewTabsNum=0
|
||||||
SplitterPos=250
|
SplitterPos=141
|
||||||
SwitchToNewTab=false
|
SwitchToNewTab=false
|
||||||
TabPaths=@Invalid()
|
TabPaths=@Invalid()
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
assets/no-events.svg
|
|
||||||
1
themes/Everforest/gnome-shell/no-events.svg
Symbolic link
1
themes/Everforest/gnome-shell/no-events.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
assets/no-events.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
assets/no-notifications.svg
|
|
||||||
1
themes/Everforest/gnome-shell/no-notifications.svg
Symbolic link
1
themes/Everforest/gnome-shell/no-notifications.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
assets/no-notifications.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
assets/process-working.svg
|
|
||||||
1
themes/Everforest/gnome-shell/process-working.svg
Symbolic link
1
themes/Everforest/gnome-shell/process-working.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
assets/process-working.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
checkbox-mixed-symbolic.svg
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
checkbox-mixed-symbolic@2.svg
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic@2.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
small-checkbox-mixed-symbolic.svg
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
small-checkbox-mixed-symbolic@2.svg
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic@2.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
checkbox-mixed-symbolic.svg
|
|
||||||
1
themes/Everforest/gtk-4.0/assets/radio-mixed-symbolic.svg
Symbolic link
1
themes/Everforest/gtk-4.0/assets/radio-mixed-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
checkbox-mixed-symbolic@2.svg
|
|
||||||
1
themes/Everforest/gtk-4.0/assets/radio-mixed-symbolic@2.svg
Symbolic link
1
themes/Everforest/gtk-4.0/assets/radio-mixed-symbolic@2.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic@2.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
small-checkbox-mixed-symbolic.svg
|
|
||||||
1
themes/Everforest/gtk-4.0/assets/small-radio-mixed-symbolic.svg
Symbolic link
1
themes/Everforest/gtk-4.0/assets/small-radio-mixed-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
small-checkbox-mixed-symbolic@2.svg
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic@2.svg
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
metacity-theme-3.xml
|
|
||||||
1
themes/Everforest/metacity-1/metacity-theme-1.xml
Symbolic link
1
themes/Everforest/metacity-1/metacity-theme-1.xml
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
metacity-theme-3.xml
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
metacity-theme-3.xml
|
|
||||||
1
themes/Everforest/metacity-1/metacity-theme-2.xml
Symbolic link
1
themes/Everforest/metacity-1/metacity-theme-2.xml
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
metacity-theme-3.xml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue