Compare commits
28 Commits
Author | SHA1 | Date | |
---|---|---|---|
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 |
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
|
|
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;
|
|
@@ -1,287 +0,0 @@
|
|||||||
# i3 config file
|
|
||||||
# for a complete reference please refer to http://i3wm.org/docs/userguide.html
|
|
||||||
|
|
||||||
# font settins will be used for window tiles and bars
|
|
||||||
font xft:Noto Sans 10
|
|
||||||
|
|
||||||
# mod key (Mod1=<Alt>, Mod4=<Super>)
|
|
||||||
set $mod Mod4
|
|
||||||
|
|
||||||
# use Mouse+$mod to drag floating windows
|
|
||||||
floating_modifier $mod
|
|
||||||
|
|
||||||
# border style <normal|1pixel|pixel xx|none|pixel>
|
|
||||||
# note that new_float applies only to windows wich are strating
|
|
||||||
# out as floating windows but not to windows that are floated later on
|
|
||||||
new_window 1pixel
|
|
||||||
new_float normal
|
|
||||||
|
|
||||||
# hide edge borders <none|vertical|horizontal|both|smart>
|
|
||||||
hide_edge_borders none
|
|
||||||
|
|
||||||
# colors based in alexbooker i3 colors
|
|
||||||
# modifying the value of any variable will affect
|
|
||||||
# all the areas that use the same color
|
|
||||||
set $base00 #101218
|
|
||||||
set $base01 #212121
|
|
||||||
set $base02 #1F242F
|
|
||||||
set $base03 #7780a1
|
|
||||||
set $base04 #C0C5CE
|
|
||||||
set $base05 #d1d4e0
|
|
||||||
set $base06 #C9CCDB
|
|
||||||
set $base07 #ffffff
|
|
||||||
set $base08 #ee829f
|
|
||||||
set $base09 #f99170
|
|
||||||
set $base0A #ffefcc
|
|
||||||
set $base0B #a5ffe1
|
|
||||||
set $base0C #97e0ff
|
|
||||||
set $base0D #97bbf7
|
|
||||||
set $base0E #c0b7f9
|
|
||||||
set $base0F #fcc09e
|
|
||||||
set $base10 #8bc34a
|
|
||||||
set $base11 #150E0E
|
|
||||||
set $base12 #474747
|
|
||||||
|
|
||||||
# focus the last urgent window
|
|
||||||
bindsym $mod+u [urgent=latest] focus
|
|
||||||
|
|
||||||
# come back and forth from two alst used windows using Alt+Tab
|
|
||||||
bindsym Mod1+Tab workspace back_and_forth
|
|
||||||
|
|
||||||
# start a terminal
|
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
|
||||||
|
|
||||||
# lock i3 with i3lock
|
|
||||||
bindsym $mod+x exec i3lock-wrapper
|
|
||||||
|
|
||||||
# kill focused window
|
|
||||||
bindsym $mod+Shift+q kill
|
|
||||||
|
|
||||||
# start file manager
|
|
||||||
bindsym $mod+n exec ranger
|
|
||||||
# uncomment (and comment line avobe) if you preffer pcmanfm file manager
|
|
||||||
#bindsym $mod+n exec pcmanfm
|
|
||||||
|
|
||||||
# start dmenu-launcher
|
|
||||||
bindsym $mod+d exec j4-dmenu-desktop
|
|
||||||
# uncomment (and comment line ebove) if you use KDE/Plama applications
|
|
||||||
#bindsym $mod+d exec QT_QPA_PLATFORMTHEME="kde" j4-dmenu-desktop
|
|
||||||
|
|
||||||
# show an OSD calendar
|
|
||||||
bindsym $mod+F12 exec --no-startup-id "cal | osd_cat -c white -l 8 -i 10 -o 10 -f '-*-*-medium-*-*-*-20-*-*-*-*-*-*-*' -p bottom -A right -s 1"
|
|
||||||
|
|
||||||
# change focus
|
|
||||||
bindsym $mod+h focus left
|
|
||||||
bindsym $mod+j focus right
|
|
||||||
bindsym $mod+k focus up
|
|
||||||
bindsym $mod+l focus down
|
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
|
||||||
bindsym $mod+Left focus left
|
|
||||||
bindsym $mod+Right focus right
|
|
||||||
bindsym $mod+Up focus up
|
|
||||||
bindsym $mod+Down focus down
|
|
||||||
|
|
||||||
# move focused window
|
|
||||||
bindsym $mod+Shift+h move left
|
|
||||||
bindsym $mod+Shift+j move right
|
|
||||||
bindsym $mod+Shift+k move up
|
|
||||||
bindsym $mod+Shift+l move down
|
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
|
||||||
bindsym $mod+Shift+Left move left
|
|
||||||
bindsym $mod+Shift+Down move down
|
|
||||||
bindsym $mod+Shift+Up move up
|
|
||||||
bindsym $mod+Shift+Right move right
|
|
||||||
|
|
||||||
# split in horizontal orientation
|
|
||||||
bindsym $mod+g split h
|
|
||||||
|
|
||||||
# split in vertical orientation
|
|
||||||
bindsym $mod+v split v
|
|
||||||
|
|
||||||
# split toggle
|
|
||||||
bindsym $mod+q split toggle
|
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
|
||||||
bindsym $mod+f fullscreen
|
|
||||||
bindsym $mod+Shift+Return fullscreen
|
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
|
||||||
bindsym $mod+s layout stacking
|
|
||||||
bindsym $mod+w layout tabbed
|
|
||||||
bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
# move container to right screen
|
|
||||||
bindsym $mod+Mod1+Right move container to output right
|
|
||||||
bindsym $mod+Mod1+Left move container to output left
|
|
||||||
|
|
||||||
# toggle tiling / floating
|
|
||||||
bindsym $mod+Shift+space floating toggle
|
|
||||||
|
|
||||||
# change focus between tiling / floating windows
|
|
||||||
bindsym $mod+space focus mode_toggle
|
|
||||||
|
|
||||||
# focus the parent container
|
|
||||||
bindsym $mod+a focus parent
|
|
||||||
|
|
||||||
# toggle sticky
|
|
||||||
bindsym $mod+Shift+s sticky toggle
|
|
||||||
|
|
||||||
# makes the focused window into a scratchpad window
|
|
||||||
bindsym $mod+Shift+minus move scratchpad
|
|
||||||
|
|
||||||
# hides or shows the focused scratchpad windows, cycle if more than one
|
|
||||||
bindsym $mod+minus scratchpad show
|
|
||||||
|
|
||||||
#navigate workspaces next / previous
|
|
||||||
bindsym $mod+Ctrl+Right workspace next
|
|
||||||
bindsym $mod+Ctrl+Left workspace prev
|
|
||||||
|
|
||||||
# name the workspaces
|
|
||||||
# to display fancy names or symbols you can use a font likr awesome and
|
|
||||||
# use something like the following example:
|
|
||||||
# set $workspace1 "1: "
|
|
||||||
# set $workspace2 "2: "
|
|
||||||
set $workspace1 1
|
|
||||||
set $workspace2 2
|
|
||||||
set $workspace3 3
|
|
||||||
set $workspace4 4
|
|
||||||
set $workspace5 5
|
|
||||||
set $workspace6 6
|
|
||||||
set $workspace7 7
|
|
||||||
set $workspace8 8
|
|
||||||
set $workspace9 9
|
|
||||||
set $workspace0 10
|
|
||||||
|
|
||||||
# switch to workspace
|
|
||||||
bindsym $mod+1 workspace $workspace1
|
|
||||||
bindsym $mod+2 workspace $workspace2
|
|
||||||
bindsym $mod+3 workspace $workspace3
|
|
||||||
bindsym $mod+4 workspace $workspace4
|
|
||||||
bindsym $mod+5 workspace $workspace5
|
|
||||||
bindsym $mod+6 workspace $workspace6
|
|
||||||
bindsym $mod+7 workspace $workspace7
|
|
||||||
bindsym $mod+8 workspace $workspace8
|
|
||||||
bindsym $mod+9 workspace $workspace9
|
|
||||||
bindsym $mod+0 workspace $workspace0
|
|
||||||
|
|
||||||
# move focused container to workspace
|
|
||||||
bindsym $mod+Shift+1 move container to workspace $workspace1
|
|
||||||
bindsym $mod+Shift+2 move container to workspace $workspace2
|
|
||||||
bindsym $mod+Shift+3 move container to workspace $workspace3
|
|
||||||
bindsym $mod+Shift+4 move container to workspace $workspace4
|
|
||||||
bindsym $mod+Shift+5 move container to workspace $workspace5
|
|
||||||
bindsym $mod+Shift+6 move container to workspace $workspace6
|
|
||||||
bindsym $mod+Shift+7 move container to workspace $workspace7
|
|
||||||
bindsym $mod+Shift+8 move container to workspace $workspace8
|
|
||||||
bindsym $mod+Shift+9 move container to workspace $workspace9
|
|
||||||
bindsym $mod+Shift+0 move container to workspace $workspace0
|
|
||||||
|
|
||||||
# move workspace to right screen (cycles when in right most)
|
|
||||||
bindsym $mod+Shift+m move workspace to output right
|
|
||||||
|
|
||||||
# reload i3 configuration file (this file)
|
|
||||||
bindsym $mod+Shift+c reload
|
|
||||||
|
|
||||||
# restart i3 inplace
|
|
||||||
bindsym $mod+Shift+r restart
|
|
||||||
|
|
||||||
# exit i3
|
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
|
||||||
|
|
||||||
# resize window (you can also use $mod right mouse)
|
|
||||||
mode "" {
|
|
||||||
# bindings to resize
|
|
||||||
bindsym j resize shrink width 10 px or 10 ppt
|
|
||||||
bindsym k resize grow height 10 px or 10 ppt
|
|
||||||
bindsym l resize shrink height 10 px or 10 ppt
|
|
||||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
|
||||||
bindsym Down resize grow height 10 px or 10 ppt
|
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
|
||||||
bindsym Right resize grow width 10 px or 10 ppt
|
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
|
||||||
bindsym Return mode "default"
|
|
||||||
bindsym Escape mode "default"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Enter the resize mode
|
|
||||||
bindsym $mod+r mode ""
|
|
||||||
|
|
||||||
# bind tools to workspaces (examples)
|
|
||||||
#assign [class="Firefox"] $workspace3
|
|
||||||
#assign [class="Spotify"] $workspace0
|
|
||||||
|
|
||||||
# change some windows behaviour
|
|
||||||
for_window [class="Calamares"] floating enable border normal
|
|
||||||
for_window [class="(?i)virtualbox"] floating enable border normal
|
|
||||||
|
|
||||||
# window colors
|
|
||||||
# border background text indicator
|
|
||||||
client.focused $base01 $base01 $base10 $base0F
|
|
||||||
client.focused_inactive $base11 $base11 $base12 $base0F
|
|
||||||
client.unfocused $base11 $base11 $base12 $base0F
|
|
||||||
client.urgent $base02 $base08 $base00 $base0F
|
|
||||||
|
|
||||||
# start i3bar to display a workspace bar
|
|
||||||
bar {
|
|
||||||
font pango: Noto Sans, FontAwesome 10
|
|
||||||
status_command i3blocks
|
|
||||||
#tray_output primary
|
|
||||||
#tray_padding 0
|
|
||||||
position top
|
|
||||||
colors {
|
|
||||||
separator $base10
|
|
||||||
background $base01
|
|
||||||
statusline $base05
|
|
||||||
#border background text
|
|
||||||
focused_workspace $base01 $base01 $base10
|
|
||||||
active_workspace $base01 $base01 $base03
|
|
||||||
inactive_workspace $base01 $base01 $base03
|
|
||||||
urgent_workspace $base01 $base01 $base08
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# hide or display bar
|
|
||||||
bindsym $mod+p bar mode toggle
|
|
||||||
bindsym $mod+m bar mode invisible
|
|
||||||
|
|
||||||
# volume control
|
|
||||||
# increase sound volume
|
|
||||||
bindsym XF86AudioRaiseVolume exec "amixer -q -D default sset Master 5%+ && pkill -RTMIN+1 i3blocks && osd_cat -S white -p middle -b percentage -P $(/usr/lib/i3blocks/volume) -T 'VOLUME' -d 1 -A center -l 1 -c green -f '-*-*-medium-*-*-*-20-*-*-*-*-*-*-*'"
|
|
||||||
# decrease sound volume
|
|
||||||
bindsym XF86AudioLowerVolume exec "amixer -q -D default sset Master 5%- && pkill -RTMIN+1 i3blocks && osd_cat -S white -p middle -b percentage -P $(/usr/lib/i3blocks/volume) -T 'VOLUME' -d 1 -A center -l 1 -c green -f '-*-*-medium-*-*-*-20-*-*-*-*-*-*-*'"
|
|
||||||
# mute sound
|
|
||||||
bindsym XF86AudioMute exec "amixer -q -D default sset Master toggle && pkill -RTMIN+1 i3blocks && .config/i3/mute | osd_cat -p middle -d 1 -A center -l 1 -c green -f '-*-*-medium-*-*-*-20-*-*-*-*-*-*-*'"
|
|
||||||
|
|
||||||
# sreen brightness controls
|
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
|
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
|
|
||||||
|
|
||||||
# Media player controls
|
|
||||||
bindsym XF86AudioPlay exec playerctl play-pause
|
|
||||||
bindsym XF86AudioPause exec playerctl pause
|
|
||||||
bindsym XF86AudioStop exec playerctl stop
|
|
||||||
bindsym XF86AudioNext exec playerctl next
|
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
|
||||||
focus_follows_mouse no
|
|
||||||
|
|
||||||
# disable mouse warping
|
|
||||||
#mouse_warping none
|
|
||||||
|
|
||||||
# set random background on desktop
|
|
||||||
exec_always --no-startup-id feh --bg-fill "$(find $HOME/.wallpaper/|shuf -n1)"
|
|
||||||
|
|
||||||
# printscreen
|
|
||||||
bindsym Print exec scrot -q 95 '%Y-%m-%d-%s_$wx$h_scrot.png' -e 'mv $f ~/Pictures/'
|
|
||||||
|
|
||||||
# background apps startup
|
|
||||||
exec compton -f
|
|
||||||
exec --no-startup-id blueberry-tray
|
|
||||||
exec --no-startup-id nm-applet
|
|
||||||
exec --no-startup-id pamac-tray
|
|
||||||
exec --no-startup-id clipit
|
|
Before Width: | Height: | Size: 50 KiB |
@@ -1,410 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
version="1.0"
|
|
||||||
width="210mm"
|
|
||||||
height="297mm"
|
|
||||||
id="c:\circles_1.svg"
|
|
||||||
inkscape:version="0.92.1 r"
|
|
||||||
sodipodi:docname="flower_of_life_8_and_36_arcs.svg">
|
|
||||||
<metadata
|
|
||||||
id="metadata4159">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<defs
|
|
||||||
id="defs4157" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="2558"
|
|
||||||
inkscape:window-height="1400"
|
|
||||||
id="namedview4155"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="0.54942197"
|
|
||||||
inkscape:cx="661.7319"
|
|
||||||
inkscape:cy="1064.4209"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="39"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:current-layer="c:\circles_1.svg"
|
|
||||||
units="mm" />
|
|
||||||
<!-- X Coordinate transform: fx(x)=(x+2.2725)*220.022-->
|
|
||||||
<!-- Y Coordinate transform: fy(y)=(2.2725-y)*220.022 -->
|
|
||||||
<g
|
|
||||||
style="fill:#ffffff;fill-opacity:0;stroke:#00ffff;stroke-width:8;stroke-opacity:1"
|
|
||||||
id="g4139"
|
|
||||||
transform="matrix(-7.6682589e-4,-0.35005551,0.35005551,-7.6682589e-4,43.090199,905.51835)">
|
|
||||||
<circle
|
|
||||||
cx="415.98828"
|
|
||||||
cy="736.5813"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4141"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="650.67841"
|
|
||||||
cy="736.5813"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4143"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="298.64319"
|
|
||||||
cy="533.33331"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4145"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="533.33331"
|
|
||||||
cy="533.33331"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4147"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="768.02344"
|
|
||||||
cy="533.33331"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4149"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="415.98828"
|
|
||||||
cy="330.08533"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4151"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
cx="650.67841"
|
|
||||||
cy="330.08533"
|
|
||||||
r="234.69014"
|
|
||||||
id="circle4153"
|
|
||||||
style="stroke:#00ffff;stroke-width:8.53333378;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g5261"
|
|
||||||
transform="matrix(0.29833054,0,0,0.29833054,592.2858,80.330581)">
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="537.96753"
|
|
||||||
cy="571.60083"
|
|
||||||
cx="-1179.4214"
|
|
||||||
id="circlebase" />
|
|
||||||
<circle
|
|
||||||
id="FlowerCenter"
|
|
||||||
cx="-1179.4214"
|
|
||||||
cy="571.60083"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="392.27832"
|
|
||||||
cx="-1179.4214"
|
|
||||||
id="circle01000" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="481.93961"
|
|
||||||
cx="-1024.1235"
|
|
||||||
id="circle01060" />
|
|
||||||
<circle
|
|
||||||
id="circle01120"
|
|
||||||
cx="-1024.1235"
|
|
||||||
cy="661.26208"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
id="circle01180"
|
|
||||||
cx="-1179.4214"
|
|
||||||
cy="750.92334"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="661.26208"
|
|
||||||
cx="-1334.7192"
|
|
||||||
id="circle01240" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="481.93961"
|
|
||||||
cx="-1334.7192"
|
|
||||||
id="circle01300" />
|
|
||||||
<circle
|
|
||||||
id="circle02030"
|
|
||||||
cx="-1024.1235"
|
|
||||||
cy="302.61707"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="571.60083"
|
|
||||||
cx="-868.82562"
|
|
||||||
id="circle02090" />
|
|
||||||
<circle
|
|
||||||
id="circle02150"
|
|
||||||
cx="-1024.1235"
|
|
||||||
cy="840.58459"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="840.58459"
|
|
||||||
cx="-1334.7192"
|
|
||||||
id="circle02210" />
|
|
||||||
<circle
|
|
||||||
id="circle02270"
|
|
||||||
cx="-1490.0171"
|
|
||||||
cy="571.60083"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="302.61707"
|
|
||||||
cx="-1334.7192"
|
|
||||||
id="circle02300" />
|
|
||||||
<circle
|
|
||||||
id="circle03000"
|
|
||||||
cx="-1179.4214"
|
|
||||||
cy="212.95583"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="392.27832"
|
|
||||||
cx="-868.82562"
|
|
||||||
id="circle03060" />
|
|
||||||
<circle
|
|
||||||
id="circle03120"
|
|
||||||
cx="-868.82562"
|
|
||||||
cy="750.92334"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="930.24585"
|
|
||||||
cx="-1179.4214"
|
|
||||||
id="circle03180" />
|
|
||||||
<circle
|
|
||||||
id="circle03240"
|
|
||||||
cx="-1490.0171"
|
|
||||||
cy="750.92334"
|
|
||||||
r="179.32251"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.58645034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="179.32251"
|
|
||||||
cy="392.27832"
|
|
||||||
cx="-1490.0171"
|
|
||||||
id="circle03300" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate"
|
|
||||||
id="path4481"
|
|
||||||
d="m -1179.4214,33.633262 a 179.32251,179.32251 0 0 1 -155.2978,89.661258" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -1023.7586,123.29416 A 179.32251,179.32251 0 0 1 -1179.819,32.940898"
|
|
||||||
id="path4483"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -868.985,212.95575 a 179.32251,179.32251 0 0 1 -155.0706,-89.54373"
|
|
||||||
id="path4994"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -713.52775,302.61712 A 179.32251,179.32251 0 0 1 -868.8256,212.95586"
|
|
||||||
id="path4996"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -713.5278,481.93959 a 179.32251,179.32251 0 0 1 0,-179.32251"
|
|
||||||
id="path4998"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -713.5278,661.26211 a 179.32251,179.32251 0 0 1 0,-179.32251"
|
|
||||||
id="path5000"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -713.5278,840.58462 a 179.32251,179.32251 0 0 1 0,-179.32251"
|
|
||||||
id="path5002"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -868.8256,930.24588 a 179.32251,179.32251 0 0 1 155.29785,-89.66126"
|
|
||||||
id="path5004"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1024.1235,1019.9071 a 179.32251,179.32251 0 0 1 155.29785,-89.66122"
|
|
||||||
id="path5006"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1179.4213,1109.5684 a 179.32251,179.32251 0 0 1 155.2979,-89.6613"
|
|
||||||
id="path5008"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1334.7192,1019.9071 a 179.32251,179.32251 0 0 1 155.2978,89.6613"
|
|
||||||
id="path5010"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1490.0171,930.24588 a 179.32251,179.32251 0 0 1 155.2979,89.66122"
|
|
||||||
id="path5012"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.315,840.58462 a 179.32251,179.32251 0 0 1 155.2979,89.66126"
|
|
||||||
id="path5014"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.3149,481.9396 a 179.32251,179.32251 0 0 1 0,179.32251"
|
|
||||||
id="path5016"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.3149,661.26211 a 179.32251,179.32251 0 0 1 0,179.32251"
|
|
||||||
id="path5018"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.3149,302.61708 a 179.32251,179.32251 0 0 1 0,179.32251"
|
|
||||||
id="path5020"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1490.0171,212.95586 a 179.32251,179.32251 0 0 1 -155.2979,89.66126"
|
|
||||||
id="path5022"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1334.7192,123.29456 a 179.32251,179.32251 0 0 1 -155.2979,89.66126"
|
|
||||||
id="path5024"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate"
|
|
||||||
id="path5026"
|
|
||||||
d="M -1179.4214,33.633348 A 179.32251,179.32251 0 1 1 -1490.0171,212.95586" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1024.1235,123.29456 a 179.32251,179.32251 0 0 1 -310.5957,0"
|
|
||||||
id="path5028"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -713.52775,481.93959 A 179.32251,179.32251 0 0 1 -868.8256,212.95582"
|
|
||||||
id="path5030"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -868.8256,930.24588 A 179.32251,179.32251 0 0 1 -713.52775,661.26211"
|
|
||||||
id="path5032"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1334.7192,1019.9071 a 179.32251,179.32251 0 0 1 310.5957,0"
|
|
||||||
id="path5034"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.315,661.26211 a 179.32251,179.32251 0 0 1 155.2979,268.98377"
|
|
||||||
id="path5036"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -1490.0171,212.95582 A 179.32251,179.32251 0 0 1 -1645.315,481.93959"
|
|
||||||
id="path5038"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -868.8256,212.95586 A 179.32251,179.32251 0 0 1 -1179.4213,33.633348"
|
|
||||||
id="path5040"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -713.5278,302.61706 A 179.32251,179.32251 0 0 1 -1024.1235,123.29455"
|
|
||||||
id="path5042"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -713.52775,661.26211 a 179.32251,179.32251 0 1 1 0,-358.64503"
|
|
||||||
id="path5044"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -713.52775,840.58462 a 179.32251,179.32251 0 1 1 0,-358.64503"
|
|
||||||
id="path5046"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -1024.1235,1019.9071 A 179.32251,179.32251 0 0 1 -713.5278,840.58463"
|
|
||||||
id="path5048"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="M -1179.4213,1109.5684 A 179.32251,179.32251 0 0 1 -868.8256,930.24588"
|
|
||||||
id="path5050"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1490.0171,930.24588 a 179.32251,179.32251 0 1 1 310.5957,179.32252"
|
|
||||||
id="path5052"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.3149,840.58463 a 179.32251,179.32251 0 1 1 310.5957,179.32247"
|
|
||||||
id="path5054"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.315,481.93959 a 179.32251,179.32251 0 0 1 0,358.64503"
|
|
||||||
id="path5056"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1645.315,302.61708 a 179.32251,179.32251 0 0 1 0,358.64503"
|
|
||||||
id="path5058"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m -1334.7192,123.29455 a 179.32251,179.32251 0 1 1 -310.5957,179.32251"
|
|
||||||
id="path5060"
|
|
||||||
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00ffff;stroke-width:3.58645034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;enable-background:accumulate" />
|
|
||||||
<circle
|
|
||||||
id="circle4990"
|
|
||||||
cx="-1179.4214"
|
|
||||||
cy="571.60083"
|
|
||||||
r="566.1875"
|
|
||||||
style="fill:none;stroke:#00ffff;stroke-width:3.77458334;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 22 KiB |
BIN
icons/logo.png
Before Width: | Height: | Size: 114 KiB |
2107
icons/logo.svg
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 110 KiB |
2216
icons/logo_text.svg
Before Width: | Height: | Size: 164 KiB |
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
|
10
lxde/skel/.config/autostart/nm-applet.desktop
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[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
|
102
lxde/skel/.config/compton.conf
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
# Shadow
|
||||||
|
shadow = true;
|
||||||
|
no-dnd-shadow = true;
|
||||||
|
no-dock-shadow = true;
|
||||||
|
clear-shadow = true;
|
||||||
|
shadow-radius = 7;
|
||||||
|
shadow-offset-x = -7;
|
||||||
|
shadow-offset-y = -7;
|
||||||
|
# shadow-opacity = 0.7;
|
||||||
|
# shadow-red = 0.0;
|
||||||
|
# shadow-green = 0.0;
|
||||||
|
# shadow-blue = 0.0;
|
||||||
|
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
|
||||||
|
# shadow-exclude = "n:e:Notification";
|
||||||
|
shadow-ignore-shaped = false;
|
||||||
|
# shadow-exclude-reg = "x10+0+0";
|
||||||
|
# xinerama-shadow-crop = true;
|
||||||
|
|
||||||
|
# Opacity
|
||||||
|
menu-opacity = 0.9;
|
||||||
|
inactive-opacity = 0.9;
|
||||||
|
active-opacity = 1.0;
|
||||||
|
frame-opacity = 0.7;
|
||||||
|
inactive-opacity-override = false;
|
||||||
|
alpha-step = 0.05;
|
||||||
|
# inactive-dim = 0.2;
|
||||||
|
# inactive-dim-fixed = true;
|
||||||
|
blur-background = false;
|
||||||
|
# blur-background-frame = true;
|
||||||
|
blur-kern = "3x3box"
|
||||||
|
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
|
||||||
|
# blur-background-fixed = true;
|
||||||
|
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
||||||
|
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||||
|
|
||||||
|
# Fading
|
||||||
|
fading = false;
|
||||||
|
# fade-delta = 30;
|
||||||
|
fade-in-step = 0.03;
|
||||||
|
fade-out-step = 0.03;
|
||||||
|
# no-fading-openclose = true;
|
||||||
|
fade-exclude = [ ];
|
||||||
|
|
||||||
|
# Other
|
||||||
|
backend = "xrender"
|
||||||
|
mark-wmwin-focused = true;
|
||||||
|
mark-ovredir-focused = true;
|
||||||
|
# use-ewmh-active-win = true;
|
||||||
|
detect-rounded-corners = true;
|
||||||
|
detect-client-opacity = true;
|
||||||
|
refresh-rate = 0;
|
||||||
|
vsync = "none";
|
||||||
|
dbe = false;
|
||||||
|
paint-on-overlay = true;
|
||||||
|
# sw-opti = true;
|
||||||
|
# unredir-if-possible = true;
|
||||||
|
# unredir-if-possible-delay = 5000;
|
||||||
|
# unredir-if-possible-exclude = [ ];
|
||||||
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
|
detect-transient = true;
|
||||||
|
detect-client-leader = true;
|
||||||
|
invert-color-include = [ ];
|
||||||
|
# resize-damage = 1;
|
||||||
|
|
||||||
|
# GLX backend
|
||||||
|
# glx-no-stencil = true;
|
||||||
|
glx-copy-from-front = false;
|
||||||
|
# glx-use-copysubbuffermesa = true;
|
||||||
|
# glx-no-rebind-pixmap = true;
|
||||||
|
glx-swap-method = "undefined";
|
||||||
|
# glx-use-gpushader4 = true;
|
||||||
|
|
||||||
|
opacity-rule = [ "99:name *?= 'Screenshot'",
|
||||||
|
"99:class_g = 'Firefox'",
|
||||||
|
"99:name *?= 'Pale Moon'",
|
||||||
|
"99:name *?= 'QupZilla'",
|
||||||
|
"99:class_g = 'Midori'",
|
||||||
|
"99:class_g = 'Lazpaint'",
|
||||||
|
"99:class_g = 'Pinta'",
|
||||||
|
"99:class_g = 'Viewnior'",
|
||||||
|
"99:class_g = 'GIMP'",
|
||||||
|
"99:class_g = 'Darktable'",
|
||||||
|
"99:name *?= 'VLC'",
|
||||||
|
"99:name *?= 'Event'",
|
||||||
|
"99:name *?= 'Call'",
|
||||||
|
"99:name *?= 'Minitube'",
|
||||||
|
"99:name *?= 'Write'",
|
||||||
|
"99:name *?= 'VirtualBox'",
|
||||||
|
"99:name *?= 'Conky'",
|
||||||
|
"90:name *?= 'Panel'",
|
||||||
|
"90:name *?= 'Restart'",
|
||||||
|
"90:name *?= 'Page Info'",
|
||||||
|
"99:name *?= 'Image'",
|
||||||
|
"75:class_g = 'kwrite'",
|
||||||
|
"75:name *?= 'mousepad'"];
|
||||||
|
|
||||||
|
# Window type settings
|
||||||
|
wintypes:
|
||||||
|
{
|
||||||
|
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
|
||||||
|
};
|
||||||
|
|
16
lxde/skel/.config/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[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
|
13
lxde/skel/.config/libfm/libfm.conf
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[config]
|
||||||
|
single_click=0
|
||||||
|
use_trash=1
|
||||||
|
confirm_del=1
|
||||||
|
thumbnail_local=1
|
||||||
|
thumbnail_max=2048
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
big_icon_size=48
|
||||||
|
small_icon_size=24
|
||||||
|
thumbnail_size=128
|
||||||
|
pane_icon_size=24
|
||||||
|
show_thumbnail=1
|
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
@@ -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
@@ -0,0 +1,3 @@
|
|||||||
|
[Main]
|
||||||
|
BUTTON_SIZE=120
|
||||||
|
IMG_SIZE=48
|
2
lxde/skel/.config/lxpanel/LXDE/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Command]
|
||||||
|
Logout=lxde-logout
|
151
lxde/skel/.config/lxpanel/LXDE/panels/panel
Normal file
@@ -0,0 +1,151 @@
|
|||||||
|
# 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=26
|
||||||
|
transparent=0
|
||||||
|
tintcolor=#000000
|
||||||
|
alpha=0
|
||||||
|
setdocktype=1
|
||||||
|
setpartialstrut=1
|
||||||
|
autohide=0
|
||||||
|
heightwhenhidden=0
|
||||||
|
usefontcolor=1
|
||||||
|
fontcolor=#ffffff
|
||||||
|
background=1
|
||||||
|
backgroundfile=/usr/share/lxpanel/images/background.png
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = space
|
||||||
|
Config {
|
||||||
|
Size=2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = menu
|
||||||
|
Config {
|
||||||
|
image=/usr/share/icons/artix/logo.png
|
||||||
|
system {
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
command=run
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
image=gnome-logout
|
||||||
|
command=logout
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = launchbar
|
||||||
|
Config {
|
||||||
|
Button {
|
||||||
|
id=pcmanfm.desktop
|
||||||
|
}
|
||||||
|
Button {
|
||||||
|
id=firefox.desktop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = space
|
||||||
|
Config {
|
||||||
|
Size=4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = wincmd
|
||||||
|
Config {
|
||||||
|
Button1=iconify
|
||||||
|
Button2=shade
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = space
|
||||||
|
Config {
|
||||||
|
Size=4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = pager
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = space
|
||||||
|
Config {
|
||||||
|
Size=4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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=150
|
||||||
|
spacing=1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = cpu
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = volume
|
||||||
|
Config {
|
||||||
|
VolumeMuteKey = XF86AudioMute
|
||||||
|
VolumeDownKey = XF86AudioLowerVolume
|
||||||
|
VolumeUpKey = XF86AudioRaiseVolume
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = tray
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = dclock
|
||||||
|
Config {
|
||||||
|
ClockFmt=%R
|
||||||
|
TooltipFmt=%A %x
|
||||||
|
BoldFont=0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Plugin {
|
||||||
|
type = launchbar
|
||||||
|
Config {
|
||||||
|
Button {
|
||||||
|
id=lxde-screenlock.desktop
|
||||||
|
}
|
||||||
|
Button {
|
||||||
|
id=lxde-logout.desktop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
21
lxde/skel/.config/lxsession/LXDE/desktop.conf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
[Session]
|
||||||
|
window_manager=openbox-lxde
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Adwaita
|
||||||
|
sNet/IconThemeName=Adwaita
|
||||||
|
sGtk/FontName=Sans 10
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
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="Xterm">
|
||||||
|
<action name="Execute"><command>xterm</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Firefox">
|
||||||
|
<action name="Execute"><command>firefox</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
@@ -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>
|
17
lxde/skel/.config/openbox/autostart
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
#
|
||||||
|
# These things are run when an Openbox X Session is started.
|
||||||
|
# You may place a similar script in $HOME/.config/openbox/autostart
|
||||||
|
# to run user-specific things.
|
||||||
|
#
|
||||||
|
|
||||||
|
# If you want to use GNOME config tools...
|
||||||
|
#
|
||||||
|
#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
|
||||||
|
# /usr/lib/openbox/gnome-settings-daemon &
|
||||||
|
#elif which gnome-settings-daemon >/dev/null 2>&1; then
|
||||||
|
# gnome-settings-daemon &
|
||||||
|
#fi
|
||||||
|
|
||||||
|
# If you want to use XFCE config tools...
|
||||||
|
#
|
||||||
|
#xfce-mcs-manager &
|
19
lxde/skel/.config/pcmanfm/LXDE/pcmanfm.conf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[config]
|
||||||
|
bm_open_method=0
|
||||||
|
su_cmd=xdg-su -c '%s'
|
||||||
|
|
||||||
|
[desktop]
|
||||||
|
wallpaper_mode=crop
|
||||||
|
wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||||
|
desktop_bg=#000000
|
||||||
|
desktop_fg=#ffffff
|
||||||
|
desktop_shadow=#000000
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
always_show_tabs=0
|
||||||
|
hide_close_btn=0
|
||||||
|
win_width=640
|
||||||
|
win_height=480
|
||||||
|
view_mode=icon
|
||||||
|
show_hidden=0
|
||||||
|
sort=name;ascending;
|
@@ -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,7 +1,7 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
icon_theme=breeze
|
icon_theme=breeze
|
||||||
theme=frost
|
theme=kde-plasma
|
||||||
|
|
||||||
[Mouse]
|
[Mouse]
|
||||||
cursor_theme=Breeze
|
cursor_theme=Breeze
|
||||||
|
@@ -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,16 +39,15 @@ 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=Top
|
||||||
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
|
||||||
|
@@ -4,7 +4,7 @@ leave_confirmation=true
|
|||||||
window_manager=openbox
|
window_manager=openbox
|
||||||
|
|
||||||
[Environment]
|
[Environment]
|
||||||
BROWSER=qupzilla
|
BROWSER=falkon
|
||||||
GTK_CSD=0
|
GTK_CSD=0
|
||||||
TERM=qterminal
|
TERM=qterminal
|
||||||
|
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
</placement>
|
</placement>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name>Onyx</name>
|
<name>Mikachu</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<titleLayout>NLIMC</titleLayout>
|
||||||
<!--
|
<!--
|
||||||
available characters are NDSLIMC, each can occur at most once.
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
@@ -11,8 +11,8 @@ 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/Artix_dna_spiral.png
|
||||||
WallpaperMode=stretch
|
WallpaperMode=stretch
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
@@ -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,8 +11,8 @@ 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/Artix_dna_spiral.png
|
||||||
WallpaperMode=center
|
WallpaperMode=center
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
@@ -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]
|
||||||
|