From 32eccb48e2e1a756a900c26bfa15fff6f9db6b75 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 8 Jun 2021 19:45:03 +0300 Subject: Deleted Min settings file and added a lot of configuration files --- .config/openbox/autostart | 39 ++ .config/openbox/environment | 10 + .config/openbox/rc.xml | 817 +++++++++++++++++++++++++++++++++++++++++ .config/openbox/terminals.menu | 16 + 4 files changed, 882 insertions(+) create mode 100644 .config/openbox/autostart create mode 100644 .config/openbox/environment create mode 100644 .config/openbox/rc.xml create mode 100644 .config/openbox/terminals.menu (limited to '.config/openbox') diff --git a/.config/openbox/autostart b/.config/openbox/autostart new file mode 100644 index 0000000..b4cac27 --- /dev/null +++ b/.config/openbox/autostart @@ -0,0 +1,39 @@ +# +# These things are run when an Openbox X Session is started. +# + +# If you want to use GNOME config tools... +# +#if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then +# /usr/libexec/gnome-settings-daemon & +#elif which gnome-settings-daemon >/dev/null; then +# gnome-settings-daemon & +#fi + +# If you want to use XFCE config tools... +# +#xfce-mcs-manager & + +xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 +tail -n 1 -f /var/log/Xorg.0.log | while read +do + ~/.fehbg & # wallpaper + lwa-hot-corners ~/.lwarc & # hot corners +done & # execute stuff when resolution (mostly) changes +lxpolkit & # polkit + +xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen +tint2 & # taskbar +compton & # compositor +setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching + +flameshot & # screenshot utility +redshift-gtk & # screen color temperature changer +copyq & # clipboard manager + +gtk-launch min & +gtk-launch discord & +gtk-launch nextcloud-desktop & +gtk-launch rambox & +gtk-launch electron-mail & +/opt/Caprine.AppImage & diff --git a/.config/openbox/environment b/.config/openbox/environment new file mode 100644 index 0000000..3311bd6 --- /dev/null +++ b/.config/openbox/environment @@ -0,0 +1,10 @@ +# +# Set system-wide environment variables here for Openbox +# User-specific variables should be placed in $HOME/.config/openbox/environment +# + +# To set your language for displaying messages and time/date formats, use the following: +#LANG=en_CA.UTF8 + +# To set your keyboard layout, you need to modify your X config: +# http://www.google.com/search?q=how+to+set+keyboard+layout+xorg diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml new file mode 100644 index 0000000..fba0005 --- /dev/null +++ b/.config/openbox/rc.xml @@ -0,0 +1,817 @@ + + + + + 10 + 20 + + + yes + + no + + yes + + no + + 200 + + no + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + Blocks + NLIMC + + yes + yes + + Noto Sans + 10 + + Bold + + Normal + + + + Noto Sans + 10 + + Bold + + Normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + bold + + normal + + + + sans + 9 + + bold + + normal + + + + + + 1 + 1 + + Desktop + + 875 + + + + yes + Nonpixel + + Center + + + + 10 + + 10 + + + + + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + + false + Screenshot + + flameshot gui + + + + + + false + Start Menu + + jgmenu_run + + + + + + false + Terminal + + terminator + + + + + + false + Terminal + + terminator --new-tab + + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + yes + yes + + + + + + + + + + + right + + + + + left + + + + + up + + + + + down + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + 1 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + top + + + + + + + left + + + + + + + right + + + + + + + bottom + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + + + horizontal + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + + + + client-list-combined-menu + + + + + jgmenu_run + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + +
diff --git a/.config/openbox/terminals.menu b/.config/openbox/terminals.menu new file mode 100644 index 0000000..450543e --- /dev/null +++ b/.config/openbox/terminals.menu @@ -0,0 +1,16 @@ + + + + Terminals + + + + + + + + + TerminalEmulator + + -- cgit v1.2.3