Misc changes
This commit is contained in:
parent
3c0efe5270
commit
7042e8d100
3 changed files with 39 additions and 37 deletions
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
curl_out=$(/usr/bin/curl -sw '\n%{http_code}' -X POST \
|
||||
--data-urlencode url="$url" "$YADUS_URL")
|
||||
--data-urlencode url="$url" -F "timestamp=$(date +%s)" "$YADUS_URL")
|
||||
http_code=$(echo -e "$curl_out" | tail -n 1)
|
||||
http_body=$(echo -e "$curl_out" | head -n -1)
|
||||
|
||||
|
|
|
@ -1,21 +1,49 @@
|
|||
[global_config]
|
||||
dbus = False
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
title_inactive_bg_color = "#000000"
|
||||
title_inactive_fg_color = "#909090"
|
||||
title_receive_bg_color = "#5d5d5d"
|
||||
title_receive_fg_color = "#d5d5d5"
|
||||
title_transmit_bg_color = "#000000"
|
||||
title_receive_fg_color = "#d5d5d5"
|
||||
title_receive_bg_color = "#5d5d5d"
|
||||
title_inactive_fg_color = "#909090"
|
||||
title_inactive_bg_color = "#000000"
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
[keybindings]
|
||||
close_term = None
|
||||
close_window = None
|
||||
go_up = None
|
||||
go_down = None
|
||||
go_left = None
|
||||
go_right = None
|
||||
go_up = None
|
||||
help = None
|
||||
close_term = None
|
||||
close_window = None
|
||||
layout_launcher = None
|
||||
next_profile = None
|
||||
help = None
|
||||
[profiles]
|
||||
[[default]]
|
||||
urgent_bell = True
|
||||
background_darkness = 0.79
|
||||
background_type = transparent
|
||||
cursor_color = "#fffeab"
|
||||
font = DejaVu Sans Mono 9
|
||||
foreground_color = "#faffb4"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
use_custom_command = True
|
||||
custom_command = TERM='xterm-256color' $SHELL -l
|
||||
use_system_font = False
|
||||
[[projection]]
|
||||
background_color = "#ffffff"
|
||||
cursor_color = "#000000"
|
||||
font = Inconsolata 20
|
||||
foreground_color = "#000000"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec"
|
||||
use_system_font = False
|
||||
[[projection_black]]
|
||||
cursor_color = "#aaaaaa"
|
||||
font = Inconsolata 20
|
||||
foreground_color = "#ffffff"
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
|
@ -25,30 +53,3 @@
|
|||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_darkness = 0.79
|
||||
background_type = transparent
|
||||
cursor_color = "#fffeab"
|
||||
custom_command = TERM='xterm-256color' $SHELL -l
|
||||
font = DejaVu Sans Mono 9
|
||||
foreground_color = "#faffb4"
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_custom_command = True
|
||||
use_system_font = False
|
||||
[[projection]]
|
||||
background_color = "#ffffff"
|
||||
cursor_color = "#000000"
|
||||
font = Inconsolata 20
|
||||
foreground_color = "#000000"
|
||||
palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec"
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
[[projection_black]]
|
||||
cursor_color = "#aaaaaa"
|
||||
font = Inconsolata 20
|
||||
foreground_color = "#ffffff"
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
|
|
|
@ -2,3 +2,4 @@ set history save on
|
|||
set history size 4096
|
||||
set history remove-duplicates 1
|
||||
set history filename ~/.gdb_history
|
||||
set debuginfod enabled on
|
||||
|
|
Loading…
Reference in a new issue