Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
a98542a455 | |||
ac788e4ff3
|
|||
30f106b78b | |||
11e6ebdf7b | |||
21295aff82 | |||
8ea623fbeb | |||
0c45bc876b | |||
1d2b09650a | |||
eebf5f34b2 | |||
1cbc4f6f2e | |||
078c3acc78 | |||
f3a81bb30a | |||
226acb4219 | |||
127855bf62 | |||
a7922627a8 | |||
14ffee3a35 | |||
ee43da5c0a | |||
![]() |
b378bb21aa | ||
![]() |
09aab312fb | ||
![]() |
addc08c706 | ||
![]() |
a7ad96f840 | ||
![]() |
6f39fae4b5 | ||
![]() |
065f714c38 | ||
![]() |
4f422b66b7 | ||
![]() |
b1383d2fe9
|
||
![]() |
657af244fa | ||
![]() |
2e645cb751 | ||
![]() |
f27c2ebcf5 | ||
![]() |
00048369ce | ||
![]() |
162e2be872 | ||
![]() |
3c9dcb58e8 | ||
![]() |
f5cdde39e5 | ||
![]() |
6f568326f5 | ||
![]() |
3f7caa2d76 | ||
![]() |
19894ec8c5 | ||
![]() |
6cf4143d12 | ||
![]() |
124c8cc837 | ||
![]() |
358e5f6e1b | ||
![]() |
87340a8298 | ||
![]() |
c4e31c360e | ||
![]() |
1f4293a16f | ||
![]() |
3c5a4789e4 | ||
![]() |
95d8577a2a | ||
![]() |
37133c95e5 | ||
![]() |
ca9fbdd542 | ||
![]() |
eb6c602a0b |
25
LICENSE
25
LICENSE
@@ -1,25 +0,0 @@
|
|||||||
BSD 2-Clause License
|
|
||||||
|
|
||||||
Copyright (c) 2017, Cromnix GNU/Linux
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright notice, this
|
|
||||||
list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
* Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35
Makefile
35
Makefile
@@ -1,35 +0,0 @@
|
|||||||
Version=0.4
|
|
||||||
|
|
||||||
PREFIX = /usr/local
|
|
||||||
SYSCONFDIR = /etc
|
|
||||||
|
|
||||||
ICONS = \
|
|
||||||
$(wildcard icons/*.svg) \
|
|
||||||
$(wildcard icons/*.png)
|
|
||||||
|
|
||||||
BACKGROUNDS = \
|
|
||||||
$(wildcard backgrounds/*.jpg)
|
|
||||||
|
|
||||||
install_icons:
|
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix
|
|
||||||
install -m0644 ${ICONS} $(DESTDIR)$(PREFIX)/share/icons/artix
|
|
||||||
|
|
||||||
install_backgrounds:
|
|
||||||
install -dm0755 $(DESTDIR)$(PREFIX)/share/backgrounds
|
|
||||||
install -m0755 ${BACKGROUNDS} $(DESTDIR)$(PREFIX)/share/backgrounds
|
|
||||||
|
|
||||||
uninstall_icons:
|
|
||||||
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/icons/artix/$$f; done
|
|
||||||
|
|
||||||
uninstall_backgrounds:
|
|
||||||
for f in ${BACKGROUNDS}; do rm -f $(DESTDIR)$(PREFIX)/share/backgrounds/$$f; done
|
|
||||||
|
|
||||||
install: install_icons install_backgrounds
|
|
||||||
|
|
||||||
uninstall: uninstall_icons uninstall_backgrounds
|
|
||||||
|
|
||||||
dist:
|
|
||||||
git archive --format=tar --prefix=desktop-presets-$(Version)/ $(Version) | gzip -9 > desktop-presets-$(Version).tar.gz
|
|
||||||
gpg --detach-sign --use-agent desktop-presets-$(Version).tar.gz
|
|
||||||
|
|
||||||
.PHONY: install uninstall dist
|
|
69
PKGBUILD
Normal file
69
PKGBUILD
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# Maintainer: nous <nous@artixlinux.org>
|
||||||
|
# Maintainer: artoo <artoo@artixlinux.org>
|
||||||
|
|
||||||
|
pkgbase=desktop-presets
|
||||||
|
#pkgbase=artix-${_pkgbase}
|
||||||
|
pkgname=('artix-common-presets' 'artix-mate-presets' 'artix-lxqt-presets' 'artix-lxde-presets')
|
||||||
|
pkgver=0.8+16+gac1c8c1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Artix graphical ISO presets'
|
||||||
|
arch=('any')
|
||||||
|
groups=(${pkgbase})
|
||||||
|
url="https://gitea.artixlinux.org/artix/desktop-presets"
|
||||||
|
license=('GPL')
|
||||||
|
depends=('artix-dark-theme')
|
||||||
|
conflicts=('desktop-presets')
|
||||||
|
makedepends=('git')
|
||||||
|
_commit=ac1c8c1edb95d26953966386177d9d815d1b16b8
|
||||||
|
source=("git+$url.git#commit=${_commit}")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd ${pkgbase}
|
||||||
|
git describe --tags | sed 's/-/+/g'
|
||||||
|
}
|
||||||
|
|
||||||
|
_inst_dir(){
|
||||||
|
cd ${pkgbase} #-${pkgver}
|
||||||
|
local profile="$1"
|
||||||
|
if [[ -d $profile/skel ]];then
|
||||||
|
install -d ${pkgdir}/etc
|
||||||
|
cp -vr $profile/skel ${pkgdir}/etc
|
||||||
|
fi
|
||||||
|
if [[ -d $profile/schemas ]];then
|
||||||
|
install -d ${pkgdir}/usr/share/glib-2.0
|
||||||
|
cp -vr $profile/schemas ${pkgdir}/usr/share/glib-2.0
|
||||||
|
fi
|
||||||
|
if [[ -d $profile/dconf ]];then
|
||||||
|
install -d ${pkgdir}/etc
|
||||||
|
cp -vr $profile/dconf ${pkgdir}/etc
|
||||||
|
fi
|
||||||
|
if [[ -d $profile/scripts ]];then
|
||||||
|
install -d ${pkgdir}/usr/bin
|
||||||
|
cp -v $profile/scripts/* ${pkgdir}/usr/bin
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
package_artix-common-presets() {
|
||||||
|
pkgdesc='Artix ISO presets, common files'
|
||||||
|
_inst_dir 'common'
|
||||||
|
}
|
||||||
|
|
||||||
|
package_artix-mate-presets() {
|
||||||
|
pkgdesc='Artix MATE ISO presets'
|
||||||
|
provides=('desktop-presets')
|
||||||
|
_inst_dir 'mate'
|
||||||
|
}
|
||||||
|
|
||||||
|
package_artix-lxqt-presets() {
|
||||||
|
pkgdesc='Artix LXQt ISO presets'
|
||||||
|
pkgver=0.12+16+gac1c8c1
|
||||||
|
provides=('desktop-presets')
|
||||||
|
_inst_dir 'lxqt'
|
||||||
|
}
|
||||||
|
|
||||||
|
package_artix-lxde-presets() {
|
||||||
|
pkgdesc='Artix LXDE ISO presets'
|
||||||
|
provides=('desktop-presets')
|
||||||
|
_inst_dir 'lxde'
|
||||||
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 286 KiB |
@@ -1,49 +0,0 @@
|
|||||||
[org.cinnamon]
|
|
||||||
alttab-switcher-style='thumbnails+preview'
|
|
||||||
enabled-applets=['panel1:left:0:menu@cinnamon.org:0', 'panel1:left:1:separator@cinnamon.org:1', 'panel1:left:2:panel-launchers@cinnamon.org:2', 'panel1:left:3:separator@cinnamon.org:3', 'panel1:left:4:expo@cinnamon.org:4', 'panel1:left:5:show-desktop@cinnamon.org:5', 'panel1:left:6:window-list@cinnamon.org:6', 'panel1:right:0:notifications@cinnamon.org:7', 'panel1:right:1:workspace-switcher@cinnamon.org:8', 'panel1:right:2:windows-quick-list@cinnamon.org:9', 'panel1:right:3:separator@cinnamon.org:10', 'panel1:right:4:removable-drives@cinnamon.org:11', 'panel1:right:5:systray@cinnamon.org:12', 'panel1:right:6:separator@cinnamon.org:13', 'panel1:right:7:network@cinnamon.org:14', 'panel1:right:8:sound@cinnamon.org:15', 'panel1:right:9:power@cinnamon.org:16', 'panel1:right:10:inhibit@cinnamon.org:17', 'panel1:right:11:calendar@cinnamon.org:18', 'panel1:right:12:user@cinnamon.org:19']
|
|
||||||
next-applet-id=20
|
|
||||||
panels-resizable=['1:true']
|
|
||||||
panels-height=['1:30']
|
|
||||||
|
|
||||||
[org.cinnamon.desktop.background]
|
|
||||||
picture-options='stretched'
|
|
||||||
picture-uri='file:///usr/share/backgrounds/artix.jpg'
|
|
||||||
|
|
||||||
[org.cinnamon.desktop.interface]
|
|
||||||
cursor-theme='Breeze'
|
|
||||||
font-name='Cantarell 10'
|
|
||||||
gtk-theme='Numix'
|
|
||||||
icon-theme='Vibrancy-Full-Dark-Teal'
|
|
||||||
|
|
||||||
[org.cinnamon.desktop.screensaver]
|
|
||||||
ask-for-away-message=false
|
|
||||||
date-format='%A %b %d'
|
|
||||||
font-date='Comfortaa Light 18'
|
|
||||||
font-message='Comfortaa Semi-Light 12'
|
|
||||||
font-time='Comfortaa Semi-Light 64'
|
|
||||||
use-custom-format=true
|
|
||||||
|
|
||||||
[org.cinnamon.desktop.wm.preferences]
|
|
||||||
num-workspaces=2
|
|
||||||
theme='Numix'
|
|
||||||
titlebar-font='Cantarell 10'
|
|
||||||
|
|
||||||
[org.cinnamon.theme]
|
|
||||||
name='Numix'
|
|
||||||
|
|
||||||
[org.gnome.Terminal.Legacy.Profile]
|
|
||||||
allow-bold=true
|
|
||||||
background-color='rgb(69,70,73)'
|
|
||||||
use-theme-colors=false
|
|
||||||
font='Droid Sans Mono Regular 11'
|
|
||||||
foreground-color='rgb(220,233,235)'
|
|
||||||
palette=['rgb(0,0,0)', 'rgb(170,0,0)', 'rgb(0,170,0)', 'rgb(170,85,0)', 'rgb(0,0,170)', 'rgb(170,0,170)', 'rgb(0,170,170)', 'rgb(170,170,170)', 'rgb(85,85,85)', 'rgb(255,85,85)', 'rgb(85,255,85)', 'rgb(255,255,85)', 'rgb(85,85,255)', 'rgb(255,85,255)', 'rgb(85,255,255)', 'rgb(255,255,255)']
|
|
||||||
rewrap-on-resize=true
|
|
||||||
visible-name='artix'
|
|
||||||
|
|
||||||
[org.nemo.desktop]
|
|
||||||
font='Cantarell 10'
|
|
||||||
computer-icon-visible=true
|
|
||||||
home-icon-visible=true
|
|
||||||
trash-icon-visible=false
|
|
||||||
volumes-visible=true
|
|
@@ -1,17 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
for i in $(gsettings list-schemas | grep cinnamon)
|
|
||||||
do
|
|
||||||
gsettings reset-recursively $i
|
|
||||||
done
|
|
||||||
|
|
||||||
## reset gnome-terminal profile
|
|
||||||
|
|
||||||
# get profile id
|
|
||||||
default_profile=$(gsettings get org.gnome.Terminal.ProfilesList default)
|
|
||||||
|
|
||||||
# strip the quotes
|
|
||||||
profile=${default_profile:1:-1}
|
|
||||||
|
|
||||||
# reset values
|
|
||||||
gsettings reset-recursively "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile/"
|
|
@@ -1 +0,0 @@
|
|||||||
/usr/share/backgrounds
|
|
@@ -1,167 +0,0 @@
|
|||||||
{
|
|
||||||
"layout": {
|
|
||||||
"type": "layout",
|
|
||||||
"pages": [
|
|
||||||
"panel",
|
|
||||||
"menu"
|
|
||||||
],
|
|
||||||
"panel": {
|
|
||||||
"type": "page",
|
|
||||||
"title": "Panel",
|
|
||||||
"sections": [
|
|
||||||
"panel-appear",
|
|
||||||
"panel-behave"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"menu": {
|
|
||||||
"type": "page",
|
|
||||||
"title": "Menu",
|
|
||||||
"sections": [
|
|
||||||
"menu-layout",
|
|
||||||
"menu-behave"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"panel-appear": {
|
|
||||||
"type": "section",
|
|
||||||
"title": "Appearance",
|
|
||||||
"keys": [
|
|
||||||
"menu-icon-custom",
|
|
||||||
"menu-icon",
|
|
||||||
"menu-label"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"panel-behave": {
|
|
||||||
"type": "section",
|
|
||||||
"title": "Behavior",
|
|
||||||
"keys": [
|
|
||||||
"overlay-key",
|
|
||||||
"activate-on-hover",
|
|
||||||
"hover-delay",
|
|
||||||
"enable-animation"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"menu-layout": {
|
|
||||||
"type": "section",
|
|
||||||
"title": "Layout and content",
|
|
||||||
"keys": [
|
|
||||||
"show-category-icons",
|
|
||||||
"show-application-icons",
|
|
||||||
"favbox-show",
|
|
||||||
"show-places",
|
|
||||||
"menu-editor-button"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"menu-behave": {
|
|
||||||
"type": "section",
|
|
||||||
"title": "Behavior",
|
|
||||||
"keys": [
|
|
||||||
"enable-autoscroll",
|
|
||||||
"search-filesystem"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"overlay-key": {
|
|
||||||
"type": "keybinding",
|
|
||||||
"description": "Keyboard shortcut to open and close the menu",
|
|
||||||
"default": "Super_L::Super_R",
|
|
||||||
"value": "Super_L::Super_R"
|
|
||||||
},
|
|
||||||
"menu-icon-custom": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": false,
|
|
||||||
"description": "Use a custom icon",
|
|
||||||
"tooltip": "Unchecking this allows the theme to set the icon",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"menu-icon": {
|
|
||||||
"type": "iconfilechooser",
|
|
||||||
"default": "/usr/share/cinnamon/theme/menu-symbolic.svg",
|
|
||||||
"description": "Icon",
|
|
||||||
"tooltip": "Select an icon to show in the panel.",
|
|
||||||
"dependency": "menu-icon-custom",
|
|
||||||
"indent": "true",
|
|
||||||
"value": "/usr/share/cinnamon/theme/menu-symbolic.svg"
|
|
||||||
},
|
|
||||||
"menu-label": {
|
|
||||||
"type": "entry",
|
|
||||||
"default": "Menu",
|
|
||||||
"description": "Text",
|
|
||||||
"tooltip": "Enter custom text to show in the panel.",
|
|
||||||
"value": "Menu"
|
|
||||||
},
|
|
||||||
"show-category-icons": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Show category icons",
|
|
||||||
"tooltip": "Choose whether or not to show icons on categories.",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"show-application-icons": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Show application icons",
|
|
||||||
"tooltip": "Choose whether or not to show icons on applications.",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"favbox-show": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Show favorites and quit options",
|
|
||||||
"tooltip": "Choose whether or not to show the left pane of the menu.",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"show-places": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Show bookmarks and places",
|
|
||||||
"tooltip": "Choose whether or not to show bookmarks and places in the menu.",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"enable-autoscroll": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Enable autoscrolling in application list",
|
|
||||||
"tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"search-filesystem": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": false,
|
|
||||||
"description": "Enable filesystem path entry in search box",
|
|
||||||
"tooltip": "Allows path entry in the menu search box.",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
"activate-on-hover": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": false,
|
|
||||||
"description": "Open the menu when I move my mouse over it",
|
|
||||||
"tooltip": "Enable opening the menu when the mouse enters the applet",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
"hover-delay": {
|
|
||||||
"type": "spinbutton",
|
|
||||||
"default": 0,
|
|
||||||
"min": 0,
|
|
||||||
"max": 1000,
|
|
||||||
"step": 50,
|
|
||||||
"units": "milliseconds",
|
|
||||||
"dependency": "activate-on-hover",
|
|
||||||
"description": "Menu hover delay",
|
|
||||||
"tooltip": "Delay before the menu opens when hovered",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"enable-animation": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": false,
|
|
||||||
"description": "Use menu animations",
|
|
||||||
"tooltip": "Allow the menu to animate on open and close",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
"menu-editor-button": {
|
|
||||||
"type": "button",
|
|
||||||
"description": "Open the menu editor",
|
|
||||||
"callback": "_launch_editor",
|
|
||||||
"tooltip": "Press this button to customize your menu entries."
|
|
||||||
},
|
|
||||||
"__md5__": "2d57389c9dbdb1d8347645414e45eb1f"
|
|
||||||
}
|
|
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"section1": {
|
|
||||||
"type": "section",
|
|
||||||
"description": "Behavior"
|
|
||||||
},
|
|
||||||
"launcherList": {
|
|
||||||
"type": "generic",
|
|
||||||
"default": [
|
|
||||||
"firefox.desktop",
|
|
||||||
"org.gnome.Terminal.desktop",
|
|
||||||
"nemo.desktop"
|
|
||||||
],
|
|
||||||
"value": [
|
|
||||||
"midori.desktop",
|
|
||||||
"firefox.desktop",
|
|
||||||
"org.gnome.Terminal.desktop",
|
|
||||||
"nemo.desktop"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"allow-dragging": {
|
|
||||||
"type": "switch",
|
|
||||||
"default": true,
|
|
||||||
"description": "Allow dragging of launchers",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
"__md5__": "366f8e129abf9622014c95f26ce5aa0f"
|
|
||||||
}
|
|
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<gconf>
|
|
||||||
<entry name="gtk_theme" mtime="1367400973" type="string">
|
|
||||||
<stringvalue>Numix</stringvalue>
|
|
||||||
</entry>
|
|
||||||
</gconf>
|
|
@@ -1,53 +0,0 @@
|
|||||||
[Default Applications]
|
|
||||||
image/bmp=pix.desktop
|
|
||||||
image/gif=pix.desktop
|
|
||||||
image/jpeg=pix.desktop
|
|
||||||
image/jpg=pix.desktop
|
|
||||||
image/pjpeg=pix.desktop
|
|
||||||
image/png=pix.desktop
|
|
||||||
image/tiff=pix.desktop
|
|
||||||
image/x-bmp=pix.desktop
|
|
||||||
image/x-gray=pix.desktop
|
|
||||||
image/x-icb=pix.desktop
|
|
||||||
image/x-ico=pix.desktop
|
|
||||||
image/x-png=pix.desktop
|
|
||||||
image/x-portable-anymap=pix.desktop
|
|
||||||
image/x-portable-bitmap=pix.desktop
|
|
||||||
image/x-portable-graymap=pix.desktop
|
|
||||||
image/x-portable-pixmap=pix.desktop
|
|
||||||
image/x-xbitmap=pix.desktop
|
|
||||||
image/x-xpixmap=pix.desktop
|
|
||||||
image/x-pcx=pix.desktop
|
|
||||||
image/svg+xml=pix.desktop
|
|
||||||
image/svg+xml-compressed=pix.desktop
|
|
||||||
image/vnd.wap.wbmp=pix.desktop
|
|
||||||
application/pdf=xreader.desktop
|
|
||||||
application/x-bittorrent=transmission-gtk.desktop
|
|
||||||
text/plain=xed.desktop
|
|
||||||
|
|
||||||
[Added Associations]
|
|
||||||
image/bmp=pix.desktop;
|
|
||||||
image/gif=pix.desktop;
|
|
||||||
image/jpeg=pix.desktop;
|
|
||||||
image/jpg=pix.desktop;
|
|
||||||
image/pjpeg=pix.desktop;
|
|
||||||
image/png=pix.desktop;
|
|
||||||
image/tiff=pix.desktop;
|
|
||||||
image/x-bmp=pix.desktop;
|
|
||||||
image/x-gray=pix.desktop;
|
|
||||||
image/x-icb=pix.desktop;
|
|
||||||
image/x-ico=pix.desktop;
|
|
||||||
image/x-png=pix.desktop;
|
|
||||||
image/x-portable-anymap=pix.desktop;
|
|
||||||
image/x-portable-bitmap=pix.desktop;
|
|
||||||
image/x-portable-graymap=pix.desktop;
|
|
||||||
image/x-portable-pixmap=pix.desktop;
|
|
||||||
image/x-xbitmap=pix.desktop;
|
|
||||||
image/x-xpixmap=pix.desktop;
|
|
||||||
image/x-pcx=pix.desktop;
|
|
||||||
image/svg+xml=pix.desktop;
|
|
||||||
image/svg+xml-compressed=pix.desktop;
|
|
||||||
image/vnd.wap.wbmp=pix.desktop;
|
|
||||||
application/pdf=xreader.desktop;
|
|
||||||
application/x-bittorrent=transmission-gtk.desktop;
|
|
||||||
text/plain=xed.desktop;
|
|
@@ -1,22 +0,0 @@
|
|||||||
[Appearance]
|
|
||||||
color_scheme_path=
|
|
||||||
custom_palette=false
|
|
||||||
icon_theme=Vibrancy-Full-Dark-Teal
|
|
||||||
style=gtk2
|
|
||||||
|
|
||||||
[Fonts]
|
|
||||||
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
|
||||||
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
|
||||||
|
|
||||||
[Interface]
|
|
||||||
activate_item_on_single_click=1
|
|
||||||
buttonbox_layout=0
|
|
||||||
cursor_flash_time=1000
|
|
||||||
dialog_buttons_have_icons=1
|
|
||||||
double_click_interval=400
|
|
||||||
gui_effects=@Invalid()
|
|
||||||
menus_have_icons=true
|
|
||||||
stylesheets=@Invalid()
|
|
||||||
|
|
||||||
[SettingsWindow]
|
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x1\x9a\0\0\x1\x1\0\0\x3\xd8\0\0\x3w\0\0\x1\x9b\0\0\x1\x19\0\0\x3\xd7\0\0\x3v\0\0\0\0\0\0\0\0\x5\0)
|
|
@@ -1,9 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Root Filemanager
|
|
||||||
Encoding=UTF-8
|
|
||||||
Exec=gksu nemo
|
|
||||||
Icon=gksu
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
StartupNotify=false
|
|
||||||
Categories=GNOME;GTK;Utility;Core;
|
|
25
common/skel/.config/atril/atril_toolbar.xml
Normal file
25
common/skel/.config/atril/atril_toolbar.xml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<toolbars version="1.0">
|
||||||
|
<toolbar name="DefaultToolBar" hidden="false" editable="true">
|
||||||
|
<toolitem name="ViewSidebar"/>
|
||||||
|
<toolitem name="GoPreviousPage"/>
|
||||||
|
<toolitem name="GoNextPage"/>
|
||||||
|
<toolitem name="GoFirstPage"/>
|
||||||
|
<toolitem name="GoLastPage"/>
|
||||||
|
<separator/>
|
||||||
|
<toolitem name="PageSelector"/>
|
||||||
|
<toolitem name="Navigation"/>
|
||||||
|
<toolitem name="ViewContinuous"/>
|
||||||
|
<toolitem name="ViewDual"/>
|
||||||
|
<toolitem name="ViewFitWidth"/>
|
||||||
|
<toolitem name="ViewFitPage"/>
|
||||||
|
<toolitem name="ViewInvertedColors"/>
|
||||||
|
<separator/>
|
||||||
|
<toolitem name="ViewZoom"/>
|
||||||
|
<toolitem name="ViewZoomIn"/>
|
||||||
|
<toolitem name="ViewZoomOut"/>
|
||||||
|
<toolitem name="EditRotateLeft"/>
|
||||||
|
<toolitem name="EditRotateRight"/>
|
||||||
|
<toolitem name="ViewFullscreen"/>
|
||||||
|
</toolbar>
|
||||||
|
</toolbars>
|
1
common/skel/.config/atril/hexchat/addon_checksum.conf
Normal file
1
common/skel/.config/atril/hexchat/addon_checksum.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
limit = 256
|
42
common/skel/.config/atril/hexchat/colors.conf
Normal file
42
common/skel/.config/atril/hexchat/colors.conf
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
color_0 = d3d3 d7d7 cfcf
|
||||||
|
color_1 = 2e2e 3434 3636
|
||||||
|
color_2 = 3434 6565 a4a4
|
||||||
|
color_3 = 4e4e 9a9a 0606
|
||||||
|
color_4 = cccc 0000 0000
|
||||||
|
color_5 = 8f8f 3939 0202
|
||||||
|
color_6 = 5c5c 3535 6666
|
||||||
|
color_7 = cece 5c5c 0000
|
||||||
|
color_8 = c4c4 a0a0 0000
|
||||||
|
color_9 = 7373 d2d2 1616
|
||||||
|
color_10 = 1111 a8a8 7979
|
||||||
|
color_11 = 5858 a1a1 9d9d
|
||||||
|
color_12 = 5757 7979 9e9e
|
||||||
|
color_13 = a0d0 42d4 6562
|
||||||
|
color_14 = 5555 5757 5353
|
||||||
|
color_15 = 8888 8a8a 8585
|
||||||
|
color_16 = d3d3 d7d7 cfcf
|
||||||
|
color_17 = 2e2e 3434 3636
|
||||||
|
color_18 = 3434 6565 a4a4
|
||||||
|
color_19 = 4e4e 9a9a 0606
|
||||||
|
color_20 = cccc 0000 0000
|
||||||
|
color_21 = 8f8f 3939 0202
|
||||||
|
color_22 = 5c5c 3535 6666
|
||||||
|
color_23 = cece 5c5c 0000
|
||||||
|
color_24 = c4c4 a0a0 0000
|
||||||
|
color_25 = 7373 d2d2 1616
|
||||||
|
color_26 = 1111 a8a8 7979
|
||||||
|
color_27 = 5858 a1a1 9d9d
|
||||||
|
color_28 = 5757 7979 9e9e
|
||||||
|
color_29 = a0d0 42d4 6562
|
||||||
|
color_30 = 294a 2ba9 26eb
|
||||||
|
color_31 = 4029 4029 4029
|
||||||
|
color_256 = d3d3 d7d7 cfcf
|
||||||
|
color_257 = 2020 4a4a 8787
|
||||||
|
color_258 = dae6 dae6 dae6
|
||||||
|
color_259 = 0000 0000 0000
|
||||||
|
color_260 = 8f8f 3939 0202
|
||||||
|
color_261 = 3434 6565 a4a4
|
||||||
|
color_262 = 4e4e 9a9a 0606
|
||||||
|
color_263 = cece 5c5c 0000
|
||||||
|
color_264 = 8888 8a8a 8585
|
||||||
|
color_265 = a4a4 0000 0000
|
210
common/skel/.config/atril/hexchat/hexchat.conf
Normal file
210
common/skel/.config/atril/hexchat/hexchat.conf
Normal file
@@ -0,0 +1,210 @@
|
|||||||
|
version = 2.14.1
|
||||||
|
away_auto_unmark = 0
|
||||||
|
away_omit_alerts = 0
|
||||||
|
away_reason = I'm busy
|
||||||
|
away_show_once = 1
|
||||||
|
away_size_max = 300
|
||||||
|
away_timeout = 60
|
||||||
|
away_track = 1
|
||||||
|
completion_amount = 5
|
||||||
|
completion_auto = 0
|
||||||
|
completion_sort = 1
|
||||||
|
completion_suffix = :
|
||||||
|
dcc_auto_chat = 0
|
||||||
|
dcc_auto_recv = 1
|
||||||
|
dcc_auto_resume = 1
|
||||||
|
dcc_blocksize = 1024
|
||||||
|
dcc_completed_dir =
|
||||||
|
dcc_fast_send = 1
|
||||||
|
dcc_global_max_get_cps = 0
|
||||||
|
dcc_global_max_send_cps = 0
|
||||||
|
dcc_ip =
|
||||||
|
dcc_ip_from_server = 0
|
||||||
|
dcc_max_get_cps = 0
|
||||||
|
dcc_max_send_cps = 0
|
||||||
|
dcc_permissions = 384
|
||||||
|
dcc_port_first = 0
|
||||||
|
dcc_port_last = 0
|
||||||
|
dcc_remove = 0
|
||||||
|
dcc_save_nick = 0
|
||||||
|
dcc_send_fillspaces = 0
|
||||||
|
dcc_stall_timeout = 60
|
||||||
|
dcc_timeout = 180
|
||||||
|
flood_ctcp_num = 5
|
||||||
|
flood_ctcp_time = 30
|
||||||
|
flood_msg_num = 5
|
||||||
|
flood_msg_time = 30
|
||||||
|
gui_autoopen_chat = 1
|
||||||
|
gui_autoopen_dialog = 1
|
||||||
|
gui_autoopen_recv = 1
|
||||||
|
gui_autoopen_send = 1
|
||||||
|
gui_chanlist_maxusers = 9999
|
||||||
|
gui_chanlist_minusers = 5
|
||||||
|
gui_compact = 0
|
||||||
|
gui_dialog_height = 256
|
||||||
|
gui_dialog_left = 0
|
||||||
|
gui_dialog_top = 0
|
||||||
|
gui_dialog_width = 500
|
||||||
|
gui_filesize_iec = 0
|
||||||
|
gui_focus_omitalerts = 0
|
||||||
|
gui_hide_menu = 0
|
||||||
|
gui_input_attr = 1
|
||||||
|
gui_input_icon = 1
|
||||||
|
gui_input_nick = 1
|
||||||
|
gui_input_spell = 1
|
||||||
|
gui_input_style = 1
|
||||||
|
gui_join_dialog = 1
|
||||||
|
gui_lagometer = 2
|
||||||
|
gui_lang = 15
|
||||||
|
gui_mode_buttons = 0
|
||||||
|
gui_pane_divider_position = 0
|
||||||
|
gui_pane_left_size = 128
|
||||||
|
gui_pane_right_size = 100
|
||||||
|
gui_pane_right_size_min = 80
|
||||||
|
gui_quit_dialog = 1
|
||||||
|
gui_search_pos = 0
|
||||||
|
gui_slist_fav = 0
|
||||||
|
gui_slist_select = 0
|
||||||
|
gui_slist_skip = 1
|
||||||
|
gui_tab_chans = 1
|
||||||
|
gui_tab_dialogs = 1
|
||||||
|
gui_tab_dots = 0
|
||||||
|
gui_tab_icons = 1
|
||||||
|
gui_tab_layout = 0
|
||||||
|
gui_tab_middleclose = 1
|
||||||
|
gui_tab_newtofront = 2
|
||||||
|
gui_tab_pos = 6
|
||||||
|
gui_tab_scrollchans = 0
|
||||||
|
gui_tab_server = 1
|
||||||
|
gui_tab_small = 0
|
||||||
|
gui_tab_sort = 1
|
||||||
|
gui_tab_trunc = 20
|
||||||
|
gui_tab_utils = 0
|
||||||
|
gui_throttlemeter = 2
|
||||||
|
gui_topicbar = 1
|
||||||
|
gui_transparency = 255
|
||||||
|
gui_tray = 1
|
||||||
|
gui_tray_away = 0
|
||||||
|
gui_tray_blink = 1
|
||||||
|
gui_tray_close = 0
|
||||||
|
gui_tray_minimize = 0
|
||||||
|
gui_tray_quiet = 0
|
||||||
|
gui_ulist_buttons = 0
|
||||||
|
gui_ulist_color = 1
|
||||||
|
gui_ulist_count = 1
|
||||||
|
gui_ulist_doubleclick = QUERY %s
|
||||||
|
gui_ulist_hide = 0
|
||||||
|
gui_ulist_icons = 1
|
||||||
|
gui_ulist_pos = 3
|
||||||
|
gui_ulist_show_hosts = 0
|
||||||
|
gui_ulist_sort = 0
|
||||||
|
gui_ulist_style = 1
|
||||||
|
gui_url_mod = 0
|
||||||
|
gui_usermenu = 0
|
||||||
|
gui_win_height = 728
|
||||||
|
gui_win_fullscreen = 0
|
||||||
|
gui_win_left = 282
|
||||||
|
gui_win_modes = 1
|
||||||
|
gui_win_save = 1
|
||||||
|
gui_win_state = 0
|
||||||
|
gui_win_swap = 0
|
||||||
|
gui_win_top = 122
|
||||||
|
gui_win_ucount = 1
|
||||||
|
gui_win_width = 1103
|
||||||
|
identd_server = 0
|
||||||
|
identd_port = 0
|
||||||
|
input_balloon_chans = 0
|
||||||
|
input_balloon_hilight = 0
|
||||||
|
input_balloon_priv = 0
|
||||||
|
input_beep_chans = 0
|
||||||
|
input_beep_hilight = 0
|
||||||
|
input_beep_priv = 0
|
||||||
|
input_command_char = /
|
||||||
|
input_filter_beep = 1
|
||||||
|
input_flash_chans = 0
|
||||||
|
input_flash_hilight = 1
|
||||||
|
input_flash_priv = 1
|
||||||
|
input_perc_ascii = 0
|
||||||
|
input_perc_color = 0
|
||||||
|
input_tray_chans = 0
|
||||||
|
input_tray_hilight = 1
|
||||||
|
input_tray_priv = 1
|
||||||
|
irc_auto_rejoin = 0
|
||||||
|
irc_reconnect_rejoin = 1
|
||||||
|
irc_ban_type = 1
|
||||||
|
irc_cap_server_time = 1
|
||||||
|
irc_conf_mode = 0
|
||||||
|
irc_extra_hilight =
|
||||||
|
irc_hide_nickchange = 0
|
||||||
|
irc_hide_version = 0
|
||||||
|
irc_hidehost = 0
|
||||||
|
irc_id_ntext =
|
||||||
|
irc_id_ytext =
|
||||||
|
irc_invisible = 0
|
||||||
|
irc_join_delay = 5
|
||||||
|
irc_logging = 1
|
||||||
|
irc_logmask = %n/%c.log
|
||||||
|
irc_nick1 = artix_live_1
|
||||||
|
irc_nick2 = artix_live_2
|
||||||
|
irc_nick3 = artix_live_3
|
||||||
|
irc_nick_hilight =
|
||||||
|
irc_no_hilight = NickServ,ChanServ,InfoServ,N,Q
|
||||||
|
irc_notice_pos = 0
|
||||||
|
irc_part_reason = Leaving
|
||||||
|
irc_quit_reason = Leaving
|
||||||
|
irc_raw_modes = 0
|
||||||
|
irc_real_name = realname
|
||||||
|
irc_servernotice = 0
|
||||||
|
irc_skip_motd = 0
|
||||||
|
irc_user_name = loouom
|
||||||
|
irc_wallops = 0
|
||||||
|
irc_who_join = 1
|
||||||
|
irc_whois_front = 1
|
||||||
|
net_auto_reconnect = 1
|
||||||
|
net_auto_reconnectonfail = 0
|
||||||
|
net_bind_host =
|
||||||
|
net_ping_timeout = 60
|
||||||
|
net_proxy_auth = 0
|
||||||
|
net_proxy_host =
|
||||||
|
net_proxy_pass =
|
||||||
|
net_proxy_port = 0
|
||||||
|
net_proxy_type = 0
|
||||||
|
net_proxy_use = 0
|
||||||
|
net_proxy_user =
|
||||||
|
net_reconnect_delay = 10
|
||||||
|
net_throttle = 1
|
||||||
|
notify_timeout = 15
|
||||||
|
notify_whois_online = 0
|
||||||
|
perl_warnings = 0
|
||||||
|
stamp_log = 1
|
||||||
|
stamp_log_format = %b %d %H:%M:%S
|
||||||
|
stamp_text = 1
|
||||||
|
stamp_text_format = [%H:%M:%S]
|
||||||
|
text_autocopy_color = 0
|
||||||
|
text_autocopy_stamp = 0
|
||||||
|
text_autocopy_text = 1
|
||||||
|
text_background =
|
||||||
|
text_color_nicks = 1
|
||||||
|
text_font = Monospace 10
|
||||||
|
text_font_main = Monospace 9
|
||||||
|
text_font_alternative = Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont
|
||||||
|
text_indent = 1
|
||||||
|
text_max_indent = 256
|
||||||
|
text_max_lines = 5000
|
||||||
|
text_replay = 1
|
||||||
|
text_search_case_match = 0
|
||||||
|
text_search_highlight_all = 0
|
||||||
|
text_search_follow = 1
|
||||||
|
text_search_regexp = 0
|
||||||
|
text_show_marker = 1
|
||||||
|
text_show_sep = 1
|
||||||
|
text_spell_langs = en_US
|
||||||
|
text_stripcolor_msg = 0
|
||||||
|
text_stripcolor_replay = 1
|
||||||
|
text_stripcolor_topic = 1
|
||||||
|
text_thin_sep = 1
|
||||||
|
text_transparent = 0
|
||||||
|
text_wordwrap = 1
|
||||||
|
url_grabber = 1
|
||||||
|
url_grabber_limit = 100
|
||||||
|
url_logging = 0
|
12
common/skel/.config/atril/hexchat/servlist.conf
Normal file
12
common/skel/.config/atril/hexchat/servlist.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
v=2.14.1
|
||||||
|
|
||||||
|
N=freenode
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=63
|
||||||
|
D=1
|
||||||
|
S=chat.freenode.net
|
||||||
|
S=irc.freenode.net
|
||||||
|
J=#artix
|
||||||
|
J=#artix-unregistered
|
||||||
|
|
41
common/skel/.config/fontconfig/fonts.conf
Normal file
41
common/skel/.config/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
||||||
|
<fontconfig>
|
||||||
|
<include ignore_missing="yes">conf.d</include>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="lcdfilter" mode="assign">
|
||||||
|
<const>lcddefault</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<edit name="dpi" mode="assign">
|
||||||
|
<double>96</double>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="rgba" mode="assign">
|
||||||
|
<const>rgb</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
11
common/skel/.config/gtk-2.0/gtkfilechooser.ini
Normal file
11
common/skel/.config/gtk-2.0/gtkfilechooser.ini
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Filechooser Settings]
|
||||||
|
LocationMode=path-bar
|
||||||
|
ShowHidden=false
|
||||||
|
ShowSizeColumn=true
|
||||||
|
GeometryX=249
|
||||||
|
GeometryY=127
|
||||||
|
GeometryWidth=942
|
||||||
|
GeometryHeight=643
|
||||||
|
SortColumn=name
|
||||||
|
SortOrder=ascending
|
||||||
|
StartupMode=recent
|
16
common/skel/.config/gtk-3.0/settings.ini
Normal file
16
common/skel/.config/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Artix-dark
|
||||||
|
gtk-icon-theme-name=nuoveXT2
|
||||||
|
gtk-font-name=Fira Sans 11
|
||||||
|
gtk-cursor-theme-size=18
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_BUTTON
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintfull
|
||||||
|
gtk-xft-rgba=rgb
|
||||||
|
gtk-cursor-theme-name=Premium
|
7
common/skel/.config/leafpad/leafpadrc
Normal file
7
common/skel/.config/leafpad/leafpadrc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
0.8.18.1
|
||||||
|
600
|
||||||
|
400
|
||||||
|
Monospace 11
|
||||||
|
1
|
||||||
|
0
|
||||||
|
1
|
BIN
common/skel/.face
Normal file
BIN
common/skel/.face
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
1
common/skel/.face.icon
Symbolic link
1
common/skel/.face.icon
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
.face
|
5
common/skel/.icons/default/index.theme
Normal file
5
common/skel/.icons/default/index.theme
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# This file is written by LXAppearance. Do not edit.
|
||||||
|
[Icon Theme]
|
||||||
|
Name=Default
|
||||||
|
Comment=Default Cursor Theme
|
||||||
|
Inherits=Premium
|
BIN
icons/logo.png
BIN
icons/logo.png
Binary file not shown.
Before Width: | Height: | Size: 114 KiB |
2107
icons/logo.svg
2107
icons/logo.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 155 KiB |
Binary file not shown.
Before Width: | Height: | Size: 110 KiB |
2216
icons/logo_text.svg
2216
icons/logo_text.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 164 KiB |
4
lxde/dconf/db/mate.d/connman
Normal file
4
lxde/dconf/db/mate.d/connman
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[net/connman/gtk]
|
||||||
|
launch-to-tray=true
|
||||||
|
openconnect-use-fsid-by-default=false
|
||||||
|
status-icon-enabled=true
|
63
lxde/dconf/db/mate.d/panel
Normal file
63
lxde/dconf/db/mate.d/panel
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
[org/mate/panel/general]
|
||||||
|
toplevel-id-list=['bottom']
|
||||||
|
object-id-list=['main-menu', 'show-desktop', 'terminal', 'window-list', 'drive-mounter', 'notification-area', 'clock-applet']
|
||||||
|
|
||||||
|
[org/mate/panel/toplevels/bottom]
|
||||||
|
orientation='bottom'
|
||||||
|
size=30
|
||||||
|
|
||||||
|
[org/mate/panel/objects/main-menu]
|
||||||
|
object-type='menu'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
|
||||||
|
[org/mate/panel/objects/show-desktop]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='WnckletFactory::ShowDesktopApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=false
|
||||||
|
position=1
|
||||||
|
|
||||||
|
[org/mate/panel/objects/terminal]
|
||||||
|
launcher-location='/usr/share/applications/mate-terminal.desktop'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=1
|
||||||
|
object-type='launcher'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/window-list]
|
||||||
|
applet-iid='WnckletFactory::WindowListApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=2
|
||||||
|
object-type='applet'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/drive-mounter]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='DriveMountAppletFactory::DriveMountApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=2
|
||||||
|
|
||||||
|
[org/mate/panel/objects/indicators]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='IndicatorAppletCompleteFactory::IndicatorAppletComplete'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=2
|
||||||
|
|
||||||
|
[org/mate/panel/objects/notification-area]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='NotificationAreaAppletFactory::NotificationArea'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=1
|
||||||
|
|
||||||
|
[org/mate/panel/objects/clock-applet]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='ClockAppletFactory::ClockApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=0
|
||||||
|
|
||||||
|
[org/mate/panel/objects/clock-applet/prefs]
|
||||||
|
show-date=false
|
48
lxde/dconf/db/mate.d/theme
Normal file
48
lxde/dconf/db/mate.d/theme
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
[org/mate/desktop/background]
|
||||||
|
picture-filename='/usr/share/backgrounds/GradientGlowBlue.jpg'
|
||||||
|
|
||||||
|
[org/mate/pluma]
|
||||||
|
auto-indent=true
|
||||||
|
insert-spaces=true
|
||||||
|
color-scheme='Artix-dark'
|
||||||
|
|
||||||
|
[org/mate/caja/desktop]
|
||||||
|
computer-icon-visible=true
|
||||||
|
|
||||||
|
[org/mate/marco/general]
|
||||||
|
num-workspaces=1
|
||||||
|
theme='Spidey'
|
||||||
|
|
||||||
|
[org/mate/caja/preferences]
|
||||||
|
show-image-thumbnails='always'
|
||||||
|
|
||||||
|
[org/mate/desktop/font-rendering]
|
||||||
|
hinting='slight'
|
||||||
|
|
||||||
|
[org/mate/desktop/media-handling]
|
||||||
|
automount-open=false
|
||||||
|
|
||||||
|
[org/mate/screensaver]
|
||||||
|
lock-enabled=false
|
||||||
|
mode='blank-only'
|
||||||
|
themes='[]'
|
||||||
|
|
||||||
|
[org/mate/desktop/interface]
|
||||||
|
gtk-theme='Artix-dark'
|
||||||
|
icon-theme='matefaenzadark'
|
||||||
|
gtk-color-scheme='base_color:#2B2B2C\nfg_color:#e3e3e3\ntooltip_fg_color:#eaeaea\nselected_bg_color:#4080fb\nselected_fg_color:#eaeaea\ntext_color:#e3e3e3\nbg_color:#323131\ninsensitive_bg_color:#434446\ntooltip_bg_color:#343434\nlink_color:#4080fb'
|
||||||
|
|
||||||
|
[org/mate/panel/general]
|
||||||
|
locked-down=false
|
||||||
|
|
||||||
|
[org/mate/power-manager]
|
||||||
|
backlight-battery-reduce=false
|
||||||
|
|
||||||
|
[org/mate/desktop/peripherals/keyboard]
|
||||||
|
numlock-state='on'
|
||||||
|
|
||||||
|
[org/mate/desktop/peripherals/mouse]
|
||||||
|
cursor-theme='Premium'
|
||||||
|
|
||||||
|
[org/mate/notification-daemon]
|
||||||
|
theme='standard'
|
2
lxde/dconf/profile/user
Normal file
2
lxde/dconf/profile/user
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
user-db:user
|
||||||
|
system-db:mate
|
5
lxde/schemas/99_artix-mate.gschema.override
Normal file
5
lxde/schemas/99_artix-mate.gschema.override
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[org.mate.panel.object]
|
||||||
|
custom-icon='/usr/share/icons/artix/logo.svg'
|
||||||
|
object-type='menu'
|
||||||
|
use-custom-icon=true
|
||||||
|
|
9
lxde/skel/.config/autostart/connman-gtk.desktop
Normal file
9
lxde/skel/.config/autostart/connman-gtk.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=connman-gtk
|
||||||
|
Hidden=false
|
||||||
|
X-MATE-Autostart-enabled=true
|
||||||
|
Name[en_US]=ConnMan GTK
|
||||||
|
Name=ConnMan GTK
|
||||||
|
Comment[en_US]=
|
||||||
|
Comment=
|
49
lxde/skel/.config/autostart/lxpolkit.desktop
Normal file
49
lxde/skel/.config/autostart/lxpolkit.desktop
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=LXPolKit
|
||||||
|
Name[cs]=LXPolKit
|
||||||
|
Name[el]=LXPolKit
|
||||||
|
Name[es]=LXPolKit
|
||||||
|
Name[eu]=LXPolKit
|
||||||
|
Name[fi]=LXPolKit
|
||||||
|
Name[fr]=LXPolKit
|
||||||
|
Name[gl]=LXPolKit
|
||||||
|
Name[is]=LXPolKit
|
||||||
|
Name[ja]=LXpolkit
|
||||||
|
Name[ko]=LXPolKit
|
||||||
|
Name[nl]=LXPolKit
|
||||||
|
Name[pl]=Zestaw polityk LXPolKit
|
||||||
|
Name[pt]=LXPolKit
|
||||||
|
Name[pt_BR]=LXPolKit
|
||||||
|
Name[ru]=LXPolKit
|
||||||
|
Name[sr]=ЛИкс-Пол-Кит
|
||||||
|
Name[te]=ఎల్ఎక్స్పోల్కిట్
|
||||||
|
Name[tr]=LXPolKit
|
||||||
|
Name[zh_CN]=LXPolKit
|
||||||
|
Comment=Policykit Authentication Agent
|
||||||
|
Comment[ar]=وكيل الاستيثاق Policykit
|
||||||
|
Comment[cs]=Policykit ověřovací agent
|
||||||
|
Comment[el]=Mεσολαβητής Πιστοποίησης Policykit
|
||||||
|
Comment[es]=Agente de autenticación de PolicyKit
|
||||||
|
Comment[eu]=Policykit autentifikazio-agentea
|
||||||
|
Comment[fr]=Agent d'authentification Policykit
|
||||||
|
Comment[gl]=Axente Policykit de autenticación
|
||||||
|
Comment[is]=PolicyKit auðkennisþjónn
|
||||||
|
Comment[ja]=Policykit 認証エージェント
|
||||||
|
Comment[ko]=Policykit 인증 대리자
|
||||||
|
Comment[lg]=Puloguramu ekolera PolicyKit eby'okakasa
|
||||||
|
Comment[nl]=Authenticatie-agent Policykit
|
||||||
|
Comment[pl]=Agent uwierzytelnienia zestawu polityk
|
||||||
|
Comment[pt]=Agente de autenticação Policykit
|
||||||
|
Comment[pt_BR]=Agente de autenticação do Policykit
|
||||||
|
Comment[ru]=Агент аутенфикации Policykit
|
||||||
|
Comment[sr]=Полисикитов агент за идентификацију
|
||||||
|
Comment[tr]=Policykit Kimlik Doğrulama Aracı
|
||||||
|
Comment[uk]=Агент авторизації Policykit
|
||||||
|
Comment[zh_CN]=Policykit 认证代理
|
||||||
|
Comment[zh_TW]=Policykit 身分核對代理程式
|
||||||
|
Exec=lxpolkit
|
||||||
|
TryExec=lxpolkit
|
||||||
|
Icon=gtk-dialog-authentication
|
||||||
|
NotShowIn=GNOME;KDE;MATE;
|
||||||
|
Hidden=true
|
12
lxde/skel/.config/gpicview/gpicview.conf
Normal file
12
lxde/skel/.config/gpicview/gpicview.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[General]
|
||||||
|
auto_save_rotated=0
|
||||||
|
ask_before_save=1
|
||||||
|
ask_before_delete=1
|
||||||
|
rotate_exif_only=1
|
||||||
|
open_maximized=0
|
||||||
|
bg=#323131
|
||||||
|
bg_full=#000000
|
||||||
|
slide_delay=5
|
||||||
|
jpg_quality=90
|
||||||
|
png_compression=9
|
||||||
|
show_toolbar=1
|
43
lxde/skel/.config/libfm/libfm.conf
Normal file
43
lxde/skel/.config/libfm/libfm.conf
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
# Configuration file for the libfm version 1.3.1.
|
||||||
|
# Autogenerated file, don't edit, your changes will be overwritten.
|
||||||
|
|
||||||
|
[config]
|
||||||
|
single_click=0
|
||||||
|
use_trash=1
|
||||||
|
confirm_del=1
|
||||||
|
confirm_trash=1
|
||||||
|
advanced_mode=0
|
||||||
|
si_unit=0
|
||||||
|
force_startup_notify=1
|
||||||
|
backup_as_hidden=1
|
||||||
|
no_usb_trash=1
|
||||||
|
no_child_non_expandable=0
|
||||||
|
show_full_names=0
|
||||||
|
only_user_templates=0
|
||||||
|
template_run_app=0
|
||||||
|
template_type_once=0
|
||||||
|
auto_selection_delay=600
|
||||||
|
drop_default_action=auto
|
||||||
|
defer_content_test=0
|
||||||
|
quick_exec=0
|
||||||
|
thumbnail_local=1
|
||||||
|
thumbnail_max=2048
|
||||||
|
smart_desktop_autodrop=1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
big_icon_size=48
|
||||||
|
small_icon_size=24
|
||||||
|
pane_icon_size=24
|
||||||
|
thumbnail_size=128
|
||||||
|
show_thumbnail=1
|
||||||
|
shadow_hidden=0
|
||||||
|
|
||||||
|
[places]
|
||||||
|
places_home=1
|
||||||
|
places_desktop=1
|
||||||
|
places_root=0
|
||||||
|
places_computer=0
|
||||||
|
places_trash=1
|
||||||
|
places_applications=1
|
||||||
|
places_network=0
|
||||||
|
places_unmounted=1
|
34
lxde/skel/.config/lxlauncher/gtk.css
Normal file
34
lxde/skel/.config/lxlauncher/gtk.css
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
viewport,
|
||||||
|
GtkViewport {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
notebook tab,
|
||||||
|
.notebook {
|
||||||
|
background: #3675AD;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
notebook header,
|
||||||
|
notebook stack,
|
||||||
|
.notebook > .frame,
|
||||||
|
.notebook > .vertical {
|
||||||
|
background: #B7D6EA;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
notebook tab label,
|
||||||
|
.notebook > .horizontal .label {
|
||||||
|
color: #B7D6EA;
|
||||||
|
}
|
||||||
|
|
||||||
|
notebook tab:checked label,
|
||||||
|
.notebook > .horizontal.active-page .label {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
notebook stack label,
|
||||||
|
.notebook > .vertical .label,
|
||||||
|
.button .label {
|
||||||
|
color: #3675AD;
|
||||||
|
}
|
19
lxde/skel/.config/lxlauncher/gtkrc
Normal file
19
lxde/skel/.config/lxlauncher/gtkrc
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
style "launcher-bg" { # for the background GtkWindow
|
||||||
|
bg[NORMAL] = "#3675AD"
|
||||||
|
}
|
||||||
|
style "launcher-fg" { # for the text size/color
|
||||||
|
font_name="Sans Bold 11"
|
||||||
|
fg[NORMAL]="#3675AD"
|
||||||
|
fg[PRELIGHT]="#3675AD"
|
||||||
|
}
|
||||||
|
style "launcher-nb" = "launcher-fg" { #for the notebook
|
||||||
|
bg[NORMAL] = "#ffffff"
|
||||||
|
#"bg[SELECTED] = "#3675AD"
|
||||||
|
fg[ACTIVE] = "#ffffff" #text color for non-active tabs
|
||||||
|
bg[ACTIVE] = "#3675AD" #the other non-active tabs
|
||||||
|
}
|
||||||
|
widget_class "*<GtkNotebook>" style "launcher-nb"
|
||||||
|
widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
|
||||||
|
widget "GtkWindow" style "launcher-bg"
|
||||||
|
widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"
|
||||||
|
widget_class "*<GtkVBox><GtkHBox><GtkLabel>" style "launcher-fg"
|
3
lxde/skel/.config/lxlauncher/settings.conf
Normal file
3
lxde/skel/.config/lxlauncher/settings.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[Main]
|
||||||
|
BUTTON_SIZE=120
|
||||||
|
IMG_SIZE=48
|
2
lxde/skel/.config/lxpanel/LXDE/config
Normal file
2
lxde/skel/.config/lxpanel/LXDE/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Command]
|
||||||
|
Logout=lxde-logout
|
135
lxde/skel/.config/lxpanel/LXDE/panels/panel
Normal file
135
lxde/skel/.config/lxpanel/LXDE/panels/panel
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
# lxpanel <profile> config file. Manually editing is not recommended.
|
||||||
|
# Use preference dialog in lxpanel to adjust config when you can.
|
||||||
|
|
||||||
|
Global {
|
||||||
|
edge=bottom
|
||||||
|
align=left
|
||||||
|
margin=0
|
||||||
|
widthtype=percent
|
||||||
|
width=100
|
||||||
|
height=34
|
||||||
|
transparent=1
|
||||||
|
tintcolor=#dedede
|
||||||
|
alpha=20
|
||||||
|
setdocktype=1
|
||||||
|
setpartialstrut=1
|
||||||
|
autohide=0
|
||||||
|
heightwhenhidden=0
|
||||||
|
usefontcolor=1
|
||||||
|
fontcolor=#ffffff
|
||||||
|
background=0
|
||||||
|
backgroundfile=/usr/share/lxpanel/images/background.png
|
||||||
|
iconsize=32
|
||||||
|
usefontsize=0
|
||||||
|
fontsize=11
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=menu
|
||||||
|
Config {
|
||||||
|
image=/usr/share/icons/artix/logo.svg
|
||||||
|
system {
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
command=run
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
image=gnome-logout
|
||||||
|
command=logout
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=space
|
||||||
|
Config {
|
||||||
|
Size=2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=wincmd
|
||||||
|
Config {
|
||||||
|
Button1=iconify
|
||||||
|
Button2=shade
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=launchbar
|
||||||
|
Config {
|
||||||
|
Button {
|
||||||
|
id=org.midori_browser.Midori.desktop
|
||||||
|
}
|
||||||
|
Button {
|
||||||
|
id=pcmanfm.desktop
|
||||||
|
}
|
||||||
|
Button {
|
||||||
|
id=lxterminal.desktop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=space
|
||||||
|
Config {
|
||||||
|
Size=8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=taskbar
|
||||||
|
expand=1
|
||||||
|
Config {
|
||||||
|
tooltips=1
|
||||||
|
IconsOnly=0
|
||||||
|
AcceptSkipPager=1
|
||||||
|
ShowIconified=1
|
||||||
|
ShowMapped=1
|
||||||
|
ShowAllDesks=0
|
||||||
|
UseMouseWheel=1
|
||||||
|
UseUrgencyHint=1
|
||||||
|
FlatButton=0
|
||||||
|
MaxTaskWidth=156
|
||||||
|
spacing=1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=space
|
||||||
|
Config {
|
||||||
|
Size=4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=tray
|
||||||
|
Config {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=xkb
|
||||||
|
Config {
|
||||||
|
Model=pc105
|
||||||
|
LayoutsList=us
|
||||||
|
VariantsList=,
|
||||||
|
ToggleOpt=grp:shift_caps_toggle
|
||||||
|
FlagSize=2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=volume
|
||||||
|
Config {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=space
|
||||||
|
Config {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Plugin {
|
||||||
|
type=dclock
|
||||||
|
Config {
|
||||||
|
ClockFmt=%R
|
||||||
|
TooltipFmt=%A %x
|
||||||
|
BoldFont=1
|
||||||
|
IconOnly=0
|
||||||
|
CenterText=1
|
||||||
|
}
|
||||||
|
}
|
4
lxde/skel/.config/lxpanel/launchtaskbar.cfg
Normal file
4
lxde/skel/.config/lxpanel/launchtaskbar.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[special_cases]
|
||||||
|
synaptic=synaptic-pkexec
|
||||||
|
soffice.bin=libreoffice
|
||||||
|
x-terminal-emulator=lxterminal
|
3
lxde/skel/.config/lxsession/LXDE/autostart
Normal file
3
lxde/skel/.config/lxsession/LXDE/autostart
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@lxpanel --profile LXDE
|
||||||
|
@pcmanfm --desktop --profile LXDE
|
||||||
|
@xscreensaver -no-splash
|
51
lxde/skel/.config/lxsession/LXDE/desktop.conf
Normal file
51
lxde/skel/.config/lxsession/LXDE/desktop.conf
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
[Session]
|
||||||
|
window_manager=openbox-lxde
|
||||||
|
disable_autostart=no
|
||||||
|
polkit/command=lxpolkit
|
||||||
|
clipboard/command=lxclipboard
|
||||||
|
xsettings_manager/command=build-in
|
||||||
|
proxy_manager/command=build-in
|
||||||
|
keyring/command=ssh-agent
|
||||||
|
quit_manager/command=lxsession-logout
|
||||||
|
lock_manager/command=lxlock
|
||||||
|
terminal_manager/command=lxterminal
|
||||||
|
quit_manager/image=/usr/share/lxde/images/logout-banner.png
|
||||||
|
quit_manager/layout=top
|
||||||
|
windows_manager/command=openbox-lxde
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Artix-dark
|
||||||
|
sNet/IconThemeName=nuoveXT2
|
||||||
|
sGtk/FontName=Fira Sans 11
|
||||||
|
iGtk/ToolbarStyle=0
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintfull
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
sGtk/ColorScheme=tooltip_bg_color:#343434\nselected_fg_color:#eaeaea\nbase_color:#2c2c2c\nfg_color:#1fca6d6059e4\ninsensitive_bg_color:#343434\nlink_color:#4080fb\nbg_color:#323131\ntooltip_fg_color:#eaeaea\ntext_color:#de16dbb7dbb7\nselected_bg_color:#4080fb\n
|
||||||
|
iGtk/ToolbarIconSize=4
|
||||||
|
sGtk/CursorThemeName=Premium
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
||||||
|
Beep=1
|
||||||
|
|
||||||
|
[State]
|
||||||
|
guess_default=true
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
menu_prefix=lxde-
|
53
lxde/skel/.config/lxterminal/lxterminal.conf
Normal file
53
lxde/skel/.config/lxterminal/lxterminal.conf
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
[general]
|
||||||
|
fontname=Liberation Mono 11
|
||||||
|
selchars=-A-Za-z0-9,./?%&#:_
|
||||||
|
scrollback=100000
|
||||||
|
bgcolor=rgb(0,0,0)
|
||||||
|
fgcolor=rgb(211,215,207)
|
||||||
|
palette_color_0=rgb(0,0,0)
|
||||||
|
palette_color_1=rgb(205,0,0)
|
||||||
|
palette_color_2=rgb(78,154,6)
|
||||||
|
palette_color_3=rgb(196,160,0)
|
||||||
|
palette_color_4=rgb(52,101,164)
|
||||||
|
palette_color_5=rgb(117,80,123)
|
||||||
|
palette_color_6=rgb(6,152,154)
|
||||||
|
palette_color_7=rgb(211,215,207)
|
||||||
|
palette_color_8=rgb(85,87,83)
|
||||||
|
palette_color_9=rgb(239,41,41)
|
||||||
|
palette_color_10=rgb(138,226,52)
|
||||||
|
palette_color_11=rgb(252,233,79)
|
||||||
|
palette_color_12=rgb(114,159,207)
|
||||||
|
palette_color_13=rgb(173,127,168)
|
||||||
|
palette_color_14=rgb(52,226,226)
|
||||||
|
palette_color_15=rgb(238,238,236)
|
||||||
|
color_preset=Tango
|
||||||
|
disallowbold=false
|
||||||
|
cursorblinks=false
|
||||||
|
cursorunderline=false
|
||||||
|
audiblebell=false
|
||||||
|
tabpos=top
|
||||||
|
geometry_columns=80
|
||||||
|
geometry_rows=24
|
||||||
|
hidescrollbar=false
|
||||||
|
hidemenubar=false
|
||||||
|
hideclosebutton=false
|
||||||
|
hidepointer=false
|
||||||
|
disablef10=true
|
||||||
|
disablealt=false
|
||||||
|
disableconfirm=false
|
||||||
|
|
||||||
|
[shortcut]
|
||||||
|
new_window_accel=<Primary><Shift>n
|
||||||
|
new_tab_accel=<Primary><Shift>t
|
||||||
|
close_tab_accel=<Primary><Shift>w
|
||||||
|
close_window_accel=<Primary><Shift>q
|
||||||
|
copy_accel=<Primary><Shift>c
|
||||||
|
paste_accel=<Primary><Shift>v
|
||||||
|
name_tab_accel=<Primary><Shift>i
|
||||||
|
previous_tab_accel=<Primary>Page_Up
|
||||||
|
next_tab_accel=<Primary>Page_Down
|
||||||
|
move_tab_left_accel=<Primary><Shift>Page_Up
|
||||||
|
move_tab_right_accel=<Primary><Shift>Page_Down
|
||||||
|
zoom_in_accel=<Primary><Shift>plus
|
||||||
|
zoom_out_accel=<Primary><Shift>underscore
|
||||||
|
zoom_reset_accel=<Primary><Shift>parenright
|
BIN
lxde/skel/.config/midori/bookmarks.db
Normal file
BIN
lxde/skel/.config/midori/bookmarks.db
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/bookmarks.db-shm
Normal file
BIN
lxde/skel/.config/midori/bookmarks.db-shm
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/bookmarks.db-wal
Normal file
BIN
lxde/skel/.config/midori/bookmarks.db-wal
Normal file
Binary file not shown.
11
lxde/skel/.config/midori/config
Normal file
11
lxde/skel/.config/midori/config
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[settings]
|
||||||
|
last-window-width=1130
|
||||||
|
last-window-height=819
|
||||||
|
toolbar-items=TabNew,Back,ReloadStop,Homepage,Location,BookmarkAdd,CompactMenu
|
||||||
|
homepage=https://artixlinux.org
|
||||||
|
maximum-history-age=7
|
||||||
|
enable-plugins=false
|
||||||
|
|
||||||
|
[extensions]
|
||||||
|
libadblock.so=true
|
||||||
|
libstatusbar-features.so=true
|
BIN
lxde/skel/.config/midori/history.db
Normal file
BIN
lxde/skel/.config/midori/history.db
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/history.db-shm
Normal file
BIN
lxde/skel/.config/midori/history.db-shm
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/history.db-wal
Normal file
BIN
lxde/skel/.config/midori/history.db-wal
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/tabby.db
Normal file
BIN
lxde/skel/.config/midori/tabby.db
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/tabby.db-shm
Normal file
BIN
lxde/skel/.config/midori/tabby.db-shm
Normal file
Binary file not shown.
BIN
lxde/skel/.config/midori/tabby.db-wal
Normal file
BIN
lxde/skel/.config/midori/tabby.db-wal
Normal file
Binary file not shown.
46
lxde/skel/.config/openbox/LXDE/menu.xml
Normal file
46
lxde/skel/.config/openbox/LXDE/menu.xml
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
||||||
|
|
||||||
|
<menu id="apps-menu" label="Applications">
|
||||||
|
<item label="PCManFM">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify>
|
||||||
|
<command>pcmanfm</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Terminal">
|
||||||
|
<action name="Execute"><command>lxterminal</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Web Browser">
|
||||||
|
<action name="Execute"><command>midori</command></action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<menu id="root-menu" label="LXDE">
|
||||||
|
<separator label="LXDE" />
|
||||||
|
<menu id="apps-menu" />
|
||||||
|
<separator />
|
||||||
|
<menu id="client-list-menu" />
|
||||||
|
<separator />
|
||||||
|
<item label="Desktop Settings">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
||||||
|
<command>pcmanfm --desktop-pref</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Window Management Settings">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
|
||||||
|
<command>obconf</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Reload Config Files">
|
||||||
|
<action name="Reconfigure" />
|
||||||
|
</item>
|
||||||
|
<separator />
|
||||||
|
<item label="Exit">
|
||||||
|
<action name="Execute"><command>lxde-logout</command></action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
</openbox_menu>
|
754
lxde/skel/.config/openbox/LXDE/rc.xml
Normal file
754
lxde/skel/.config/openbox/LXDE/rc.xml
Normal file
@@ -0,0 +1,754 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!-- Do not edit this file, it will be overwritten on install.
|
||||||
|
Copy the file to $HOME/.config/openbox/ instead. -->
|
||||||
|
|
||||||
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
||||||
|
|
||||||
|
<resistance>
|
||||||
|
<strength>10</strength>
|
||||||
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
|
</resistance>
|
||||||
|
|
||||||
|
<focus>
|
||||||
|
<focusNew>yes</focusNew>
|
||||||
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
|
apply -->
|
||||||
|
<followMouse>no</followMouse>
|
||||||
|
<!-- move focus to a window when you move the mouse into it -->
|
||||||
|
<focusLast>yes</focusLast>
|
||||||
|
<!-- focus the last used window when changing desktops, instead of the one
|
||||||
|
under the mouse pointer. when followMouse is enabled -->
|
||||||
|
<underMouse>no</underMouse>
|
||||||
|
<!-- move focus under the mouse, even when the mouse is not moving -->
|
||||||
|
<focusDelay>200</focusDelay>
|
||||||
|
<!-- when followMouse is enabled, the mouse must be inside the window for
|
||||||
|
this many milliseconds (1000 = 1 sec) before moving focus to it -->
|
||||||
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
|
<!-- when followMouse is enabled, and a window is given focus by moving the
|
||||||
|
mouse into it, also raise the window -->
|
||||||
|
</focus>
|
||||||
|
|
||||||
|
<placement>
|
||||||
|
<policy>Smart</policy>
|
||||||
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
|
<center>yes</center>
|
||||||
|
<!-- whether to place windows in the center of the free area found or
|
||||||
|
the top left corner -->
|
||||||
|
<monitor>Any</monitor>
|
||||||
|
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
||||||
|
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
||||||
|
the active window is -->
|
||||||
|
</placement>
|
||||||
|
|
||||||
|
<theme>
|
||||||
|
<name>Onyx</name>
|
||||||
|
<titleLayout>NLIMC</titleLayout>
|
||||||
|
<!--
|
||||||
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
N: window icon
|
||||||
|
L: window label (AKA title).
|
||||||
|
I: iconify
|
||||||
|
M: maximize
|
||||||
|
C: close
|
||||||
|
S: shade (roll up/down)
|
||||||
|
D: omnipresent (on all desktops).
|
||||||
|
-->
|
||||||
|
<keepBorder>yes</keepBorder>
|
||||||
|
<animateIconify>yes</animateIconify>
|
||||||
|
<font place="ActiveWindow">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="InactiveWindow">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuHeader">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuItem">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="OnScreenDisplay">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
</theme>
|
||||||
|
|
||||||
|
<desktops>
|
||||||
|
<!-- this stuff is only used at startup, pagers allow you to change them
|
||||||
|
during a session
|
||||||
|
|
||||||
|
these are default values to use when other ones are not already set
|
||||||
|
by other applications, or saved in your session
|
||||||
|
|
||||||
|
use obconf if you want to change these without having to log out
|
||||||
|
and back in -->
|
||||||
|
<number>2</number>
|
||||||
|
<firstdesk>1</firstdesk>
|
||||||
|
<names>
|
||||||
|
<!-- set names up here if you want to, like this:
|
||||||
|
<name>desktop 1</name>
|
||||||
|
<name>desktop 2</name>
|
||||||
|
-->
|
||||||
|
</names>
|
||||||
|
<popupTime>875</popupTime>
|
||||||
|
<!-- The number of milliseconds to show the popup for when switching
|
||||||
|
desktops. Set this to 0 to disable the popup. -->
|
||||||
|
</desktops>
|
||||||
|
|
||||||
|
<resize>
|
||||||
|
<drawContents>yes</drawContents>
|
||||||
|
<popupShow>Nonpixel</popupShow>
|
||||||
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
|
<popupPosition>Center</popupPosition>
|
||||||
|
<!-- 'Center', 'Top', or 'Fixed' -->
|
||||||
|
<popupFixedPosition>
|
||||||
|
<!-- these are used if popupPosition is set to 'Fixed' -->
|
||||||
|
|
||||||
|
<x>10</x>
|
||||||
|
<!-- positive number for distance from left edge, negative number for
|
||||||
|
distance from right edge, or 'Center' -->
|
||||||
|
<y>10</y>
|
||||||
|
<!-- positive number for distance from top edge, negative number for
|
||||||
|
distance from bottom edge, or 'Center' -->
|
||||||
|
</popupFixedPosition>
|
||||||
|
</resize>
|
||||||
|
|
||||||
|
<!-- You can reserve a portion of your screen where windows will not cover when
|
||||||
|
they are maximized, or when they are initially placed.
|
||||||
|
Many programs reserve space automatically, but you can use this in other
|
||||||
|
cases. -->
|
||||||
|
<margins>
|
||||||
|
<top>0</top>
|
||||||
|
<bottom>0</bottom>
|
||||||
|
<left>0</left>
|
||||||
|
<right>0</right>
|
||||||
|
</margins>
|
||||||
|
|
||||||
|
<dock>
|
||||||
|
<position>TopLeft</position>
|
||||||
|
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
|
||||||
|
<floatingX>0</floatingX>
|
||||||
|
<floatingY>0</floatingY>
|
||||||
|
<noStrut>no</noStrut>
|
||||||
|
<stacking>Above</stacking>
|
||||||
|
<!-- 'Above', 'Normal', or 'Below' -->
|
||||||
|
<direction>Vertical</direction>
|
||||||
|
<!-- 'Vertical' or 'Horizontal' -->
|
||||||
|
<autoHide>no</autoHide>
|
||||||
|
<hideDelay>300</hideDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<showDelay>300</showDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<moveButton>Middle</moveButton>
|
||||||
|
<!-- 'Left', 'Middle', 'Right' -->
|
||||||
|
</dock>
|
||||||
|
|
||||||
|
<keyboard>
|
||||||
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
|
||||||
|
<!-- Keybindings for desktop switching -->
|
||||||
|
<keybind key="C-A-Left">
|
||||||
|
<action name="DesktopLeft"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Right">
|
||||||
|
<action name="DesktopRight"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Up">
|
||||||
|
<action name="DesktopUp"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Down">
|
||||||
|
<action name="DesktopDown"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Left">
|
||||||
|
<action name="SendToDesktopLeft"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Right">
|
||||||
|
<action name="SendToDesktopRight"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Up">
|
||||||
|
<action name="SendToDesktopUp"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Down">
|
||||||
|
<action name="SendToDesktopDown"><dialog>no</dialog><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F1">
|
||||||
|
<action name="Desktop"><desktop>1</desktop></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F2">
|
||||||
|
<action name="Desktop"><desktop>2</desktop></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F3">
|
||||||
|
<action name="Desktop"><desktop>3</desktop></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F4">
|
||||||
|
<action name="Desktop"><desktop>4</desktop></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-d">
|
||||||
|
<action name="ToggleShowDesktop"/>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<keybind key="C-A-d">
|
||||||
|
<action name="ToggleShowDesktop"/>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for windows -->
|
||||||
|
<keybind key="A-F4">
|
||||||
|
<action name="Close"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-Escape">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-space">
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for window switching -->
|
||||||
|
<keybind key="A-Tab">
|
||||||
|
<action name="NextWindow"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-S-Tab">
|
||||||
|
<action name="PreviousWindow"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Tab">
|
||||||
|
<action name="NextWindow">
|
||||||
|
<panels>yes</panels><desktop>yes</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for running applications -->
|
||||||
|
<keybind key="W-e">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<name>PCManFM</name>
|
||||||
|
</startupnotify>
|
||||||
|
<command>pcmanfm</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for finding files -->
|
||||||
|
<keybind key="W-f">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>pcmanfm --find-files</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!--keybindings for LXPanel -->
|
||||||
|
<keybind key="W-r">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl run</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<keybind key="A-F2">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl run</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<keybind key="C-Escape">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<keybind key="A-F1">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<keybind key="A-F11">
|
||||||
|
<action name="ToggleFullscreen"/>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch Task Manager with Ctrl+Alt+Del -->
|
||||||
|
<keybind key="A-C-Delete">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxtask</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch gnome-screenshot when PrintScreen is pressed -->
|
||||||
|
<keybind key="Print">
|
||||||
|
<action name="Execute"><command>gnome-screenshot -i</command></action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch LXRandR when Fn+Screen is pressed -->
|
||||||
|
<keybind key="XF86Display">
|
||||||
|
<action name="Execute"><command>lxrandr</command></action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
</keyboard>
|
||||||
|
|
||||||
|
|
||||||
|
<mouse>
|
||||||
|
<dragThreshold>8</dragThreshold>
|
||||||
|
<!-- number of pixels the mouse must move before a drag begins -->
|
||||||
|
<doubleClickTime>200</doubleClickTime>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<screenEdgeWarpTime>400</screenEdgeWarpTime>
|
||||||
|
<!-- Time before changing desktops when the pointer touches the edge of the
|
||||||
|
screen while moving a window, in milliseconds (1000 = 1 second).
|
||||||
|
Set this to 0 to disable warping -->
|
||||||
|
|
||||||
|
<context name="Frame">
|
||||||
|
<mousebind button="A-Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Click">
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Up" action="Click">
|
||||||
|
<action name="SendToDesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Down" action="Click">
|
||||||
|
<action name="SendToDesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Titlebar">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="DoubleClick">
|
||||||
|
<action name="ToggleMaximizeFull"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="Shade"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
<action name="Lower"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Top">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>top</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Left">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>left</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Right">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>right</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Bottom">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>bottom</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="BLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="BRCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="TLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="TRCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Client">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Icon">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="AllDesktops">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleOmnipresent"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Shade">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleShade"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Iconify">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Iconify"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Maximize">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleMaximizeFull"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
|
<action name="ToggleMaximizeVert"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Click">
|
||||||
|
<action name="ToggleMaximizeHorz"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Close">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Close"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Desktop">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Root">
|
||||||
|
<!-- Menus -->
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="MoveResize">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
|
|
||||||
|
<menu>
|
||||||
|
<!-- You can specify more than one menu file in here and they are all loaded,
|
||||||
|
just don't make menu ids clash or, well, it'll be kind of pointless -->
|
||||||
|
|
||||||
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
|
<file>/usr/share/lxde/openbox/menu.xml</file>
|
||||||
|
<hideDelay>200</hideDelay>
|
||||||
|
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
||||||
|
menu is hidden again -->
|
||||||
|
<middle>no</middle>
|
||||||
|
<!-- center submenus vertically about the parent entry -->
|
||||||
|
<submenuShowDelay>100</submenuShowDelay>
|
||||||
|
<!-- this one is easy, time to delay before showing a submenu after hovering
|
||||||
|
over the parent entry -->
|
||||||
|
<applicationIcons>yes</applicationIcons>
|
||||||
|
<!-- controls if icons appear in the client-list-(combined-)menu -->
|
||||||
|
<manageDesktops>yes</manageDesktops>
|
||||||
|
<!-- show the manage desktops section in the client-list-(combined-)menu -->
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<applications>
|
||||||
|
<!--
|
||||||
|
# this is an example with comments through out. use these to make your
|
||||||
|
# own rules, but without the comments of course.
|
||||||
|
|
||||||
|
<application name="first element of window's WM_CLASS property (see xprop)"
|
||||||
|
class="second element of window's WM_CLASS property (see xprop)"
|
||||||
|
role="the window's WM_WINDOW_ROLE property (see xprop)">
|
||||||
|
# the name or the class can be set, or both. this is used to match
|
||||||
|
# windows when they appear. role can optionally be set as well, to
|
||||||
|
# further restrict your matches.
|
||||||
|
|
||||||
|
# the name, class, and role use simple wildcard matching such as those
|
||||||
|
# used by a shell. you can use * to match any characters and ? to match
|
||||||
|
# any single character.
|
||||||
|
|
||||||
|
# when multiple rules match a window, they will all be applied, in the
|
||||||
|
# order that they appear in this list
|
||||||
|
|
||||||
|
|
||||||
|
# each element can be left out or set to 'default' to specify to not
|
||||||
|
# change that attribute of the window
|
||||||
|
|
||||||
|
<decor>yes</decor>
|
||||||
|
# enable or disable window decorations
|
||||||
|
|
||||||
|
<shade>no</shade>
|
||||||
|
# make the window shaded when it appears, or not
|
||||||
|
|
||||||
|
<position>
|
||||||
|
# the position is only used if both an x and y coordinate are provided
|
||||||
|
# (and not set to 'default')
|
||||||
|
<x>center</x>
|
||||||
|
# a number like 50, or 'center' to center on screen. use a negative number
|
||||||
|
# to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
|
||||||
|
# right edge (or bottom).
|
||||||
|
<y>200</y>
|
||||||
|
<monitor>1</monitor>
|
||||||
|
# specifies the monitor in a xinerama setup.
|
||||||
|
# 1 is the first head, or 'mouse' for wherever the mouse is
|
||||||
|
</position>
|
||||||
|
|
||||||
|
<focus>yes</focus>
|
||||||
|
# if the window should try be given focus when it appears. if this is set
|
||||||
|
# to yes it doesn't guarantee the window will be given focus. some
|
||||||
|
# restrictions may apply, but Openbox will try to
|
||||||
|
|
||||||
|
<desktop>1</desktop>
|
||||||
|
# 1 is the first desktop, 'all' for all desktops
|
||||||
|
|
||||||
|
<layer>normal</layer>
|
||||||
|
# 'above', 'normal', or 'below'
|
||||||
|
|
||||||
|
<iconic>no</iconic>
|
||||||
|
# make the window iconified when it appears, or not
|
||||||
|
|
||||||
|
<skip_pager>no</skip_pager>
|
||||||
|
# asks to not be shown in pagers
|
||||||
|
|
||||||
|
<skip_taskbar>no</skip_taskbar>
|
||||||
|
# asks to not be shown in taskbars. window cycling actions will also
|
||||||
|
# skip past such windows
|
||||||
|
|
||||||
|
<fullscreen>yes</fullscreen>
|
||||||
|
# make the window in fullscreen mode when it appears
|
||||||
|
|
||||||
|
<maximized>true</maximized>
|
||||||
|
# 'Horizontal', 'Vertical' or boolean (yes/no)
|
||||||
|
</application>
|
||||||
|
|
||||||
|
# end of the example
|
||||||
|
-->
|
||||||
|
</applications>
|
||||||
|
|
||||||
|
</openbox_config>
|
762
lxde/skel/.config/openbox/lxde-rc.xml
Normal file
762
lxde/skel/.config/openbox/lxde-rc.xml
Normal file
@@ -0,0 +1,762 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Do not edit this file, it will be overwritten on install.
|
||||||
|
Copy the file to $HOME/.config/openbox/ instead. -->
|
||||||
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
||||||
|
<resistance>
|
||||||
|
<strength>10</strength>
|
||||||
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
|
</resistance>
|
||||||
|
<focus>
|
||||||
|
<focusNew>yes</focusNew>
|
||||||
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
|
apply -->
|
||||||
|
<followMouse>no</followMouse>
|
||||||
|
<!-- move focus to a window when you move the mouse into it -->
|
||||||
|
<focusLast>yes</focusLast>
|
||||||
|
<!-- focus the last used window when changing desktops, instead of the one
|
||||||
|
under the mouse pointer. when followMouse is enabled -->
|
||||||
|
<underMouse>no</underMouse>
|
||||||
|
<!-- move focus under the mouse, even when the mouse is not moving -->
|
||||||
|
<focusDelay>200</focusDelay>
|
||||||
|
<!-- when followMouse is enabled, the mouse must be inside the window for
|
||||||
|
this many milliseconds (1000 = 1 sec) before moving focus to it -->
|
||||||
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
|
<!-- when followMouse is enabled, and a window is given focus by moving the
|
||||||
|
mouse into it, also raise the window -->
|
||||||
|
</focus>
|
||||||
|
<placement>
|
||||||
|
<policy>Smart</policy>
|
||||||
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
|
<center>yes</center>
|
||||||
|
<!-- whether to place windows in the center of the free area found or
|
||||||
|
the top left corner -->
|
||||||
|
<monitor>Any</monitor>
|
||||||
|
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
||||||
|
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
||||||
|
the active window is -->
|
||||||
|
</placement>
|
||||||
|
<theme>
|
||||||
|
<name>Artix-dark</name>
|
||||||
|
<titleLayout>NLIMC</titleLayout>
|
||||||
|
<!--
|
||||||
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
N: window icon
|
||||||
|
L: window label (AKA title).
|
||||||
|
I: iconify
|
||||||
|
M: maximize
|
||||||
|
C: close
|
||||||
|
S: shade (roll up/down)
|
||||||
|
D: omnipresent (on all desktops).
|
||||||
|
-->
|
||||||
|
<keepBorder>yes</keepBorder>
|
||||||
|
<animateIconify>yes</animateIconify>
|
||||||
|
<font place="ActiveWindow">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="InactiveWindow">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuHeader">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuItem">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="OnScreenDisplay">
|
||||||
|
<name>sans</name>
|
||||||
|
<size>10</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="ActiveOnScreenDisplay">
|
||||||
|
<name>Sans</name>
|
||||||
|
<size>8</size>
|
||||||
|
<weight></weight>
|
||||||
|
<slant></slant>
|
||||||
|
</font>
|
||||||
|
<font place="InactiveOnScreenDisplay">
|
||||||
|
<name>Sans</name>
|
||||||
|
<size>8</size>
|
||||||
|
<weight></weight>
|
||||||
|
<slant></slant>
|
||||||
|
</font>
|
||||||
|
</theme>
|
||||||
|
<desktops>
|
||||||
|
<!-- this stuff is only used at startup, pagers allow you to change them
|
||||||
|
during a session
|
||||||
|
|
||||||
|
these are default values to use when other ones are not already set
|
||||||
|
by other applications, or saved in your session
|
||||||
|
|
||||||
|
use obconf if you want to change these without having to log out
|
||||||
|
and back in -->
|
||||||
|
<number>2</number>
|
||||||
|
<firstdesk>1</firstdesk>
|
||||||
|
<names>
|
||||||
|
<!-- set names up here if you want to, like this:
|
||||||
|
<name>desktop 1</name>
|
||||||
|
<name>desktop 2</name>
|
||||||
|
-->
|
||||||
|
</names>
|
||||||
|
<popupTime>875</popupTime>
|
||||||
|
<!-- The number of milliseconds to show the popup for when switching
|
||||||
|
desktops. Set this to 0 to disable the popup. -->
|
||||||
|
</desktops>
|
||||||
|
<resize>
|
||||||
|
<drawContents>yes</drawContents>
|
||||||
|
<popupShow>Nonpixel</popupShow>
|
||||||
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
|
<popupPosition>Center</popupPosition>
|
||||||
|
<!-- 'Center', 'Top', or 'Fixed' -->
|
||||||
|
<popupFixedPosition>
|
||||||
|
<!-- these are used if popupPosition is set to 'Fixed' -->
|
||||||
|
<x>10</x>
|
||||||
|
<!-- positive number for distance from left edge, negative number for
|
||||||
|
distance from right edge, or 'Center' -->
|
||||||
|
<y>10</y>
|
||||||
|
<!-- positive number for distance from top edge, negative number for
|
||||||
|
distance from bottom edge, or 'Center' -->
|
||||||
|
</popupFixedPosition>
|
||||||
|
</resize>
|
||||||
|
<!-- You can reserve a portion of your screen where windows will not cover when
|
||||||
|
they are maximized, or when they are initially placed.
|
||||||
|
Many programs reserve space automatically, but you can use this in other
|
||||||
|
cases. -->
|
||||||
|
<margins>
|
||||||
|
<top>0</top>
|
||||||
|
<bottom>0</bottom>
|
||||||
|
<left>0</left>
|
||||||
|
<right>0</right>
|
||||||
|
</margins>
|
||||||
|
<dock>
|
||||||
|
<position>TopLeft</position>
|
||||||
|
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
|
||||||
|
<floatingX>0</floatingX>
|
||||||
|
<floatingY>0</floatingY>
|
||||||
|
<noStrut>no</noStrut>
|
||||||
|
<stacking>Above</stacking>
|
||||||
|
<!-- 'Above', 'Normal', or 'Below' -->
|
||||||
|
<direction>Vertical</direction>
|
||||||
|
<!-- 'Vertical' or 'Horizontal' -->
|
||||||
|
<autoHide>no</autoHide>
|
||||||
|
<hideDelay>300</hideDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<showDelay>300</showDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<moveButton>Middle</moveButton>
|
||||||
|
<!-- 'Left', 'Middle', 'Right' -->
|
||||||
|
</dock>
|
||||||
|
<keyboard>
|
||||||
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
<!-- Keybindings for desktop switching -->
|
||||||
|
<keybind key="C-A-Left">
|
||||||
|
<action name="DesktopLeft">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Right">
|
||||||
|
<action name="DesktopRight">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Up">
|
||||||
|
<action name="DesktopUp">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Down">
|
||||||
|
<action name="DesktopDown">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Left">
|
||||||
|
<action name="SendToDesktopLeft">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Right">
|
||||||
|
<action name="SendToDesktopRight">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Up">
|
||||||
|
<action name="SendToDesktopUp">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Down">
|
||||||
|
<action name="SendToDesktopDown">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F1">
|
||||||
|
<action name="Desktop">
|
||||||
|
<desktop>1</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F2">
|
||||||
|
<action name="Desktop">
|
||||||
|
<desktop>2</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F3">
|
||||||
|
<action name="Desktop">
|
||||||
|
<desktop>3</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F4">
|
||||||
|
<action name="Desktop">
|
||||||
|
<desktop>4</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-d">
|
||||||
|
<action name="ToggleShowDesktop"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-d">
|
||||||
|
<action name="ToggleShowDesktop"/>
|
||||||
|
</keybind>
|
||||||
|
<!-- Keybindings for windows -->
|
||||||
|
<keybind key="A-F4">
|
||||||
|
<action name="Close"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-Escape">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-space">
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- Keybindings for window switching -->
|
||||||
|
<keybind key="A-Tab">
|
||||||
|
<action name="NextWindow"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-S-Tab">
|
||||||
|
<action name="PreviousWindow"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Tab">
|
||||||
|
<action name="NextWindow">
|
||||||
|
<panels>yes</panels>
|
||||||
|
<desktop>yes</desktop>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- Keybindings for running applications -->
|
||||||
|
<keybind key="W-e">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<name>PCManFM</name>
|
||||||
|
</startupnotify>
|
||||||
|
<command>pcmanfm</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- Keybindings for finding files -->
|
||||||
|
<keybind key="W-f">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>pcmanfm --find-files</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!--keybindings for LXPanel -->
|
||||||
|
<keybind key="W-r">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl run</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-F2">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl run</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-Escape">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-F1">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-F11">
|
||||||
|
<action name="ToggleFullscreen"/>
|
||||||
|
</keybind>
|
||||||
|
<!-- Launch Task Manager with Ctrl+Alt+Del -->
|
||||||
|
<keybind key="A-C-Delete">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxtask</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- Launch gnome-screenshot when PrintScreen is pressed -->
|
||||||
|
<keybind key="Print">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>gnome-screenshot -i</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!-- Launch LXRandR when Fn+Screen is pressed -->
|
||||||
|
<keybind key="XF86Display">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxrandr</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
</keyboard>
|
||||||
|
<mouse>
|
||||||
|
<dragThreshold>8</dragThreshold>
|
||||||
|
<!-- number of pixels the mouse must move before a drag begins -->
|
||||||
|
<doubleClickTime>200</doubleClickTime>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<screenEdgeWarpTime>400</screenEdgeWarpTime>
|
||||||
|
<!-- Time before changing desktops when the pointer touches the edge of the
|
||||||
|
screen while moving a window, in milliseconds (1000 = 1 second).
|
||||||
|
Set this to 0 to disable warping -->
|
||||||
|
<context name="Frame">
|
||||||
|
<mousebind button="A-Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Click">
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Up" action="Click">
|
||||||
|
<action name="SendToDesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Down" action="Click">
|
||||||
|
<action name="SendToDesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Titlebar">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="DoubleClick">
|
||||||
|
<action name="ToggleMaximizeFull"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="Shade"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
<action name="Lower"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Top">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize">
|
||||||
|
<edge>top</edge>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Left">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize">
|
||||||
|
<edge>left</edge>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Right">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize">
|
||||||
|
<edge>right</edge>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Bottom">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize">
|
||||||
|
<edge>bottom</edge>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="BLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="BRCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="TLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="TRCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Client">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Icon">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="AllDesktops">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleOmnipresent"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Shade">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleShade"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Iconify">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Iconify"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Maximize">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleMaximizeFull"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
|
<action name="ToggleMaximizeVert"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Click">
|
||||||
|
<action name="ToggleMaximizeHorz"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Close">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Close"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Desktop">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="Root">
|
||||||
|
<!-- Menus -->
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>client-list-combined-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="ShowMenu">
|
||||||
|
<menu>root-menu</menu>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
<context name="MoveResize">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="DesktopPrevious"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="DesktopNext"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
|
<menu>
|
||||||
|
<!-- You can specify more than one menu file in here and they are all loaded,
|
||||||
|
just don't make menu ids clash or, well, it'll be kind of pointless -->
|
||||||
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
|
<file>/usr/share/lxde/openbox/menu.xml</file>
|
||||||
|
<hideDelay>200</hideDelay>
|
||||||
|
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
||||||
|
menu is hidden again -->
|
||||||
|
<middle>no</middle>
|
||||||
|
<!-- center submenus vertically about the parent entry -->
|
||||||
|
<submenuShowDelay>100</submenuShowDelay>
|
||||||
|
<!-- this one is easy, time to delay before showing a submenu after hovering
|
||||||
|
over the parent entry -->
|
||||||
|
<applicationIcons>yes</applicationIcons>
|
||||||
|
<!-- controls if icons appear in the client-list-(combined-)menu -->
|
||||||
|
<manageDesktops>yes</manageDesktops>
|
||||||
|
<!-- show the manage desktops section in the client-list-(combined-)menu -->
|
||||||
|
</menu>
|
||||||
|
<applications>
|
||||||
|
<!--
|
||||||
|
# this is an example with comments through out. use these to make your
|
||||||
|
# own rules, but without the comments of course.
|
||||||
|
|
||||||
|
<application name="first element of window's WM_CLASS property (see xprop)"
|
||||||
|
class="second element of window's WM_CLASS property (see xprop)"
|
||||||
|
role="the window's WM_WINDOW_ROLE property (see xprop)">
|
||||||
|
# the name or the class can be set, or both. this is used to match
|
||||||
|
# windows when they appear. role can optionally be set as well, to
|
||||||
|
# further restrict your matches.
|
||||||
|
|
||||||
|
# the name, class, and role use simple wildcard matching such as those
|
||||||
|
# used by a shell. you can use * to match any characters and ? to match
|
||||||
|
# any single character.
|
||||||
|
|
||||||
|
# when multiple rules match a window, they will all be applied, in the
|
||||||
|
# order that they appear in this list
|
||||||
|
|
||||||
|
|
||||||
|
# each element can be left out or set to 'default' to specify to not
|
||||||
|
# change that attribute of the window
|
||||||
|
|
||||||
|
<decor>yes</decor>
|
||||||
|
# enable or disable window decorations
|
||||||
|
|
||||||
|
<shade>no</shade>
|
||||||
|
# make the window shaded when it appears, or not
|
||||||
|
|
||||||
|
<position>
|
||||||
|
# the position is only used if both an x and y coordinate are provided
|
||||||
|
# (and not set to 'default')
|
||||||
|
<x>center</x>
|
||||||
|
# a number like 50, or 'center' to center on screen. use a negative number
|
||||||
|
# to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
|
||||||
|
# right edge (or bottom).
|
||||||
|
<y>200</y>
|
||||||
|
<monitor>1</monitor>
|
||||||
|
# specifies the monitor in a xinerama setup.
|
||||||
|
# 1 is the first head, or 'mouse' for wherever the mouse is
|
||||||
|
</position>
|
||||||
|
|
||||||
|
<focus>yes</focus>
|
||||||
|
# if the window should try be given focus when it appears. if this is set
|
||||||
|
# to yes it doesn't guarantee the window will be given focus. some
|
||||||
|
# restrictions may apply, but Openbox will try to
|
||||||
|
|
||||||
|
<desktop>1</desktop>
|
||||||
|
# 1 is the first desktop, 'all' for all desktops
|
||||||
|
|
||||||
|
<layer>normal</layer>
|
||||||
|
# 'above', 'normal', or 'below'
|
||||||
|
|
||||||
|
<iconic>no</iconic>
|
||||||
|
# make the window iconified when it appears, or not
|
||||||
|
|
||||||
|
<skip_pager>no</skip_pager>
|
||||||
|
# asks to not be shown in pagers
|
||||||
|
|
||||||
|
<skip_taskbar>no</skip_taskbar>
|
||||||
|
# asks to not be shown in taskbars. window cycling actions will also
|
||||||
|
# skip past such windows
|
||||||
|
|
||||||
|
<fullscreen>yes</fullscreen>
|
||||||
|
# make the window in fullscreen mode when it appears
|
||||||
|
|
||||||
|
<maximized>true</maximized>
|
||||||
|
# 'Horizontal', 'Vertical' or boolean (yes/no)
|
||||||
|
</application>
|
||||||
|
|
||||||
|
# end of the example
|
||||||
|
-->
|
||||||
|
</applications>
|
||||||
|
</openbox_config>
|
42
lxde/skel/.config/pcmanfm/LXDE/desktop-items-0.conf
Normal file
42
lxde/skel/.config/pcmanfm/LXDE/desktop-items-0.conf
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
[*]
|
||||||
|
wallpaper_mode=crop
|
||||||
|
wallpaper_common=1
|
||||||
|
wallpaper=/usr/share/backgrounds/Artix_dna_spiral_dark.jpg
|
||||||
|
desktop_bg=#000000
|
||||||
|
desktop_fg=#ffffff
|
||||||
|
desktop_shadow=#000000
|
||||||
|
desktop_font=Fira Sans 11
|
||||||
|
show_wm_menu=0
|
||||||
|
sort=mtime;ascending;
|
||||||
|
show_documents=0
|
||||||
|
show_trash=1
|
||||||
|
show_mounts=1
|
||||||
|
|
||||||
|
[io.github.Hexchat.desktop]
|
||||||
|
x=2
|
||||||
|
y=149
|
||||||
|
|
||||||
|
[computer.desktop]
|
||||||
|
x=2
|
||||||
|
y=2
|
||||||
|
|
||||||
|
[user-home.desktop]
|
||||||
|
x=2
|
||||||
|
y=65
|
||||||
|
|
||||||
|
[OpenRC.pdf]
|
||||||
|
x=2
|
||||||
|
y=333
|
||||||
|
|
||||||
|
[Configuration.pdf]
|
||||||
|
x=2
|
||||||
|
y=230
|
||||||
|
|
||||||
|
[calamares.desktop]
|
||||||
|
x=95
|
||||||
|
y=2
|
||||||
|
|
||||||
|
[trash:///]
|
||||||
|
x=93
|
||||||
|
y=91
|
||||||
|
|
26
lxde/skel/.config/pcmanfm/LXDE/pcmanfm.conf
Normal file
26
lxde/skel/.config/pcmanfm/LXDE/pcmanfm.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
[config]
|
||||||
|
bm_open_method=0
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
mount_on_startup=1
|
||||||
|
mount_removable=1
|
||||||
|
autorun=1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
always_show_tabs=0
|
||||||
|
max_tab_chars=32
|
||||||
|
win_width=793
|
||||||
|
win_height=715
|
||||||
|
splitter_pos=150
|
||||||
|
media_in_new_tab=0
|
||||||
|
desktop_folder_new_win=0
|
||||||
|
change_tab_on_drop=1
|
||||||
|
close_on_unmount=1
|
||||||
|
focus_previous=0
|
||||||
|
side_pane_mode=places
|
||||||
|
view_mode=icon
|
||||||
|
show_hidden=0
|
||||||
|
sort=name;ascending;
|
||||||
|
toolbar=newtab;navigation;home;
|
||||||
|
show_statusbar=1
|
||||||
|
pathbar_mode_buttons=0
|
26
lxde/skel/.config/pcmanfm/default/pcmanfm.conf
Normal file
26
lxde/skel/.config/pcmanfm/default/pcmanfm.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
[config]
|
||||||
|
bm_open_method=0
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
mount_on_startup=1
|
||||||
|
mount_removable=1
|
||||||
|
autorun=1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
always_show_tabs=0
|
||||||
|
max_tab_chars=32
|
||||||
|
win_width=640
|
||||||
|
win_height=480
|
||||||
|
splitter_pos=150
|
||||||
|
media_in_new_tab=0
|
||||||
|
desktop_folder_new_win=0
|
||||||
|
change_tab_on_drop=1
|
||||||
|
close_on_unmount=1
|
||||||
|
focus_previous=0
|
||||||
|
side_pane_mode=places
|
||||||
|
view_mode=icon
|
||||||
|
show_hidden=0
|
||||||
|
sort=name;ascending;
|
||||||
|
toolbar=newtab;navigation;home;
|
||||||
|
show_statusbar=1
|
||||||
|
pathbar_mode_buttons=0
|
@@ -0,0 +1,18 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Action
|
||||||
|
Name=Edit as Root
|
||||||
|
Name[fr]=Editer en tant que root
|
||||||
|
Name[de]=Bearbeiten als root
|
||||||
|
Icon=dialog-password
|
||||||
|
Profiles=profile-editasroot;profile-editasroot2;
|
||||||
|
|
||||||
|
[X-Action-Profile profile-editasroot]
|
||||||
|
MimeTypes=text/*;
|
||||||
|
TryExec=leafpad
|
||||||
|
Exec=gksudo leafpad %f
|
||||||
|
Name=Default profile
|
||||||
|
|
||||||
|
[X-Action-Profile profile-editasroot2]
|
||||||
|
MimeTypes=application/x-desktop;
|
||||||
|
Exec=gksudo leafpad %f
|
||||||
|
Name=Default profile
|
@@ -0,0 +1,10 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Action
|
||||||
|
Name=Open Folder as Root
|
||||||
|
Icon=dialog-password
|
||||||
|
Profiles=profile-openfolderasroot
|
||||||
|
|
||||||
|
[X-Action-Profile profile-openfolderasroot]
|
||||||
|
MimeTypes=inode/directory;
|
||||||
|
Exec=gksudo pcmanfm %u
|
||||||
|
Name=Default profile
|
@@ -0,0 +1,11 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Action
|
||||||
|
Name=Set As Wallpaper
|
||||||
|
Name[fr]=Définir comme fond d'écran
|
||||||
|
Icon=user-desktop
|
||||||
|
Profiles=profile-setaswallpaper
|
||||||
|
|
||||||
|
[X-Action-Profile profile-setaswallpaper]
|
||||||
|
MimeTypes=image/*;
|
||||||
|
Exec=pcmanfm -w %f
|
||||||
|
Name=Default profile
|
16
lxqt/skel/.config/autostart/cmst-autostart.desktop
Normal file
16
lxqt/skel/.config/autostart/cmst-autostart.desktop
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Version=1.0
|
||||||
|
Name=Connman UI Setup
|
||||||
|
GenericName=Network Configuration
|
||||||
|
Comment=QT GUI frontend for connman
|
||||||
|
Categories=Settings;System;Qt;Network;
|
||||||
|
Icon=cmst
|
||||||
|
Exec=cmst -w5
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=false
|
||||||
|
X-GNOME-Autostart-enabled=true
|
||||||
|
Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;WAN;Broadband;Bluetooth;vpn;DNS;
|
||||||
|
|
||||||
|
Name[de]=Netzwerk-Konfiguration
|
||||||
|
|
@@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Network
|
|
||||||
Comment=Networkmmanager applet
|
|
||||||
Icon=network-wireless
|
|
||||||
Exec=nm-applet
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
OnlyShowIn=LXQt;
|
|
||||||
TryExec=nm-applet
|
|
||||||
X-LXQt-Module=true
|
|
48
lxqt/skel/.config/cmst/cmst.conf
Normal file
48
lxqt/skel/.config/cmst/cmst.conf
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
[CheckBoxes]
|
||||||
|
advanced=false
|
||||||
|
devices_off=false
|
||||||
|
enable_daemon_notifications=false
|
||||||
|
enable_interface_tooltips=false
|
||||||
|
enable_systemtray_notications=true
|
||||||
|
enable_systemtray_tooltips=true
|
||||||
|
hide_tray_icon=false
|
||||||
|
reset_counters=false
|
||||||
|
retain_settings=true
|
||||||
|
retain_state=false
|
||||||
|
retry_failed=true
|
||||||
|
run_on_startup=true
|
||||||
|
services_less=false
|
||||||
|
technologies_less=false
|
||||||
|
|
||||||
|
[ExternalPrograms]
|
||||||
|
run_after_connect=
|
||||||
|
|
||||||
|
[IconManager]
|
||||||
|
last_installed_icon_def_file=1ec7823d299e7b8c5703a6d75e40695b
|
||||||
|
|
||||||
|
[LineEdits]
|
||||||
|
colorize_icons=
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
current_page=5
|
||||||
|
pos=@Point(375 62)
|
||||||
|
size=@Size(689 697)
|
||||||
|
splitter_01=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\r\0\0\x1\r\x1\0\0\0\x5\x1\0\0\0\x2\0)
|
||||||
|
|
||||||
|
[StartOptions]
|
||||||
|
counter_update_rate=5
|
||||||
|
desktop_mate=false
|
||||||
|
desktop_none=true
|
||||||
|
desktop_xfce=false
|
||||||
|
disable_minimized=false
|
||||||
|
disable_tray_icon=false
|
||||||
|
disable_vpn=false
|
||||||
|
enable_counters=true
|
||||||
|
fake_transparency_color=0
|
||||||
|
icon_theme=
|
||||||
|
start_minimized=true
|
||||||
|
use_counter_update_rate=false
|
||||||
|
use_fake_transparency=false
|
||||||
|
use_icon_theme=false
|
||||||
|
use_wait_time=false
|
||||||
|
wait_time=1
|
BIN
lxqt/skel/.config/falkon/profiles/default/session.dat
Normal file
BIN
lxqt/skel/.config/falkon/profiles/default/session.dat
Normal file
Binary file not shown.
157
lxqt/skel/.config/falkon/profiles/default/settings.ini
Normal file
157
lxqt/skel/.config/falkon/profiles/default/settings.ini
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
[AdBlock]
|
||||||
|
disabledRules=@Invalid()
|
||||||
|
enabled=true
|
||||||
|
lastUpdate=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x83\x1a\0\xf\x1du\0)
|
||||||
|
|
||||||
|
[AddressBar]
|
||||||
|
CustomProgressColor=@Variant(\0\0\0\x43\x1\xff\xff\x30\x30\x8c\x8c\xc6\xc6\0\0)
|
||||||
|
ProgressStyle=0
|
||||||
|
SelectAllTextOnClick=false
|
||||||
|
SelectAllTextOnDoubleClick=true
|
||||||
|
ShowLoadingProgress=false
|
||||||
|
UseCustomProgressColor=false
|
||||||
|
alwaysShowGoIcon=true
|
||||||
|
showSuggestions=0
|
||||||
|
showSwitchTab=true
|
||||||
|
useInlineCompletion=true
|
||||||
|
|
||||||
|
[Browser]
|
||||||
|
RunsWithoutOptimizeDb=5
|
||||||
|
|
||||||
|
[Browser-Fonts]
|
||||||
|
CursiveFont=TeX Gyre Chorus
|
||||||
|
DefaultFontSize=15
|
||||||
|
FantasyFont=Impact
|
||||||
|
FixedFont=Roboto Mono
|
||||||
|
FixedFontSize=14
|
||||||
|
MinimumFontSize=3
|
||||||
|
MinimumLogicalFontSize=5
|
||||||
|
SansSerifFont=Roboto
|
||||||
|
SerifFont=DejaVu Serif
|
||||||
|
StandardFont=DejaVu Serif
|
||||||
|
|
||||||
|
[Browser-Tabs-Settings]
|
||||||
|
ActivateLastTabWhenClosingActual=false
|
||||||
|
AlwaysSwitchTabsWithWheel=false
|
||||||
|
AskOnClosing=false
|
||||||
|
OpenNewTabsSelected=false
|
||||||
|
OpenPopupsInTabs=true
|
||||||
|
TabsOnTop=true
|
||||||
|
dontCloseWithOneTab=false
|
||||||
|
hideTabsWithOneTab=false
|
||||||
|
newEmptyTabAfterActive=false
|
||||||
|
newTabAfterActive=true
|
||||||
|
showCloseOnInactiveTabs=0
|
||||||
|
showClosedTabsButton=false
|
||||||
|
|
||||||
|
[Browser-View-Settings]
|
||||||
|
LocationBarWidth=1081
|
||||||
|
SideBar=
|
||||||
|
SideBarWidth=250
|
||||||
|
WebSearchBarWidth=314
|
||||||
|
WebViewWidth=2000
|
||||||
|
WindowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\x6\x8f\0\0\x3\xf3\0\0\0\xc2\0\0\0\x82\0\0\x5\xcd\0\0\x3\x8b\0\0\0\0\x2\0\0\0\x6\x90)
|
||||||
|
instantBookmarksToolbar=false
|
||||||
|
settingsDialogPage=0
|
||||||
|
showBookmarksToolbar=false
|
||||||
|
showNavigationToolbar=true
|
||||||
|
showStatusBar=true
|
||||||
|
|
||||||
|
[Cookie-Settings]
|
||||||
|
allowCookies=true
|
||||||
|
blacklist=@Invalid()
|
||||||
|
deleteCookiesOnClose=false
|
||||||
|
filterThirdPartyCookies=false
|
||||||
|
filterTrackingCookie=false
|
||||||
|
whitelist=@Invalid()
|
||||||
|
|
||||||
|
[DownloadManager]
|
||||||
|
CloseManagerOnFinish=false
|
||||||
|
ExternalManagerArguments=
|
||||||
|
ExternalManagerExecutable=
|
||||||
|
UseExternalManager=false
|
||||||
|
defaultDownloadPath=
|
||||||
|
|
||||||
|
[Notifications]
|
||||||
|
Enabled=true
|
||||||
|
Position=@Point(10 10)
|
||||||
|
Timeout=6000
|
||||||
|
UseNativeDesktop=true
|
||||||
|
|
||||||
|
[Plugin-Settings]
|
||||||
|
AllowedPlugins=internal:adblock, lib:StatusBarIcons.so, lib:TabManager.so
|
||||||
|
|
||||||
|
[Preferences]
|
||||||
|
Geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x1_\0\0\0]\0\0\x5s\0\0\x3=\0\0\x1\x65\0\0\0~\0\0\x5m\0\0\x3\x37\0\0\0\0\0\0\0\0\x6\x90)"
|
||||||
|
|
||||||
|
[SearchEngines]
|
||||||
|
DefaultEngine=DuckDuckGo
|
||||||
|
SearchFromAddressBar=true
|
||||||
|
SearchWithDefaultEngine=false
|
||||||
|
activeEngine=DuckDuckGo
|
||||||
|
showSearchSuggestions=true
|
||||||
|
|
||||||
|
[SessionRestore]
|
||||||
|
isRestoring=false
|
||||||
|
isRunning=true
|
||||||
|
|
||||||
|
[Shortcuts]
|
||||||
|
useSingleKeyShortcuts=false
|
||||||
|
useSpeedDialNumberShortcuts=true
|
||||||
|
useTabNumberShortcuts=true
|
||||||
|
|
||||||
|
[SpeedDial]
|
||||||
|
background=
|
||||||
|
backsize=auto
|
||||||
|
pages="url:\"https://artixlinux.org\"|title:\"Artix Linux - Home\";url:\"https://wiki.artixlinux.org\"|title:\"Wiki | Main / Artix Wiki Main Page\";url:\"https://forum.artixlinux.org\"|title:\"Artix Linux Forum - Index\";url:\"https://gitea.artixlinux.org\"|title:\"Explore - Artix Linux Gitea\";"
|
||||||
|
pagesrow=4
|
||||||
|
sdcenter=false
|
||||||
|
sdsize=231
|
||||||
|
|
||||||
|
[SpellCheck]
|
||||||
|
Enabled=false
|
||||||
|
Languages=@Invalid()
|
||||||
|
|
||||||
|
[Themes]
|
||||||
|
activeTheme=linux
|
||||||
|
|
||||||
|
[Web-Browser-Settings]
|
||||||
|
AllowLocalCache=true
|
||||||
|
AnimateScrolling=true
|
||||||
|
AutoCompletePasswords=true
|
||||||
|
AutomaticallyOpenProtocols=@Invalid()
|
||||||
|
BlockOpeningProtocols=@Invalid()
|
||||||
|
CheckUpdates=true
|
||||||
|
DefaultZoomLevel=6
|
||||||
|
DoNotTrack=false
|
||||||
|
HTML5StorageEnabled=true
|
||||||
|
IncludeLinkInFocusChain=false
|
||||||
|
LoadTabsOnActivation=true
|
||||||
|
LocalCacheSize=50
|
||||||
|
PrintElementBackground=true
|
||||||
|
SavePasswordsOnSites=true
|
||||||
|
SpatialNavigation=false
|
||||||
|
UseNativeScrollbars=false
|
||||||
|
XSSAuditing=false
|
||||||
|
allowHistory=true
|
||||||
|
allowJavaScript=true
|
||||||
|
allowPlugins=true
|
||||||
|
closeAppWithCtrlQ=true
|
||||||
|
deleteCacheOnClose=false
|
||||||
|
deleteHTML5StorageOnClose=false
|
||||||
|
deleteHistoryOnClose=false
|
||||||
|
lastActiveSessionPath=../session.dat
|
||||||
|
userStyleSheet=
|
||||||
|
wheelScrollLines=3
|
||||||
|
|
||||||
|
[Web-Proxy]
|
||||||
|
HostName=
|
||||||
|
Password=
|
||||||
|
Port=8080
|
||||||
|
ProxyType=2
|
||||||
|
Username=
|
||||||
|
|
||||||
|
[Web-URL-Settings]
|
||||||
|
afterLaunch=3
|
||||||
|
homepage=@Variant(\0\0\0\x11\0\0\0\x16https://artixlinux.org)
|
||||||
|
newTabUrl=@Variant(\0\0\0\x11\0\0\0\x10\x66\x61lkon:speeddial)
|
2
lxqt/skel/.config/falkon/profiles/profiles.ini
Normal file
2
lxqt/skel/.config/falkon/profiles/profiles.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Profiles]
|
||||||
|
startProfile="default"
|
@@ -1,16 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
gtk-theme-name=Breeze
|
|
||||||
gtk-icon-theme-name=breeze
|
|
||||||
gtk-font-name=Cantarell 11
|
|
||||||
gtk-cursor-theme-size=0
|
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-button-images=true
|
|
||||||
gtk-menu-images=true
|
|
||||||
gtk-enable-event-sounds=true
|
|
||||||
gtk-enable-input-feedback-sounds=true
|
|
||||||
gtk-xft-antialias=true
|
|
||||||
gtk-xft-hinting=true
|
|
||||||
gtk-xft-hintstyle=hintslight
|
|
||||||
gtk-xft-rgba=rgb
|
|
||||||
gtk-cursor-theme-name=Breeze
|
|
@@ -1,23 +0,0 @@
|
|||||||
[File%20manager]
|
|
||||||
ShowAsTree=false
|
|
||||||
lastDir=/home/artix
|
|
||||||
|
|
||||||
[Plugins]
|
|
||||||
Autosave=false
|
|
||||||
Color%20Picker=false
|
|
||||||
|
|
||||||
[Symbol_browser]
|
|
||||||
ActivateOnSingleClick=false
|
|
||||||
Detail=false
|
|
||||||
Expand=false
|
|
||||||
Sort=false
|
|
||||||
|
|
||||||
[editor]
|
|
||||||
showWhitespaces=false
|
|
||||||
|
|
||||||
[main]
|
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0 \0\0\x2\xad\0\0\x2G\0\0\0\x2\0\0\0\x37\0\0\x2\xab\0\0\x2\x45\0\0\0\0\0\0\0\0\x4\0)
|
|
||||||
isMaximized=false
|
|
||||||
lastSession=
|
|
||||||
mwState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x3\0\0\0\0\0\0\x1\0\0\0\x1\xba\xfc\x2\0\0\0\x2\xfb\0\0\0\x12\0\x44\0o\0\x63\0u\0m\0\x65\0n\0t\0s\x1\0\0\0>\0\0\0\xc9\0\0\0v\0\xff\xff\xff\xfb\0\0\0\n\0\x46\0i\0l\0\x65\0s\x1\0\0\x1\r\0\0\0\xeb\0\0\0\x9f\0\xff\xff\xff\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0S\0y\0m\0\x62\0o\0l\0 \0\x62\0r\0o\0w\0s\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0Z\0\xff\xff\xff\0\0\0\x3\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0\x1c\0S\0\x65\0\x61\0r\0\x63\0h\0 \0r\0\x65\0s\0u\0l\0t\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x46\0\xff\xff\xff\0\0\x1\xa4\0\0\x1\xba\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x16\0m\0\x61\0i\0n\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0$\0\x46\0i\0n\0\x64\0I\0n\0\x46\0i\0l\0\x65\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1v\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0&\0X\0M\0L\0\x46\0o\0r\0m\0\x61\0t\0t\0\x65\0r\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1\xbe\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
|
|
||||||
|
|
@@ -1,5 +1,18 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
enableBatteryWatcher=false
|
enableBatteryWatcher=true
|
||||||
enableLidWatcher=false
|
enableExtMonLidClosedActions=false
|
||||||
|
enableIdlenessWatcher=true
|
||||||
|
enableLidWatcher=true
|
||||||
|
idlenessAction=-2
|
||||||
|
idlenessTimeSecs=900
|
||||||
|
lidClosedAcAction=4
|
||||||
|
lidClosedAction=4
|
||||||
|
lidClosedExtMonAcAction=-1
|
||||||
|
lidClosedExtMonAction=-1
|
||||||
|
powerLowAction=-1
|
||||||
|
powerLowLevel=5
|
||||||
|
powerLowWarning=30
|
||||||
runCheckLevel=1
|
runCheckLevel=1
|
||||||
|
showIcon=true
|
||||||
|
useThemeIcons=false
|
||||||
|
@@ -1,11 +1,12 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
icon_theme=breeze
|
icon_follow_color_scheme=true
|
||||||
theme=frost
|
icon_theme=breeze-dark
|
||||||
|
theme=system
|
||||||
|
|
||||||
[Mouse]
|
[Mouse]
|
||||||
cursor_theme=Breeze
|
cursor_theme=Premium
|
||||||
|
|
||||||
[Qt]
|
[Qt]
|
||||||
style=Fusion
|
font="Roboto,11,-1,5,50,0,0,0,0,0"
|
||||||
|
style=gtk2
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
|
|
||||||
[clock]
|
[worldclock2]
|
||||||
alignment=Right
|
alignment=Right
|
||||||
type=clock
|
type=worldclock
|
||||||
|
|
||||||
[desktopswitch]
|
[desktopswitch]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
@@ -24,7 +24,9 @@ type=kbindicator
|
|||||||
|
|
||||||
[mainmenu]
|
[mainmenu]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
showText=true
|
icon=/usr/share/icons/artix/logo.svg
|
||||||
|
ownIcon=true
|
||||||
|
showText=false
|
||||||
type=mainmenu
|
type=mainmenu
|
||||||
|
|
||||||
[mount]
|
[mount]
|
||||||
@@ -37,23 +39,23 @@ desktop=0
|
|||||||
iconSize=22
|
iconSize=22
|
||||||
lineCount=1
|
lineCount=1
|
||||||
panelSize=32
|
panelSize=32
|
||||||
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, panelvolume, clock, kbindicator
|
plugins=mainmenu, directorymenu, desktopswitch, quicklaunch, taskbar, tray, mount, volume2, worldclock2, kbindicator
|
||||||
position=Top
|
position=Bottom
|
||||||
width=100
|
width=100
|
||||||
width-percent=true
|
width-percent=true
|
||||||
|
|
||||||
[panelvolume]
|
[volume2]
|
||||||
alignment=Right
|
alignment=Right
|
||||||
audioEngine=Alsa
|
audioEngine=Alsa
|
||||||
mixerCommand=alsamixer
|
type=volume
|
||||||
type=panelvolume
|
|
||||||
|
|
||||||
[quicklaunch]
|
[quicklaunch]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||||
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
||||||
apps\3\desktop=/usr/share/applications/lxqt-config.desktop
|
apps\3\desktop=/usr/share/applications/org.kde.falkon.desktop
|
||||||
apps\size=3
|
apps\4\desktop=/usr/share/applications/lxqt-config.desktop
|
||||||
|
apps\size=4
|
||||||
type=quicklaunch
|
type=quicklaunch
|
||||||
|
|
||||||
[taskbar]
|
[taskbar]
|
||||||
|
@@ -4,9 +4,10 @@ leave_confirmation=true
|
|||||||
window_manager=openbox
|
window_manager=openbox
|
||||||
|
|
||||||
[Environment]
|
[Environment]
|
||||||
BROWSER=qupzilla
|
BROWSER=falkon
|
||||||
GTK_CSD=0
|
GTK_CSD=0
|
||||||
|
GTK_OVERLAY_SCROLLING=0
|
||||||
TERM=qterminal
|
TERM=qterminal
|
||||||
|
|
||||||
[Mouse]
|
[Mouse]
|
||||||
cursor_theme=Breeze
|
cursor_theme=Premium
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -11,9 +11,9 @@ ShadowColor=#000000
|
|||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
Wallpaper=/usr/share/backgrounds/GradientGlowBlue.jpg
|
||||||
WallpaperMode=stretch
|
WallpaperMode=zoom
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
BigIconSize=48
|
BigIconSize=48
|
||||||
@@ -22,7 +22,7 @@ ShowHidden=false
|
|||||||
SidePaneIconSize=24
|
SidePaneIconSize=24
|
||||||
SmallIconSize=24
|
SmallIconSize=24
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
ThumbnailIconSize=128
|
ThumbnailIconSize=128
|
||||||
|
|
||||||
[System]
|
[System]
|
||||||
|
@@ -11,9 +11,9 @@ ShadowColor=#000000
|
|||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
Wallpaper=/usr/share/backgrounds/GradientGlowBlue.jpg
|
||||||
WallpaperMode=center
|
WallpaperMode=zoom
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
BigIconSize=48
|
BigIconSize=48
|
||||||
@@ -22,7 +22,7 @@ ShowHidden=false
|
|||||||
SidePaneIconSize=24
|
SidePaneIconSize=24
|
||||||
SmallIconSize=24
|
SmallIconSize=24
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
ThumbnailIconSize=128
|
ThumbnailIconSize=128
|
||||||
|
|
||||||
[System]
|
[System]
|
||||||
|
6
lxqt/skel/.config/qt5ct/qt5ct.conf
Normal file
6
lxqt/skel/.config/qt5ct/qt5ct.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt5ct/colors/Artix-dark.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=breeze-dark
|
||||||
|
standard_dialogs=default
|
||||||
|
style=gtk2
|
@@ -18,7 +18,7 @@ emulation=linux
|
|||||||
font=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x2\x1\0\x32\x10)
|
font=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x2\x1\0\x32\x10)
|
||||||
guiStyle=
|
guiStyle=
|
||||||
highlightCurrentTerminal=true
|
highlightCurrentTerminal=true
|
||||||
termOpacity=80
|
termOpacity=90
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
|
|
||||||
[DropMode]
|
[DropMode]
|
||||||
@@ -29,7 +29,7 @@ ShowOnStart=true
|
|||||||
Width=70
|
Width=70
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
appOpacity=80
|
appOpacity=90
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\0\0\0\0\0\x8d\0\0\x3\xa1\0\0\x2\xf9\0\0\0\x4\0\0\0\xa7\0\0\x3\x9d\0\0\x2\xf5\0\0\0\0\0\0)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\0\0\0\0\0\x8d\0\0\x3\xa1\0\0\x2\xf9\0\0\0\x4\0\0\0\xa7\0\0\x3\x9d\0\0\x2\xf5\0\0\0\0\0\0)
|
||||||
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\xff\xff\xff\xff\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x8b\0\xff\xff\xff\0\0\x3\x9a\0\0\x2\x37\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\xff\xff\xff\xff\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x8b\0\xff\xff\xff\0\0\x3\x9a\0\0\x2\x37\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
||||||
|
|
||||||
|
4
mate/dconf/db/mate.d/connman
Normal file
4
mate/dconf/db/mate.d/connman
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[net/connman/gtk]
|
||||||
|
launch-to-tray=true
|
||||||
|
openconnect-use-fsid-by-default=false
|
||||||
|
status-icon-enabled=true
|
77
mate/dconf/db/mate.d/panel
Normal file
77
mate/dconf/db/mate.d/panel
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
[org/mate/panel/general]
|
||||||
|
toplevel-id-list=['bottom']
|
||||||
|
object-id-list=['main-menu', 'show-desktop', 'irc', 'browser', 'terminal', 'window-list', 'drive-mounter', 'notification-area', 'clock-applet']
|
||||||
|
|
||||||
|
[org/mate/panel/toplevels/bottom]
|
||||||
|
orientation='bottom'
|
||||||
|
size=30
|
||||||
|
|
||||||
|
[org/mate/panel/objects/main-menu]
|
||||||
|
object-type='menu'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
|
||||||
|
[org/mate/panel/objects/show-desktop]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='WnckletFactory::ShowDesktopApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=false
|
||||||
|
position=1
|
||||||
|
|
||||||
|
[org/mate/panel/objects/irc]
|
||||||
|
launcher-location='/usr/share/applications/io.github.Hexchat.desktop'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=1
|
||||||
|
object-type='launcher'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/browser]
|
||||||
|
launcher-location='/usr/share/applications/org.midori_browser.Midori.desktop'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=1
|
||||||
|
object-type='launcher'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/terminal]
|
||||||
|
launcher-location='/usr/share/applications/mate-terminal.desktop'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=1
|
||||||
|
object-type='launcher'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/window-list]
|
||||||
|
applet-iid='WnckletFactory::WindowListApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
position=2
|
||||||
|
object-type='applet'
|
||||||
|
panel-right-stick=false
|
||||||
|
|
||||||
|
[org/mate/panel/objects/drive-mounter]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='DriveMountAppletFactory::DriveMountApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=2
|
||||||
|
|
||||||
|
[org/mate/panel/objects/indicators]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='IndicatorAppletCompleteFactory::IndicatorAppletComplete'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=2
|
||||||
|
|
||||||
|
[org/mate/panel/objects/notification-area]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='NotificationAreaAppletFactory::NotificationArea'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=1
|
||||||
|
|
||||||
|
[org/mate/panel/objects/clock-applet]
|
||||||
|
object-type='applet'
|
||||||
|
applet-iid='ClockAppletFactory::ClockApplet'
|
||||||
|
toplevel-id='bottom'
|
||||||
|
panel-right-stick=true
|
||||||
|
position=0
|
||||||
|
|
||||||
|
[org/mate/panel/objects/clock-applet/prefs]
|
||||||
|
show-date=false
|
48
mate/dconf/db/mate.d/theme
Normal file
48
mate/dconf/db/mate.d/theme
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
[org/mate/desktop/background]
|
||||||
|
picture-filename='/usr/share/backgrounds/GradientGlowBlue.jpg'
|
||||||
|
|
||||||
|
[org/mate/pluma]
|
||||||
|
auto-indent=true
|
||||||
|
insert-spaces=true
|
||||||
|
color-scheme='Artix-dark'
|
||||||
|
|
||||||
|
[org/mate/caja/desktop]
|
||||||
|
computer-icon-visible=true
|
||||||
|
|
||||||
|
[org/mate/marco/general]
|
||||||
|
num-workspaces=1
|
||||||
|
theme='Spidey'
|
||||||
|
|
||||||
|
[org/mate/caja/preferences]
|
||||||
|
show-image-thumbnails='always'
|
||||||
|
|
||||||
|
[org/mate/desktop/font-rendering]
|
||||||
|
hinting='slight'
|
||||||
|
|
||||||
|
[org/mate/desktop/media-handling]
|
||||||
|
automount-open=false
|
||||||
|
|
||||||
|
[org/mate/screensaver]
|
||||||
|
lock-enabled=false
|
||||||
|
mode='blank-only'
|
||||||
|
themes='[]'
|
||||||
|
|
||||||
|
[org/mate/desktop/interface]
|
||||||
|
gtk-theme='Artix-dark'
|
||||||
|
icon-theme='matefaenzadark'
|
||||||
|
gtk-color-scheme='base_color:#2B2B2C\nfg_color:#e3e3e3\ntooltip_fg_color:#eaeaea\nselected_bg_color:#4080fb\nselected_fg_color:#eaeaea\ntext_color:#e3e3e3\nbg_color:#323131\ninsensitive_bg_color:#434446\ntooltip_bg_color:#343434\nlink_color:#4080fb'
|
||||||
|
|
||||||
|
[org/mate/panel/general]
|
||||||
|
locked-down=false
|
||||||
|
|
||||||
|
[org/mate/power-manager]
|
||||||
|
backlight-battery-reduce=false
|
||||||
|
|
||||||
|
[org/mate/desktop/peripherals/keyboard]
|
||||||
|
numlock-state='on'
|
||||||
|
|
||||||
|
[org/mate/desktop/peripherals/mouse]
|
||||||
|
cursor-theme='Premium'
|
||||||
|
|
||||||
|
[org/mate/notification-daemon]
|
||||||
|
theme='standard'
|
2
mate/dconf/profile/user
Normal file
2
mate/dconf/profile/user
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
user-db:user
|
||||||
|
system-db:mate
|
5
mate/schemas/99_artix-mate.gschema.override
Normal file
5
mate/schemas/99_artix-mate.gschema.override
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[org.mate.panel.object]
|
||||||
|
custom-icon='/usr/share/icons/artix/logo.svg'
|
||||||
|
object-type='menu'
|
||||||
|
use-custom-icon=true
|
||||||
|
|
9
mate/skel/.config/autostart/connman-gtk.desktop
Normal file
9
mate/skel/.config/autostart/connman-gtk.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=connman-gtk
|
||||||
|
Hidden=false
|
||||||
|
X-MATE-Autostart-enabled=true
|
||||||
|
Name[en_US]=ConnMan GTK
|
||||||
|
Name=ConnMan GTK
|
||||||
|
Comment[en_US]=
|
||||||
|
Comment=
|
134
mate/skel/.config/caja/accels
Normal file
134
mate/skel/.config/caja/accels
Normal file
@@ -0,0 +1,134 @@
|
|||||||
|
; caja GtkAccelMap rc-file -*- scheme -*-
|
||||||
|
; this file is an automated accelerator map dump
|
||||||
|
;
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/New Empty File" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Close All Folders" "<Primary>q")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/File" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Format Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Go to Location" "<Primary>l")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Size" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OpenAlternate" "<Primary><Shift>w")
|
||||||
|
; (gtk_accel_path "<Actions>/DesktopViewActions/Empty Trash Conditional" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Zoom In" "<Primary>plus")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Cut" "<Primary>x")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Go to Computer" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/RenameSelectAll" "<Shift>F2")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Redo" "<Primary>y")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Create Link" "<Primary>m")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Preferences" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Reversed Order" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OpenAccel" "<Alt>Down")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Delete" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/No Templates" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Unstretch" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationDelete" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Stop" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/New Documents" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationCopy" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Close" "<Primary>w")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Connect To Server Link" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Eject Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Stop Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationRestoreFromTrash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DesktopViewActions/New Launcher Desktop" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Poll" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Edit" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Zoom Out" "<Primary>minus")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication2" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Keep Aligned" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/New Launcher" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Open With" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Move to next pane" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Unmount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OpenInNewTab" "<Primary><Shift>o")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Name" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Select Pattern" "<Primary>s")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Go to Network" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication1" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Format Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Search" "<Primary>f")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Start Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Properties" "<Alt>Return")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Home" "<Alt>Home")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Go to Trash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Poll" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Stop Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Open Scripts Folder" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Mount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Copy to Home" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Move to Desktop" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Close Parent Folders" "<Primary><Shift>w")
|
||||||
|
; (gtk_accel_path "<Actions>/ExtensionsMenuGroup/CajaOpenTerminal::open_terminal" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Reset to Defaults" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenInNewTab" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/CopyToMenu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Backgrounds and Emblems" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Open" "<Primary>o")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Clean Up" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/View" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Save Search" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Modification Date" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Select All" "<Primary>a")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Emblems" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Caja Manual" "F1")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationPasteFilesInto" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/About Caja" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Eject Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Unmount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Duplicate" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationTrash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Help" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Stretch" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Copy to Desktop" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Connect to Server" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationProperties" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Rename" "F2")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Empty Trash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Places" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Eject Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Go to Templates" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Save Search As" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Format Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenFolderWindow" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Edit Bookmarks" "<Primary>b")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/ZoomOutAccel" "<Primary>KP_Subtract")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel2" "<Primary>KP_Add")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Manual Layout" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Start Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Undo" "<Primary>z")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Start Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Arrange Items" "")
|
||||||
|
; (gtk_accel_path "<Caja-Window>/view_as_3" "<Primary>3")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Trash Time" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/New Folder" "<Primary><Shift>n")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Poll" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Reload" "<Primary>r")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Restore From Trash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/MoveToMenu" "")
|
||||||
|
; (gtk_accel_path "<Caja-Window>/view_as_4" "<Primary>4")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Zoom Normal" "<Primary>0")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OpenCloseParent" "<Shift><Alt>Down")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Up" "<Alt>Up")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Tighter Layout" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/OpenFolderWindow" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Copy to next pane" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Stop Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Move to Home" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Paste Files Into" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Unmount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Self Mount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/SpatialActions/Add Bookmark" "<Primary>d")
|
||||||
|
; (gtk_accel_path "<Actions>/DesktopViewActions/Change Background" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/PropertiesAccel" "<Primary>i")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Paste" "<Primary>v")
|
||||||
|
; (gtk_accel_path "<Caja-Window>/view_as_2" "<Primary>2")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/Show Hidden Files" "<Primary>h")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Location Mount Volume" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationCut" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Copy" "<Primary>c")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenAlternate" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Trash" "")
|
||||||
|
; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel" "<Primary>equal")
|
||||||
|
; (gtk_accel_path "<Actions>/IconViewActions/Sort by Type" "")
|
||||||
|
; (gtk_accel_path "<Actions>/DirViewActions/Invert Selection" "<Primary><Shift>i")
|
||||||
|
; (gtk_accel_path "<Caja-Window>/view_as_1" "<Primary>1")
|
18
mate/skel/.config/caja/desktop-metadata
Normal file
18
mate/skel/.config/caja/desktop-metadata
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
[directory]
|
||||||
|
caja-icon-view-keep-aligned=true
|
||||||
|
caja-icon-view-layout-timestamp=1556792677
|
||||||
|
|
||||||
|
[trash]
|
||||||
|
caja-icon-position=220,222
|
||||||
|
icon-scale=1
|
||||||
|
caja-icon-position-timestamp=1556792677
|
||||||
|
|
||||||
|
[computer]
|
||||||
|
caja-icon-position=64,22
|
||||||
|
icon-scale=1
|
||||||
|
caja-icon-position-timestamp=1556792677
|
||||||
|
|
||||||
|
[home]
|
||||||
|
caja-icon-position=64,102
|
||||||
|
icon-scale=1
|
||||||
|
caja-icon-position-timestamp=1554494174
|
1
mate/skel/.config/hexchat/addon_checksum.conf
Normal file
1
mate/skel/.config/hexchat/addon_checksum.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
limit = 256
|
42
mate/skel/.config/hexchat/colors.conf
Normal file
42
mate/skel/.config/hexchat/colors.conf
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
color_0 = d3d3 d7d7 cfcf
|
||||||
|
color_1 = 2e2e 3434 3636
|
||||||
|
color_2 = 3434 6565 a4a4
|
||||||
|
color_3 = 4e4e 9a9a 0606
|
||||||
|
color_4 = cccc 0000 0000
|
||||||
|
color_5 = 8f8f 3939 0202
|
||||||
|
color_6 = 5c5c 3535 6666
|
||||||
|
color_7 = cece 5c5c 0000
|
||||||
|
color_8 = c4c4 a0a0 0000
|
||||||
|
color_9 = 7373 d2d2 1616
|
||||||
|
color_10 = 1111 a8a8 7979
|
||||||
|
color_11 = 5858 a1a1 9d9d
|
||||||
|
color_12 = 5757 7979 9e9e
|
||||||
|
color_13 = a0d0 42d4 6562
|
||||||
|
color_14 = 5555 5757 5353
|
||||||
|
color_15 = 8888 8a8a 8585
|
||||||
|
color_16 = d3d3 d7d7 cfcf
|
||||||
|
color_17 = 2e2e 3434 3636
|
||||||
|
color_18 = 3434 6565 a4a4
|
||||||
|
color_19 = 4e4e 9a9a 0606
|
||||||
|
color_20 = cccc 0000 0000
|
||||||
|
color_21 = 8f8f 3939 0202
|
||||||
|
color_22 = 5c5c 3535 6666
|
||||||
|
color_23 = cece 5c5c 0000
|
||||||
|
color_24 = c4c4 a0a0 0000
|
||||||
|
color_25 = 7373 d2d2 1616
|
||||||
|
color_26 = 1111 a8a8 7979
|
||||||
|
color_27 = 5858 a1a1 9d9d
|
||||||
|
color_28 = 5757 7979 9e9e
|
||||||
|
color_29 = a0d0 42d4 6562
|
||||||
|
color_30 = 294a 2ba9 26eb
|
||||||
|
color_31 = 4029 4029 4029
|
||||||
|
color_256 = d3d3 d7d7 cfcf
|
||||||
|
color_257 = 2020 4a4a 8787
|
||||||
|
color_258 = dae6 dae6 dae6
|
||||||
|
color_259 = 0000 0000 0000
|
||||||
|
color_260 = 8f8f 3939 0202
|
||||||
|
color_261 = 3434 6565 a4a4
|
||||||
|
color_262 = 4e4e 9a9a 0606
|
||||||
|
color_263 = cece 5c5c 0000
|
||||||
|
color_264 = 8888 8a8a 8585
|
||||||
|
color_265 = a4a4 0000 0000
|
210
mate/skel/.config/hexchat/hexchat.conf
Normal file
210
mate/skel/.config/hexchat/hexchat.conf
Normal file
@@ -0,0 +1,210 @@
|
|||||||
|
version = 2.14.1
|
||||||
|
away_auto_unmark = 0
|
||||||
|
away_omit_alerts = 0
|
||||||
|
away_reason = I'm busy
|
||||||
|
away_show_once = 1
|
||||||
|
away_size_max = 300
|
||||||
|
away_timeout = 60
|
||||||
|
away_track = 1
|
||||||
|
completion_amount = 5
|
||||||
|
completion_auto = 0
|
||||||
|
completion_sort = 1
|
||||||
|
completion_suffix = :
|
||||||
|
dcc_auto_chat = 0
|
||||||
|
dcc_auto_recv = 1
|
||||||
|
dcc_auto_resume = 1
|
||||||
|
dcc_blocksize = 1024
|
||||||
|
dcc_completed_dir =
|
||||||
|
dcc_fast_send = 1
|
||||||
|
dcc_global_max_get_cps = 0
|
||||||
|
dcc_global_max_send_cps = 0
|
||||||
|
dcc_ip =
|
||||||
|
dcc_ip_from_server = 0
|
||||||
|
dcc_max_get_cps = 0
|
||||||
|
dcc_max_send_cps = 0
|
||||||
|
dcc_permissions = 384
|
||||||
|
dcc_port_first = 0
|
||||||
|
dcc_port_last = 0
|
||||||
|
dcc_remove = 0
|
||||||
|
dcc_save_nick = 0
|
||||||
|
dcc_send_fillspaces = 0
|
||||||
|
dcc_stall_timeout = 60
|
||||||
|
dcc_timeout = 180
|
||||||
|
flood_ctcp_num = 5
|
||||||
|
flood_ctcp_time = 30
|
||||||
|
flood_msg_num = 5
|
||||||
|
flood_msg_time = 30
|
||||||
|
gui_autoopen_chat = 1
|
||||||
|
gui_autoopen_dialog = 1
|
||||||
|
gui_autoopen_recv = 1
|
||||||
|
gui_autoopen_send = 1
|
||||||
|
gui_chanlist_maxusers = 9999
|
||||||
|
gui_chanlist_minusers = 5
|
||||||
|
gui_compact = 0
|
||||||
|
gui_dialog_height = 256
|
||||||
|
gui_dialog_left = 0
|
||||||
|
gui_dialog_top = 0
|
||||||
|
gui_dialog_width = 500
|
||||||
|
gui_filesize_iec = 0
|
||||||
|
gui_focus_omitalerts = 0
|
||||||
|
gui_hide_menu = 0
|
||||||
|
gui_input_attr = 1
|
||||||
|
gui_input_icon = 1
|
||||||
|
gui_input_nick = 1
|
||||||
|
gui_input_spell = 1
|
||||||
|
gui_input_style = 1
|
||||||
|
gui_join_dialog = 1
|
||||||
|
gui_lagometer = 2
|
||||||
|
gui_lang = 15
|
||||||
|
gui_mode_buttons = 0
|
||||||
|
gui_pane_divider_position = 0
|
||||||
|
gui_pane_left_size = 128
|
||||||
|
gui_pane_right_size = 100
|
||||||
|
gui_pane_right_size_min = 80
|
||||||
|
gui_quit_dialog = 1
|
||||||
|
gui_search_pos = 0
|
||||||
|
gui_slist_fav = 0
|
||||||
|
gui_slist_select = 0
|
||||||
|
gui_slist_skip = 1
|
||||||
|
gui_tab_chans = 1
|
||||||
|
gui_tab_dialogs = 1
|
||||||
|
gui_tab_dots = 0
|
||||||
|
gui_tab_icons = 1
|
||||||
|
gui_tab_layout = 0
|
||||||
|
gui_tab_middleclose = 1
|
||||||
|
gui_tab_newtofront = 2
|
||||||
|
gui_tab_pos = 6
|
||||||
|
gui_tab_scrollchans = 0
|
||||||
|
gui_tab_server = 1
|
||||||
|
gui_tab_small = 0
|
||||||
|
gui_tab_sort = 1
|
||||||
|
gui_tab_trunc = 20
|
||||||
|
gui_tab_utils = 0
|
||||||
|
gui_throttlemeter = 2
|
||||||
|
gui_topicbar = 1
|
||||||
|
gui_transparency = 255
|
||||||
|
gui_tray = 1
|
||||||
|
gui_tray_away = 0
|
||||||
|
gui_tray_blink = 1
|
||||||
|
gui_tray_close = 0
|
||||||
|
gui_tray_minimize = 0
|
||||||
|
gui_tray_quiet = 0
|
||||||
|
gui_ulist_buttons = 0
|
||||||
|
gui_ulist_color = 1
|
||||||
|
gui_ulist_count = 1
|
||||||
|
gui_ulist_doubleclick = QUERY %s
|
||||||
|
gui_ulist_hide = 0
|
||||||
|
gui_ulist_icons = 1
|
||||||
|
gui_ulist_pos = 3
|
||||||
|
gui_ulist_show_hosts = 0
|
||||||
|
gui_ulist_sort = 0
|
||||||
|
gui_ulist_style = 1
|
||||||
|
gui_url_mod = 0
|
||||||
|
gui_usermenu = 0
|
||||||
|
gui_win_height = 728
|
||||||
|
gui_win_fullscreen = 0
|
||||||
|
gui_win_left = 282
|
||||||
|
gui_win_modes = 1
|
||||||
|
gui_win_save = 1
|
||||||
|
gui_win_state = 0
|
||||||
|
gui_win_swap = 0
|
||||||
|
gui_win_top = 122
|
||||||
|
gui_win_ucount = 1
|
||||||
|
gui_win_width = 1103
|
||||||
|
identd_server = 0
|
||||||
|
identd_port = 0
|
||||||
|
input_balloon_chans = 0
|
||||||
|
input_balloon_hilight = 0
|
||||||
|
input_balloon_priv = 0
|
||||||
|
input_beep_chans = 0
|
||||||
|
input_beep_hilight = 0
|
||||||
|
input_beep_priv = 0
|
||||||
|
input_command_char = /
|
||||||
|
input_filter_beep = 1
|
||||||
|
input_flash_chans = 0
|
||||||
|
input_flash_hilight = 1
|
||||||
|
input_flash_priv = 1
|
||||||
|
input_perc_ascii = 0
|
||||||
|
input_perc_color = 0
|
||||||
|
input_tray_chans = 0
|
||||||
|
input_tray_hilight = 1
|
||||||
|
input_tray_priv = 1
|
||||||
|
irc_auto_rejoin = 0
|
||||||
|
irc_reconnect_rejoin = 1
|
||||||
|
irc_ban_type = 1
|
||||||
|
irc_cap_server_time = 1
|
||||||
|
irc_conf_mode = 0
|
||||||
|
irc_extra_hilight =
|
||||||
|
irc_hide_nickchange = 0
|
||||||
|
irc_hide_version = 0
|
||||||
|
irc_hidehost = 0
|
||||||
|
irc_id_ntext =
|
||||||
|
irc_id_ytext =
|
||||||
|
irc_invisible = 0
|
||||||
|
irc_join_delay = 5
|
||||||
|
irc_logging = 1
|
||||||
|
irc_logmask = %n/%c.log
|
||||||
|
irc_nick1 = artix_live_1
|
||||||
|
irc_nick2 = artix_live_2
|
||||||
|
irc_nick3 = artix_live_3
|
||||||
|
irc_nick_hilight =
|
||||||
|
irc_no_hilight = NickServ,ChanServ,InfoServ,N,Q
|
||||||
|
irc_notice_pos = 0
|
||||||
|
irc_part_reason = Leaving
|
||||||
|
irc_quit_reason = Leaving
|
||||||
|
irc_raw_modes = 0
|
||||||
|
irc_real_name = realname
|
||||||
|
irc_servernotice = 0
|
||||||
|
irc_skip_motd = 0
|
||||||
|
irc_user_name = loouom
|
||||||
|
irc_wallops = 0
|
||||||
|
irc_who_join = 1
|
||||||
|
irc_whois_front = 1
|
||||||
|
net_auto_reconnect = 1
|
||||||
|
net_auto_reconnectonfail = 0
|
||||||
|
net_bind_host =
|
||||||
|
net_ping_timeout = 60
|
||||||
|
net_proxy_auth = 0
|
||||||
|
net_proxy_host =
|
||||||
|
net_proxy_pass =
|
||||||
|
net_proxy_port = 0
|
||||||
|
net_proxy_type = 0
|
||||||
|
net_proxy_use = 0
|
||||||
|
net_proxy_user =
|
||||||
|
net_reconnect_delay = 10
|
||||||
|
net_throttle = 1
|
||||||
|
notify_timeout = 15
|
||||||
|
notify_whois_online = 0
|
||||||
|
perl_warnings = 0
|
||||||
|
stamp_log = 1
|
||||||
|
stamp_log_format = %b %d %H:%M:%S
|
||||||
|
stamp_text = 1
|
||||||
|
stamp_text_format = [%H:%M:%S]
|
||||||
|
text_autocopy_color = 0
|
||||||
|
text_autocopy_stamp = 0
|
||||||
|
text_autocopy_text = 1
|
||||||
|
text_background =
|
||||||
|
text_color_nicks = 1
|
||||||
|
text_font = Monospace 10
|
||||||
|
text_font_main = Monospace 9
|
||||||
|
text_font_alternative = Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont
|
||||||
|
text_indent = 1
|
||||||
|
text_max_indent = 256
|
||||||
|
text_max_lines = 5000
|
||||||
|
text_replay = 1
|
||||||
|
text_search_case_match = 0
|
||||||
|
text_search_highlight_all = 0
|
||||||
|
text_search_follow = 1
|
||||||
|
text_search_regexp = 0
|
||||||
|
text_show_marker = 1
|
||||||
|
text_show_sep = 1
|
||||||
|
text_spell_langs = en_US
|
||||||
|
text_stripcolor_msg = 0
|
||||||
|
text_stripcolor_replay = 1
|
||||||
|
text_stripcolor_topic = 1
|
||||||
|
text_thin_sep = 1
|
||||||
|
text_transparent = 0
|
||||||
|
text_wordwrap = 1
|
||||||
|
url_grabber = 1
|
||||||
|
url_grabber_limit = 100
|
||||||
|
url_logging = 0
|
12
mate/skel/.config/hexchat/servlist.conf
Normal file
12
mate/skel/.config/hexchat/servlist.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
v=2.14.1
|
||||||
|
|
||||||
|
N=freenode
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=63
|
||||||
|
D=1
|
||||||
|
S=chat.freenode.net
|
||||||
|
S=irc.freenode.net
|
||||||
|
J=#artix
|
||||||
|
J=#artix-unregistered
|
||||||
|
|
58
mate/skel/.config/mate/backgrounds.xml
Normal file
58
mate/skel/.config/mate/backgrounds.xml
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE wallpapers SYSTEM "mate-wp-list.dtd">
|
||||||
|
<wallpapers>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>Cosmos</name>
|
||||||
|
<filename>/usr/share/backgrounds/cosmos/background-1.xml</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(88,145,188)</pcolor>
|
||||||
|
<scolor>rgb(60,143,37)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>space1080p.jpg</name>
|
||||||
|
<filename>/usr/share/backgrounds/space1080p.jpg</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(88,145,188)</pcolor>
|
||||||
|
<scolor>rgb(60,143,37)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>GradientGlowBlue.jpg</name>
|
||||||
|
<filename>/usr/share/backgrounds/GradientGlowBlue.jpg</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(88,145,188)</pcolor>
|
||||||
|
<scolor>rgb(60,143,37)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>No Desktop Background</name>
|
||||||
|
<filename>(none)</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(39,88,126)</pcolor>
|
||||||
|
<scolor>rgb(98,127,90)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>TwoTone1080p.jpg</name>
|
||||||
|
<filename>/usr/share/backgrounds/TwoTone1080p.jpg</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(88,145,188)</pcolor>
|
||||||
|
<scolor>rgb(60,143,37)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>Artix_dna_spiral_dark.jpg</name>
|
||||||
|
<filename>/usr/share/backgrounds/Artix_dna_spiral_dark.jpg</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<shade_type>vertical-gradient</shade_type>
|
||||||
|
<pcolor>rgb(88,145,188)</pcolor>
|
||||||
|
<scolor>rgb(60,143,37)</scolor>
|
||||||
|
<artist>(none)</artist>
|
||||||
|
</wallpaper>
|
||||||
|
</wallpapers>
|
BIN
mate/skel/.config/midori/bookmarks.db
Normal file
BIN
mate/skel/.config/midori/bookmarks.db
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user