Split up configs into seperate packages

This commit is contained in:
natemaia
2018-12-13 22:02:16 -08:00
parent 98ae5d737b
commit ccdab4657c
67 changed files with 6 additions and 1570 deletions

View File

@ -0,0 +1,9 @@
^sep()
Lock,i3lock-fancy -p,system-lock-screen
Exit,^checkout(exit),system-shutdown
exit,^tag(exit)
exit to prompt,openbox --exit,system-log-out
suspend,systemctl -i suspend,system-log-out
reboot,systemctl -i reboot,system-reboot
poweroff,systemctl -i poweroff,system-shutdown
1 ^sep()
2 Lock,i3lock-fancy -p,system-lock-screen
3 Exit,^checkout(exit),system-shutdown
4 exit,^tag(exit)
5 exit to prompt,openbox --exit,system-log-out
6 suspend,systemctl -i suspend,system-log-out
7 reboot,systemctl -i reboot,system-reboot
8 poweroff,systemctl -i poweroff,system-shutdown

View File

@ -0,0 +1,64 @@
# jgmenurc
stay_alive = 1
#hide_on_startup = 0
csv_cmd = pmenu
tint2_look = 1
at_pointer = 0
terminal_exec = termite
terminal_args = -e
#monitor = 0
menu_margin_x = 4
menu_margin_y = 32
menu_width = 200
menu_padding_top = 10
menu_padding_right = 2
menu_padding_bottom = 5
menu_padding_left = 2
menu_radius = 0
menu_border = 1
menu_halign = left
menu_valign = top
#sub_spacing = 1
#sub_padding_top = -1
#sub_padding_right = -1
#sub_padding_bottom = -1
#sub_padding_left = -1
sub_hover_action = 1
#item_margin_x = 3
item_margin_y = 5
item_height = 30
item_padding_x = 8
item_radius = 0
item_border = 0
#item_halign = left
sep_height = 5
font = monospace 12px
#font_fallback = xtg
icon_size = 24
#icon_text_spacing = 10
#icon_theme =
#icon_theme_fallback = xtg
#arrow_string = ▸
#arrow_width = 15
color_menu_bg = #1C2023 100
color_menu_fg = #A4A4A4 100
#color_menu_border = #1C2023 8
color_norm_bg = #1C2023 0
color_norm_fg = #A4A4A4 100
color_sel_bg = #8fa1b3 60
color_sel_fg = #A4A4A4 100
#color_sel_border = #1C2023 8
color_sep_fg = #919BA0 40
#csv_name_format = %n (%g)

View File

@ -0,0 +1,4 @@
Web browser,exo-open --launch WebBrowser,web-browser
File manager,exo-open --launch FileManager,system-file-manager
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
^sep()
1 Web browser,exo-open --launch WebBrowser,web-browser
2 File manager,exo-open --launch FileManager,system-file-manager
3 Terminal,exo-open --launch TerminalEmulator,utilities-terminal
4 ^sep()