[blackbox] added blackbox

This commit is contained in:
Frede Hundewadt 2019-05-07 07:01:57 +02:00
parent caec0cf740
commit 058f897f66
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
16 changed files with 1535 additions and 0 deletions

View File

@ -0,0 +1,305 @@
##### OPENBOX MINIMAL/EXTRA PROFILE
#---------=> media player
>extra deadbeef
>extra smplayer
>extra smplayer-skins
>extra smplayer-themes
>extra smtube
#---------=> media controls/codecs/plugins
>extra ffmpeg
>extra libmad
>extra mpg123
>extra pavucontrol
#---------=> graphic applications
>extra gcolor2
>extra gimp
>extra gpicview
>extra viewnior
#---------=> connect packages
>extra blueman
>extra bluez
>extra gvfs
>extra gvfs-mtp
>extra gvfs-nfs
>extra gvfs-smb
>extra udiskie
#---------=> extra fonts
>extra noto-fonts
#---------=> office
>extra libreoffice-fresh
#---------=> office
## metapackage manjaro-printer
>extra cups
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra gutenprint
>extra hplip
>extra python-gobject
>extra python-pyqt5
>extra splix
>extra system-config-printer
#---------=> build support
>extra autoconf
>extra automake
>extra binutils
>extra bison
>extra flex
>extra gc
>extra gcc
>extra git
>extra guile
>extra libatomic_ops
>extra libmpc
>extra m4
>extra make
>extra package-query
>extra patch
>extra pkg-config
>extra yajl
#---------=> file utilities
>extra catfish
>extra engrampa
>extra ffmpegthumbnailer
>extra mlocate
>extra poppler-data
>extra poppler-glib
>extra p7zip
>extra thunar-archive-plugin-gtk3
>extra thunar-media-tags-plugin
>extra thunar-volman-gtk3
>extra tumbler
>extra unace
>extra unarchiver
>extra unarj
>extra unrar
>extra unzip
#---------=> disk utilities
>extra gnome-disk-utility
>extra mintstick
>extra xfburn
#---------=> GUI internet apps
>extra thunderbird
#---------=> basic utilities
>extra galculator
#---------=> package manager
pamac-gtk
#-------------------------------------------------
##### EDITION BASE PACKAGES
#---------=> package manager
pamac-cli
pacui
#---------=> office
qpdfview
#---------=> manjaro user infomartion
manjaro-application-utility
manjaro-documentation-en
manjaro-hello
#---------=> GUI internet apps
chromium
#---------=> CLI text editor
dash
micro-manjaro
terminus-font
#---------=> GUI text editor
xed
#---------=> sound support
alsa-firmware
alsa-utils
alsa-plugins
pamixer
playerctl
pulseaudio
pulseaudio-alsa
volumeicon
#---------=> CLI internet apps
lynx
w3m
#---------=> CLI file manager
mc
ranger
#---------=> GUI file manager
thunar-gtk3
#---------=> disk utilities
clonezilla
gparted
testdisk
timeshift
#---------=> basic utilities
catimg
dmidecode
feh
gsimplecal
hddtemp
htop
inxi
jp2a
mesa-demos
neofetch
ps_mem
tlp-rdw
tlpui
tree
upower
xterm
#---------=> network utilities
arp-scan
bind-tools
net-tools
openssh
traceroute
whois
#---------=> display manager and greeter
lightdm
lightdm-settings
lightdm-slick-greeter
#---------=> settings manager
lxappearance-gtk3
#lxappearance-obconf-gtk3
manjaro-settings-manager
xfce4-settings-gtk3
#xfce4-power-manager-gtk3
#---------=> desktop settings and config
manjaro-openbox-config
manjaro-openbox-desktop-settings
#---------=> edition theming and settings
manjaro-grub-theme-glassfield
manjaro-openbox-scripts
manjaro-openbox-maia
manjaro-openbox-wallpapers
manjaro-slick-greeter-theme-glassfield
manjaro-wallpapers-18.0
manjaro-wallpapers-by-lunix-cool-logo
manjaro-wallpapers-by-lunix-manjaro
manjaro-wallpapers-by-lunix-openbox
manjaro-zsh-config
matcha-gtk-theme
papirus-maia-icon-theme
xcursor-breeze
#---------=> fonts packages
manjaro-openbox-fonts
ttf-dejavu
ttf-font-awesome
ttf-font-logos
ttf-icomoon-icons
ttf-material-icons
ttf-polybar-icons
ttf-roboto
#---------=> network
network-manager-applet
networkmanager
networkmanager-dmenu
networkmanager-openvpn
openresolv
#---------=> core
arandr
compton
conky
dunst
exo-gtk3
fakeroot
i3lock
imagemagick
jgmenu
jsoncpp
kickshaw
libmpdclient
lxmenu-data
nitrogen
numlockx
ob-autostart
obconf
obkey-gtk3
obmenu-generator
openbox
polybar
rofi
scrot
skippy-xd
synapse
termite
termite-terminfo
tint2
wireless_tools
wmctrl
xcape
xcb-util-cursor
xcmenu
xdotool
zenity
#---------=> system icon themes
adwaita-icon-theme
gnome-icon-theme
gnome-icon-theme-extras
gnome-icon-theme-symbolic
gnome-themes-extra
hicolor-icon-theme
#---------=> system fonts
freetype2
#---------=> system
accountsservice
gksu-polkit
gnome-keyring
gtk3-classic
manjaro-hotfixes
polkit
polkit-gnome
python2-xdg
qt5ct
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
#---------=> xorg
xorg-fonts-75dpi
xorg-fonts-100dpi
xorg-fonts-type1
xorg-server
xorg-server-common
xorg-server-xephyr
xorg-xbacklight
xorg-xdpyinfo
xorg-xinit
xorg-xinput
xorg-xkill
xorg-xprop
xorg-xwininfo
xf86-input-libinput

View File

@ -0,0 +1 @@
../../shared/Packages-Live

View File

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View File

@ -0,0 +1 @@
../../shared/Packages-Root

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection

View File

@ -0,0 +1,11 @@
# useradd defaults file for Manjaro Openbox Linux
# shell changed by fhdk
# useradd defaults file for ArchLinux
# original changes by TomK
GROUP=users
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/zsh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/default

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/fstab

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/issue

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/pam.d

View File

@ -0,0 +1,7 @@
[notifications]
checkLanguagePackages=false
checkNewKernel=false
checkNewKernelLts=false
checkNewKernelRecommended=false
checkUnsupportedKernel=false
checkUnsupportedKernelRunning=false

View File

@ -0,0 +1,177 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
<!-- DISK TOOLS MENU -->
<menu id="disk-utilities" label="Disk Tools">
<item label="Clonezilla">
<action name="Execute">
<command>termite -e "sudo clonezilla"</command>
</action>
</item>
<item label="Gparted">
<action name="Execute">
<command>gksu gparted</command>
</action>
</item>
<item label="Testdisk">
<action name="Execute">
<command>termite -e "sudo testdisk"</command>
</action>
</item>
</menu>
<!-- SCREENSHOT MENU -->
<menu id="screenshot" label="Screenshot">
<item label="Screenshot in 5">
<action name="Execute">
<command>scrot -d 5 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action>
</item>
<item label="Screenshot in 10">
<action name="Execute">
<command>scrot -d 10 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action>
</item>
<item label="Screenshot With Selection">
<action name="Execute">
<command>scrot -s &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action>
</item>
</menu>
<!-- PREFERENCES MENU -->
<menu id="preferences" label="Preferences">
<menu id="openbox" label="Openbox">
<item label="Customize Look and Feel">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Openbox Configuration">
<action name="Execute">
<command>obconf</command>
</action>
</item>
<item label="GUI Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="GUI Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<item label="GUI Autostart Editor">
<action name="Execute">
<command>ob-autostart</command>
</action>
</item>
<separator />
<item label="Edit autostart">
<action name="Execute">
<command>xdg-open ~/.config/openbox/autostart</command>
</action>
</item>
<item label="Edit menu.xml">
<action name="Execute">
<command>xdg-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>xdg-open ~/.config/openbox/rc.xml</command>
</action>
</item>
<separator/>
<item label="Openbox Reconfigure">
<action name="Reconfigure"/>
</item>
<item label="Openbox Restart">
<action name="Restart"/>
</item>
</menu>
<menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu id="system-settings" label="System">
<item label="Appearance">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
</action>
</item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu>
</menu>
<!-- ROOT MENU -->
<menu id="root-menu" label="Openbox 3">
<separator label="Install Manjaro Openbox"/>
<item label="Manjaro User Guide">
<action name="Execute">
<command>qpdfview "/usr/share/doc/manjaro/Beginner_User_Guide.pdf"</command>
</action>
</item>
<item label="Calamares Installer">
<action name="Execute">
<command>calamares_polkit</command>
</action>
</item>
<item label="Architect Installer">
<action name="Execute">
<command>termite -e "sudo setup"</command>
</action>
</item>
<separator label="Manjaro Openbox"/>
<item label="Terminal">
<action name="Execute">
<command>termite</command>
</action>
</item>
<item label="Filemanager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
</action>
</item>
<item label="Midnight Commander">
<action name="Execute">
<command>termite -e mc</command>
</action>
</item>
<separator/>
<menu id="disk-utilities"/>
<menu id="screenshot"/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>
<separator/>
<menu id="preferences"/>
<menu id="keybinds" label="Keybinds" execute="manjaro-kb-pipemenu"/>
<separator/>
<menu id="help" label="HELP &amp; INFO" execute="manjaro-help-pipemenu"/>
<separator/>
<item label="Switch Menu">
<action name="Execute">
<command>switchmenu -dynamic</command>
</action>
</item>
<separator/>
<item label="Lock Screen">
<action name="Execute">
<command>lockscreen -- scrot</command>
</action>
</item>
<item label="Exit Openbox">
<action name="Execute">
<command>rofr.sh -l</command>
</action>
</item>
</menu>
</openbox_menu>

View File

@ -0,0 +1,948 @@
<?xml version="1.0"?>
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>50</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
<followMouse>no</followMouse>
<focusLast>yes</focusLast>
<underMouse>no</underMouse>
<focusDelay>200</focusDelay>
<raiseOnFocus>no</raiseOnFocus>
</focus>
<placement>
<policy>Smart</policy>
<center>yes</center>
<monitor>Mouse</monitor>
<primaryMonitor>Mouse</primaryMonitor>
</placement>
<theme>
<name>Adapta-Openbox-Maia</name>
<titleLayout>NLIMC</titleLayout>
<keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>Roboto</name>
<size>11</size>
<weight>Normal</weight>
<slant>Normal</slant>
</font>
<font place="InactiveWindow">
<name>Roboto</name>
<size>11</size>
<weight>Normal</weight>
<slant>Italic</slant>
</font>
<font place="MenuHeader">
<name>Roboto</name>
<size>11</size>
<weight>Normal</weight>
<slant>Normal</slant>
</font>
<font place="MenuItem">
<name>Roboto</name>
<size>10</size>
<weight>Normal</weight>
<slant>Normal</slant>
</font>
<font place="ActiveOnScreenDisplay">
<name>Roboto</name>
<size>10</size>
<weight>Normal</weight>
<slant>Normal</slant>
</font>
<font place="InactiveOnScreenDisplay">
<name>Roboto</name>
<size>10</size>
<weight>Normal</weight>
<slant>Normal</slant>
</font>
</theme>
<desktops>
<number>4</number>
<firstdesk>0</firstdesk>
<names>
<name>1</name>
<name>2</name>
<name>3</name>
<name>4</name>
</names>
<popupTime>800</popupTime>
</desktops>
<resize>
<drawContents>yes</drawContents>
<popupShow>Never</popupShow>
<popupPosition>Center</popupPosition>
<popupFixedPosition>
<x>10</x>
<y>10</y>
</popupFixedPosition>
</resize>
<margins>
<top>0</top>
<bottom>0</bottom>
<left>0</left>
<right>0</right>
</margins>
<dock>
<position>Floating</position>
<floatingX>0</floatingX>
<floatingY>0</floatingY>
<noStrut>no</noStrut>
<stacking>Above</stacking>
<direction>Vertical</direction>
<autoHide>no</autoHide>
<hideDelay>300</hideDelay>
<showDelay>300</showDelay>
<moveButton>Middle</moveButton>
</dock>
<keyboard>
<chainQuitKey/>
<keybind key="W-1">
<action name="GoToDesktop">
<to>1</to>
</action>
</keybind>
<keybind key="W-2">
<action name="GoToDesktop">
<to>2</to>
</action>
</keybind>
<keybind key="W-3">
<action name="GoToDesktop">
<to>3</to>
</action>
</keybind>
<keybind key="W-4">
<action name="GoToDesktop">
<to>4</to>
</action>
</keybind>
<keybind key="W-5">
<action name="GoToDesktop">
<to>5</to>
</action>
</keybind>
<keybind key="W-6">
<action name="GoToDesktop">
<to>6</to>
</action>
</keybind>
<keybind key="W-7">
<action name="GoToDesktop">
<to>7</to>
</action>
</keybind>
<keybind key="W-8">
<action name="GoToDesktop">
<to>8</to>
</action>
</keybind>
<keybind key="W-9">
<action name="GoToDesktop">
<to>9</to>
</action>
</keybind>
<keybind key="W-0">
<action name="GoToDesktop">
<to>10</to>
</action>
</keybind>
<keybind key="C-W-1">
<action name="SendToDesktop">
<desktop>1</desktop>
</action>
</keybind>
<keybind key="C-W-2">
<action name="SendToDesktop">
<desktop>2</desktop>
</action>
</keybind>
<keybind key="C-W-3">
<action name="SendToDesktop">
<desktop>3</desktop>
</action>
</keybind>
<keybind key="C-W-4">
<action name="SendToDesktop">
<desktop>4</desktop>
</action>
</keybind>
<keybind key="C-W-5">
<action name="SendToDesktop">
<desktop>5</desktop>
</action>
</keybind>
<keybind key="C-W-6">
<action name="SendToDesktop">
<desktop>6</desktop>
</action>
</keybind>
<keybind key="C-W-7">
<action name="SendToDesktop">
<desktop>7</desktop>
</action>
</keybind>
<keybind key="C-W-8">
<action name="SendToDesktop">
<desktop>8</desktop>
</action>
</keybind>
<keybind key="C-W-9">
<action name="SendToDesktop">
<desktop>9</desktop>
</action>
</keybind>
<keybind key="C-W-0">
<action name="SendToDesktop">
<desktop>10</desktop>
</action>
</keybind>
<keybind key="A-Tab">
<action name="NextWindow">
<raise>yes</raise>
<allDesktops>yes</allDesktops>
<finalactions>
<action name="Focus"/>
<action name="UnshadeRaise"/>
</finalactions>
</action>
</keybind>
<keybind key="W-Tab">
<action name="NextWindow">
<allDesktops>yes</allDesktops>
<finalactions>
<action name="SendToDesktop">
<desktop>1</desktop>
</action>
<action name="focus"/>
<action name="raise"/>
</finalactions>
</action>
</keybind>
<keybind key="C-A-Right">
<action name="DesktopNext"/>
</keybind>
<keybind key="C-A-Left">
<action name="DesktopPrevious"/>
</keybind>
<keybind key="W-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
<keybind key="C-W-f">
<action name="MaximizeFull"/>
</keybind>
<keybind key="W-S-F">
<action name="UnmaximizeFull"/>
</keybind>
<keybind key="W-S-k">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>-15</x>
<y>15</y>
<width>47%</width>
<height>96%</height>
</action>
</keybind>
<keybind key="W-S-j">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>15</x>
<y>15</y>
<width>47%</width>
<height>96%</height>
</action>
</keybind>
<keybind key="W-k">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>-15</x>
<y>15</y>
</action>
</keybind>
<keybind key="W-h">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>15</x>
<y>15</y>
</action>
</keybind>
<keybind key="W-j">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>15</x>
<y>-15</y>
</action>
</keybind>
<keybind key="W-l">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>-15</x>
<y>-15</y>
</action>
</keybind>
<keybind key="W-z">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>15</x>
<y>15</y>
<width>32%</width>
<height>97%</height>
</action>
</keybind>
<keybind key="W-x">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>34%</x>
<y>15</y>
<width>32%</width>
<height>97%</height>
</action>
</keybind>
<keybind key="W-c">
<action name="Unmaximize"/>
<action name="MoveResizeTo">
<x>-17</x>
<y>15</y>
<width>32%</width>
<height>97%</height>
</action>
</keybind>
<keybind key="W-Right">
<action name="MoveRelative">
<x>20</x>
</action>
</keybind>
<keybind key="W-Left">
<action name="MoveRelative">
<x>-20</x>
</action>
</keybind>
<keybind key="W-Up">
<action name="MoveRelative">
<y>-20</y>
</action>
</keybind>
<keybind key="W-Down">
<action name="MoveRelative">
<y>20</y>
</action>
</keybind>
<keybind key="W-S-Right">
<action name="ResizeRelative">
<right>20</right>
</action>
</keybind>
<keybind key="W-S-Left">
<action name="ResizeRelative">
<right>-20</right>
</action>
</keybind>
<keybind key="W-S-Down">
<action name="ResizeRelative">
<bottom>20</bottom>
</action>
</keybind>
<keybind key="W-S-Up">
<action name="ResizeRelative">
<bottom>-20</bottom>
</action>
</keybind>
<keybind key="S-W-Left">
<action name="SendToDesktopLeft"/>
</keybind>
<keybind key="S-W-Right">
<action name="SendToDesktopRight"/>
</keybind>
<keybind key="S-W-Up">
<action name="SendToDesktopUp"/>
</keybind>
<keybind key="S-W-Down">
<action name="SendToDesktopDown"/>
</keybind>
<keybind key="A-Escape">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</keybind>
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>pamixer -i 2</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>pamixer -d 2</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>pamixer -t</command>
</action>
</keybind>
<keybind key="XF86AudioStop">
<action name="Execute">
<command>playerctl stop</command>
</action>
</keybind>
<keybind key="XF86AudioPlay">
<action name="Execute">
<command>playerctl play-pause</command>
</action>
</keybind>
<keybind key="XF86AudioPrev">
<action name="Execute">
<command>playerctl previous</command>
</action>
</keybind>
<keybind key="XF86AudioNext">
<action name="Execute">
<command>playerctl next</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessUp">
<action name="Execute">
<command>xbacklight +10</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="Execute">
<command>xbacklight -10</command>
</action>
</keybind>
<keybind key="Print">
<action name="Execute">
<command>scrot 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
</action>
</keybind>
<keybind key="A-Print">
<action name="Execute">
<command>scrot -d 5 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
</action>
</keybind>
<keybind key="W-f">
<action name="Execute">
<command>exo-open --launch FileManager</command>
</action>
</keybind>
<keybind key="W-t">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
</action>
</keybind>
<keybind key="W-w">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
</action>
</keybind>
<keybind key="W-e">
<action name="Execute">
<command>xed</command>
</action>
</keybind>
<keybind key="C-A-m">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</keybind>
<keybind key="W-m">
<action name="Execute">
<command>deadbeef</command>
</action>
</keybind>
<keybind key="W-v">
<action name="Execute">
<command>pavucontrol</command>
</action>
</keybind>
<keybind key="W-s">
<action name="Execute">
<command>skippy-xd</command>
</action>
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
</action>
</keybind>
<keybind key="C-space">
<action name="Execute">
<command>synapse</command>
</action>
</keybind>
<keybind key="C-A-l">
<action name="Execute">
<command>lockscreen -- scrot</command>
</action>
</keybind>
<keybind key="C-A-Delete">
<action name="Execute">
<command>rofr.sh -l</command>
</action>
</keybind>
<keybind key="W-S-Escape">
<action name="Exit"/>
</keybind>
<keybind key="C-S-BackSpace">
<action name="Restart"/>
</keybind>
<keybind key="C-S-Return">
<action name="Reconfigure"/>
</keybind>
<keybind key="W-Escape">
<action name="Execute">
<command>xkill</command>
</action>
</keybind>
<keybind key="A-F1">
<action name="Execute">
<command>jgmenu_run</command>
</action>
</keybind>
<keybind key="A-F2">
<action name="Execute">
<command>rofr.sh -r</command>
</action>
</keybind>
<keybind key="A-F4">
<action name="Close"/>
</keybind>
<keybind key="A-F5">
<action name="Iconify"/>
</keybind>
<keybind key="A-F6">
<action name="ToggleMaximize"/>
</keybind>
<keybind key="A-F8">
<action name="ToggleDecorations"/>
</keybind>
<keybind key="W-d">
<action name="ToggleShowDesktop"/>
</keybind>
<keybind key="W-b">
<action name="ToggleDecorations"/>
</keybind>
<keybind key="A-r">
<action name="Resize"/>
</keybind>
<keybind key="A-m">
<action name="Move"/>
</keybind>
<keybind key="S-W-q">
<action name="Close"/>
</keybind>
<keybind key="W-space">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</keybind>
<keybind key="A-space">
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</keybind>
<keybind key="W-KP_1">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>-0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-KP_2">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>-0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-KP_3">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x>
<y>-0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-KP_4">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
<height>100%</height>
</action>
</keybind>
<keybind key="W-KP_5">
<action name="MaximizeFull"/>
</keybind>
<keybind key="W-KP_6">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x>
<y>0</y>
<width>50%</width>
<height>100%</height>
</action>
</keybind>
<keybind key="W-KP_7">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-KP_8">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-KP_9">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x>
<y>0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
<keybind key="W-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
<keybind key="W-Up">
<action name="MaximizeFull"/>
</keybind>
<keybind key="W-Down">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<width>80%</width>
<height>80%</height>
</action>
<action name="MoveToCenter"/>
</keybind>
<keybind key="W-A-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
</action>
</keybind>
<keybind key="W-A-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<x>-0</x>
<y>0</y>
<width>50%</width>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>4</dragThreshold>
<doubleClickTime>400</doubleClickTime>
<screenEdgeWarpTime>600</screenEdgeWarpTime>
<screenEdgeWarpMouse>false</screenEdgeWarpMouse>
<context name="Frame">
<mousebind action="Press" button="A-Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="A-Left">
<action name="Move"/>
</mousebind>
<mousebind action="Press" button="A-Right">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Drag" button="A-Right">
<action name="Resize"/>
</mousebind>
</context>
<context name="Titlebar">
<mousebind action="Press" button="A-Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="A-Left">
<action name="Move"/>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="if">
<maximizedvertical>yes</maximizedvertical>
<then>
<action name="Unmaximize"/>
<direction>vertical</direction>
<action name="MoveResizeTo">
<x>center</x>
<y>current</y>
</action>
<action name="Move"/>
</then>
<else>
<action name="Move"/>
</else>
</action>
</mousebind>
<mousebind action="DoubleClick" button="Left">
<action name="ToggleMaximizeFull"/>
</mousebind>
<mousebind action="Click" button="Up">
<action name="if">
<shaded>no</shaded>
<then>
<action name="Shade"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
<action name="Lower"/>
</then>
</action>
</mousebind>
<mousebind action="Click" button="Down">
<action name="if">
<shaded>yes</shaded>
<then>
<action name="Unshade"/>
<action name="Raise"/>
</then>
</action>
</mousebind>
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="Top">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="Resize">
<edge>top</edge>
</action>
</mousebind>
</context>
<context name="Left">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="Resize">
<edge>left</edge>
</action>
</mousebind>
</context>
<context name="Right">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="Resize">
<edge>right</edge>
</action>
</mousebind>
</context>
<context name="Bottom">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="Resize">
<edge>bottom</edge>
</action>
</mousebind>
</context>
<context name="TRCorner BRCorner TLCorner BLCorner">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Drag" button="Left">
<action name="Resize"/>
</mousebind>
</context>
<context name="Client">
<mousebind action="Press" button="A-Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Drag" button="A-Left">
<action name="Move"/>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
</context>
<context name="Icon">
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="AllDesktops">
<mousebind action="Click" button="Left">
<action name="ToggleOmnipresent"/>
</mousebind>
</context>
<context name="Shade">
<mousebind action="Click" button="Left">
<action name="ToggleShade"/>
</mousebind>
</context>
<context name="Iconify">
<mousebind action="Click" button="Left">
<action name="Iconify"/>
</mousebind>
</context>
<context name="Maximize">
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind action="Click" button="Left">
<action name="ToggleMaximize"/>
</mousebind>
<mousebind action="Click" button="Right">
<action name="ToggleMaximize">
<direction>horizontal</direction>
</action>
</mousebind>
</context>
<context name="Close">
<mousebind action="Click" button="Left">
<action name="Close"/>
</mousebind>
</context>
<context name="Desktop">
<mousebind action="Click" button="Left">
<action name="Focus"/>
</mousebind>
<mousebind action="Click" button="A-Up">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind action="Click" button="A-Down">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
</context>
<context name="Root">
<mousebind action="Press" button="Middle">
<action name="ShowMenu">
<menu>client-list-combined-menu</menu>
</action>
</mousebind>
<mousebind action="Press" button="A-Right">
<action name="ShowMenu">
<menu>client-list-combined-menu</menu>
</action>
</mousebind>
<mousebind action="Press" button="Right">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</mousebind>
</context>
</mouse>
<menu>
<file>menu.xml</file>
<hideDelay>400</hideDelay>
<middle>no</middle>
<submenuShowDelay>100</submenuShowDelay>
<submenuHideDelay>200</submenuHideDelay>
<applicationIcons>no</applicationIcons>
<manageDesktops>yes</manageDesktops>
</menu>
<applications>
<application name="oblogout">
<position force="no">
<monitor>1</monitor>
</position>
<fullscreen>yes</fullscreen>
</application>
</applications>
</openbox_config>

View File

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/sudoers.d

View File

@ -0,0 +1 @@
../../../shared/manjaro/live-overlay/usr

View File

@ -0,0 +1,72 @@
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
multilib="false"
# displaymanager
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
autologin="true"
# nonfree mhwd drivers
nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
# extra="false"
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
#chrootcfg="false"
# use geoip for localization
geoip="true"
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'systemd-timesyncd' 'tlp' 'tlp-sleep' 'ufw')
disable_systemd=('pacman-init')
# the same workgroup name if samba is used
# smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# livecd #################
# unset defaults to given value
hostname="manjaro-openbox"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'NetworkManager')