mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 12:44:21 +02:00
xsession: remove gnome-terminal configuration
If I need it, it will be in git history.
This commit is contained in:
parent
8664fb3960
commit
cbd56841b7
1 changed files with 0 additions and 20 deletions
20
xsession
20
xsession
|
@ -26,24 +26,4 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
[ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null
|
[ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null
|
||||||
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
||||||
|
|
||||||
# Configure gnome-terminal
|
|
||||||
gnoterm() {
|
|
||||||
gconftool-2 --type $1 --set /apps/gnome-terminal/profiles/Default/$2 $3
|
|
||||||
}
|
|
||||||
gnoterm int scrollback_lines 5000
|
|
||||||
gnoterm bool scroll_on_output false
|
|
||||||
gnoterm bool scroll_on_keystroke true
|
|
||||||
gnoterm bool default_show_menubar false
|
|
||||||
gnoterm string cursor_blink_mode on
|
|
||||||
gnoterm bool use_system_font false
|
|
||||||
gnoterm string font "DejaVu Sans Mono 8"
|
|
||||||
gnoterm bool use_theme_colors false
|
|
||||||
gnoterm float background_darkness 0.92
|
|
||||||
gnoterm string background_type transparent
|
|
||||||
gnoterm string foreground_color "#FFFFFF"
|
|
||||||
gnoterm string background_color "#000000"
|
|
||||||
gnoterm string palette \
|
|
||||||
$(sed -n 's/^.color\([0-9]*\): /\1/p' ~/.Xresources | sort -n | \
|
|
||||||
awk '{print $2}' | tr '\n' ':' | sed 's/:$//')
|
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue