From 84d7080e6e4ae7b23527213e59b407ec1f266bba Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:20:17 +0200 Subject: .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3bd67d3..c16ff8c 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,5 @@ Mail/ .mu/ .org-timestamps/ .virtualenv/ +.Planeshift/ +.android/ -- cgit v1.2.3-54-g00ecf From 976ecbf88bfa37de581107de5b50d18666b9d460 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:20:40 +0200 Subject: .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c16ff8c..9acc480 100644 --- a/.gitignore +++ b/.gitignore @@ -115,5 +115,5 @@ Mail/ .mu/ .org-timestamps/ .virtualenv/ -.Planeshift/ +.PlaneShift/ .android/ -- cgit v1.2.3-54-g00ecf From 5626ad5df5ca45ec1225d83146262629f4a2e8ee Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:20:46 +0200 Subject: .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9acc480..d4280cd 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ Mail/ .virtualenv/ .PlaneShift/ .android/ +.nv/ -- cgit v1.2.3-54-g00ecf From 783dd9ff2439a308f8380eb4a04d98efde1f1d5b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:25:47 +0200 Subject: .pentadactyl/plugins/emacs.penta --- .pentadactyl/plugins/emacs.penta | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 .pentadactyl/plugins/emacs.penta diff --git a/.pentadactyl/plugins/emacs.penta b/.pentadactyl/plugins/emacs.penta new file mode 100644 index 0000000..e28bce3 --- /dev/null +++ b/.pentadactyl/plugins/emacs.penta @@ -0,0 +1,98 @@ +set editor=emacsclient +set go=bCs +set hintkeys="arstdhneio" +set stal=never +set titlestring= + +highlight -a Hint text-transform: uppercase + +map -b : +map -b -m base + +map -b -m c +map -b -m c + +map -b -m i +map -b -m i + +map -b -m c,i +map -b -m c,i +map -b -m c,i +map -b -m c,i +map -b -m c,i +map -b -m c,i + +map -b gg +map -b > G +map -b +map -b y + +map -b u +map -b 0 +map -b +map -b $ +map -b +map -b gT +map -b gt +map -b 2j +map -b 2k +map -b ? +map -b / +map -b +map -b Y +map -b P + +map -b ~ ~ +map -b e gF +map -b g gf +map -b h gh +map -b i gi +map -b k d +map -b m ;c +map -b p ;i +map -b r r +map -b R R +map -b u gu + +map -b b +map -b ZZ +map -b t +map -b :restart +map -b gU +map -b O + +map +map +map +map +map +map : +map ~ +map / +map ? +map $ +map 0 +map b +map B +map d +map F +map gg +map gh +map gi +map gU +map G +map i +map j +map k +map o +map O +map p +map P +map q +map r +map t +map u +map w +map y +map Y +map ZZ -- cgit v1.2.3-54-g00ecf From 5b50f800ea1fc80326a88b6186ea59c06c59635e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:26:50 +0200 Subject: .Xdefaults --- .Xdefaults | 44 ++------------------------------------------ 1 file changed, 2 insertions(+), 42 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index bf75454..e1e8e1d 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,46 +1,8 @@ ! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*- !! drop in Solarized colorscheme for Xresources/Xdefaults -*background: #002b36 -*foreground: #657b83 -*fading: 40 -*fadeColor: #002b36 -*cursorColor: #93a1a1 -*pointerColorBackground:#586e75 -*pointerColorForeground:#93a1a1 - -!! black dark/light -*color0: #073642 -*color8: #002b36 - -!! red dark/light -*color1: #dc322f -*color9: #cb4b16 - -!! green dark/light -*color2: #859900 -*color10: #586e75 - -!! yellow dark/light -*color3: #b58900 -*color11: #657b83 - -!! blue dark/light -*color4: #268bd2 -*color12: #839496 - -!! magenta dark/light -*color5: #d33682 -*color13: #6c71c4 - -!! cyan dark/light -*color6: #2aa198 -*color14: #93a1a1 - -!! white dark/light -*color7: #eee8d5 -*color15: #fdf6e3 - +urxvt.background: #000000 +urxvt.foreground: #ffffff urxvt.internalBorder: 0 ! General @@ -93,5 +55,3 @@ xfontsel.sampleTextUCS: \ static void print_sample_message(XWindow *win) {\n\ win.label->text = "Sample text 0123456789"\n\ } - -*.font: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-* -- cgit v1.2.3-54-g00ecf From 56e0a40cb1c1fd4ee79fc9b7874cc569337aa5a7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:27:50 +0200 Subject: .ncmpcpp/config --- .ncmpcpp/config | 66 --------------------------------------------------------- 1 file changed, 66 deletions(-) diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 20d1030..289318d 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -17,22 +17,6 @@ titles_visibility = "no" browser_display_mode = "classic" # (classic/columns) browser_playlist_prefix = "$2plist >$9 " -# Colors -active_column_color = "yellow" -color1 = "default" -color2 = "green" -discard_colors_if_item_is_selected = "yes" -header_visibikity = "yes" -header_window_color = "magenta" -main_window_color = "default" -main_window_highlight_color = "default" -progressbar_color = "red" -state_flags_color = "yellow" -state_line_color = "black" -statusbar_color = "magenta" -statusbar_visibility = "yes" -volume_color = "cyan" - # Others allow_physical_directories_deletion = "yes" allow_physical_files_deletion = "yes" @@ -40,53 +24,3 @@ fancy_scrolling = "yes" mpd_music_dir = "/mnt/music/mp3" search_engine_display_mode = "columns" # (classic/columns) user_interface = "alternative" # (classic/alternative) - -#active_window_border = "red" -#alternative_header_first_line_format = "$b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b" -#alternative_header_second_line_format = "{{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}" -#alternative_ui_separator_color = "black" -#ask_before_clearing_main_playlist = "no" -#block_search_constraints_change_if_items_found = "yes" -#clock_display_seconds = "no" -#colors_enabled = "yes" -#cyclic_scrolling = "no" -#default_find_mode = "wrapped" (wrapped/normal) -#default_place_to_search_in = "database" (database/playlist) -#default_space_mode = "add" (add/select) -#default_tag_editor_left_col = "albums" (albums/dirs) -#default_tag_editor_pattern = "%n - %t" -#display_remaining_time = "no" -#display_screens_numbers_on_start = "yes" -#empty_tag_color = "cyan" -#empty_tag_marker = "" -#enable_window_title = "yes" -#execute_on_song_change = "" -#external_editor = "" -#follow_now_playing_lyrics = "no" -#header_text_scrolling = "yes" -#ignore_leading_the = "no" -#incremental_seeking = "yes" -#jump_to_now_playing_song_at_start = "yes" -#lines_scrolled = "2" -#lyrics_database = "1" -#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above) -#message_delay_time = "4" -#mouse_support = "yes" -#mpd_connection_timeout = "5" -#mpd_crossfade_time = "3" -#mpd_host = "localhost" -#mpd_port = "6600" -#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add) -#playlist_disable_highlight_delay = "5" -#playlist_show_remaining_time = "no" -#regular_expressions = "basic" (basic/extended) -#seek_time = "1" -#selected_item_prefix = "$6" -#selected_item_suffix = "$9" -#show_hidden_files_in_local_browser = "no" -#song_columns_list_format = "(10f)[green]{lr} (25)[cyan]{aE} (40)[]{t} (30)[red]{b}" -#song_library_format = "{%n - }{%t}|{%f}" -#song_window_title_format = "{%a - }{%t}|{%f}" -#tag_editor_album_format = "{(%y) }%b" -#use_console_editor = "no" (set to yes, if your editor is console app) -#window_border_color = "green" -- cgit v1.2.3-54-g00ecf From 7b74faf73cd412e3031c8ce2c7ccbc99a2d5c4fa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:28:43 +0200 Subject: .xinitrc --- .xinitrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.xinitrc b/.xinitrc index 242e7f4..332a0dd 100644 --- a/.xinitrc +++ b/.xinitrc @@ -18,18 +18,8 @@ while true; do xsetroot -name "`/home/slash/.rootname.scm`" sleep 1m done & -#_ Start notifier -x=0 -width=1920 -height=12 -y=0 -/usr/bin/dunst \ - -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ - -nb "#002b36" -nf "#657b83" -to 5 - -geometry "${width}x${height}+${x}+${y}" & #_ Start session exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors -exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors #_ Local Variables # Local Variables: # mode: shell-script -- cgit v1.2.3-54-g00ecf From 8007e745cc404cf1e699fa70b33f1944fa9deb90 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:28:59 +0200 Subject: .xinitrc --- .xinitrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index 332a0dd..f4a96bd 100644 --- a/.xinitrc +++ b/.xinitrc @@ -11,8 +11,6 @@ if [ $? -ne 0 ] then mpdscribble & fi -#_. mpdnotify -mpc idleloop player | { while read; do notify-send "`mpc current`"; done } & #_. rootname while true; do xsetroot -name "`/home/slash/.rootname.scm`" -- cgit v1.2.3-54-g00ecf From 9eec73906cc1066ef43ba2a5f0e3fc6e73b07463 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:29:23 +0200 Subject: .xinitrc --- .xinitrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.xinitrc b/.xinitrc index f4a96bd..ea0b83c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -11,11 +11,6 @@ if [ $? -ne 0 ] then mpdscribble & fi -#_. rootname -while true; do - xsetroot -name "`/home/slash/.rootname.scm`" - sleep 1m -done & #_ Start session exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors #_ Local Variables -- cgit v1.2.3-54-g00ecf From ddc6bafa69cfb4bdc815156ecc7a0b8a21b11e7d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 19 Apr 2012 11:29:50 +0200 Subject: .xinitrc --- .xinitrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.xinitrc b/.xinitrc index ea0b83c..38ba974 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,21 +1,19 @@ -#_ Modify keys xmodmap ~/.Xmodmap -#_ Start some programs + xsetroot -solid "#002b36" numlockx & emacs --daemon & xbindkeys & -#_. mpdscribble + pidof mpdscribble >& /dev/null if [ $? -ne 0 ] then mpdscribble & fi -#_ Start session + exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors -#_ Local Variables + # Local Variables: # mode: shell-script # eval: (git-auto-commit-mode 1) -# eval: (allout-mode 1) # End: -- cgit v1.2.3-54-g00ecf