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:
parent
1d67ae316f
commit
8eadf74221
@ -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.perl-ext-common: default,tabbedex,url-select,keyboard-select,matcher
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.urlLauncher: /usr/bin/luakit
|
||||
URxvt.urlLauncher: /usr/bin/conkeror
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.scrollstyle: plain
|
||||
|
8
.mc/ini
8
.mc/ini
@ -5,8 +5,8 @@ pause_after_run=1
|
||||
shell_patterns=1
|
||||
auto_save_setup=1
|
||||
auto_menu=0
|
||||
use_internal_view=1
|
||||
use_internal_edit=1
|
||||
use_internal_view=0
|
||||
use_internal_edit=0
|
||||
clear_before_exec=1
|
||||
confirm_delete=1
|
||||
confirm_overwrite=1
|
||||
@ -14,7 +14,7 @@ confirm_execute=0
|
||||
confirm_history_cleanup=1
|
||||
confirm_exit=1
|
||||
confirm_directory_hotlist_delete=1
|
||||
safe_delete=1
|
||||
safe_delete=0
|
||||
mouse_repeat_rate=100
|
||||
double_click_speed=250
|
||||
use_8th_bit_as_meta=0
|
||||
@ -98,7 +98,7 @@ filepos_max_saved_entries=1024
|
||||
|
||||
[Layout]
|
||||
equal_split=1
|
||||
first_panel_size=113
|
||||
first_panel_size=72
|
||||
message_visible=1
|
||||
keybar_visible=1
|
||||
xterm_title=1
|
||||
|
@ -211,9 +211,9 @@ myGenericKeys =
|
||||
-- Launch a backup terminal
|
||||
, ((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
|
||||
, ((modm .|. controlMask, xK_e), spawn "emacsclient -c")
|
||||
|
Reference in New Issue
Block a user