Split up configs into seperate packages
This commit is contained in:
9
openbox-home/.config/jgmenu/append.csv
Normal file
9
openbox-home/.config/jgmenu/append.csv
Normal 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
|
|
64
openbox-home/.config/jgmenu/jgmenurc
Normal file
64
openbox-home/.config/jgmenu/jgmenurc
Normal 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)
|
4
openbox-home/.config/jgmenu/prepend.csv
Normal file
4
openbox-home/.config/jgmenu/prepend.csv
Normal 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()
|
|
Reference in New Issue
Block a user