Changed browsers again..back to conkeror from luakit..this implies changes to .Xdefaults and .xmonad/xmonad.hs

Did some tweaking of mc from mc's preferences
This commit is contained in:
Collin J. Doering 2011-07-12 12:23:57 -04:00 committed by Collin J. Doering
parent 1d67ae316f
commit 8eadf74221
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=false
URxvt.boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=false URxvt.boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=false
URxvt.perl-ext-common: default,tabbedex,url-select,keyboard-select,matcher URxvt.perl-ext-common: default,tabbedex,url-select,keyboard-select,matcher
URxvt.keysym.M-u: perl:url-select:select_next URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: /usr/bin/luakit URxvt.urlLauncher: /usr/bin/conkeror
URxvt.underlineURLs: true URxvt.underlineURLs: true
URxvt.matcher.button: 1 URxvt.matcher.button: 1
URxvt.scrollstyle: plain URxvt.scrollstyle: plain

View File

@ -5,8 +5,8 @@ pause_after_run=1
shell_patterns=1 shell_patterns=1
auto_save_setup=1 auto_save_setup=1
auto_menu=0 auto_menu=0
use_internal_view=1 use_internal_view=0
use_internal_edit=1 use_internal_edit=0
clear_before_exec=1 clear_before_exec=1
confirm_delete=1 confirm_delete=1
confirm_overwrite=1 confirm_overwrite=1
@ -14,7 +14,7 @@ confirm_execute=0
confirm_history_cleanup=1 confirm_history_cleanup=1
confirm_exit=1 confirm_exit=1
confirm_directory_hotlist_delete=1 confirm_directory_hotlist_delete=1
safe_delete=1 safe_delete=0
mouse_repeat_rate=100 mouse_repeat_rate=100
double_click_speed=250 double_click_speed=250
use_8th_bit_as_meta=0 use_8th_bit_as_meta=0
@ -98,7 +98,7 @@ filepos_max_saved_entries=1024
[Layout] [Layout]
equal_split=1 equal_split=1
first_panel_size=113 first_panel_size=72
message_visible=1 message_visible=1
keybar_visible=1 keybar_visible=1
xterm_title=1 xterm_title=1

View File

@ -211,9 +211,9 @@ myGenericKeys =
-- Launch a backup terminal -- Launch a backup terminal
, ((modm .|. controlMask, xK_Return), spawn "xterm") , ((modm .|. controlMask, xK_Return), spawn "xterm")
-- Launch firefox (now luakit) -- Launch firefox (now conkeror)
, ((modm .|. controlMask, xK_f), spawn "luakit") , ((modm .|. controlMask, xK_f), spawn "conkeror")
-- Launch emacs -- Launch emacs
, ((modm .|. controlMask, xK_e), spawn "emacsclient -c") , ((modm .|. controlMask, xK_e), spawn "emacsclient -c")