From df0872470ade20d3d850e54fadaffb905af4e81d Mon Sep 17 00:00:00 2001 From: Jack Random Date: Wed, 29 Apr 2015 11:39:23 +0200 Subject: typechange --- jackrandom/.Xresources | 68 +------------ jackrandom/.config/chromium-flags.conf | 6 +- jackrandom/.config/htop/htoprc | 26 +---- jackrandom/.config/mc/ini | 144 +------------------------- jackrandom/.gtkrc-2.0 | 20 +--- jackrandom/.i3 | 179 +-------------------------------- jackrandom/.i3status.conf | 69 +------------ jackrandom/.xinitrc | 25 +---- jackrandom/.zshrc | 13 +-- 9 files changed, 9 insertions(+), 541 deletions(-) mode change 100644 => 120000 jackrandom/.Xresources mode change 100644 => 120000 jackrandom/.config/chromium-flags.conf mode change 100644 => 120000 jackrandom/.config/htop/htoprc mode change 100644 => 120000 jackrandom/.config/mc/ini mode change 100644 => 120000 jackrandom/.gtkrc-2.0 mode change 100644 => 120000 jackrandom/.i3 mode change 100755 => 120000 jackrandom/.i3status.conf mode change 100644 => 120000 jackrandom/.xinitrc mode change 100644 => 120000 jackrandom/.zshrc diff --git a/jackrandom/.Xresources b/jackrandom/.Xresources deleted file mode 100644 index 5353009..0000000 --- a/jackrandom/.Xresources +++ /dev/null @@ -1,67 +0,0 @@ -URxvt.saveLines:32767 -URxvt.scrollstyle: plain -! URxvt.scrollBar: false - -Xft.autohint: 0 -Xft.antialias: 1 -Xft.hinting: 1 -Xft.hintstyle: hintfull -Xft.rgba: rgb -Xft.lcdfilter: lcddefault - -urxvt*font:xft:Tewi:pixelsize=11,style=regular -urxvt*boldFont:xft:Tewi:pixelsize=11,style=regular - -URxvt*.transparent: true -! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens -URxvt*.shading: 10 - -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -URxvt.url-select.launcher: chromium -URxvt.url-select.underline: true -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.urgentOnBell: true - -! forked from http://www.xcolors.net/dl/material -! see terminal.sexy for further colors - -! special -*.foreground: #eceff1 -!*.background: #263238 -*.background: #1d1f21 -*.cursorColor: #eceff1 - -! black -*.color0: #263238 -*.color8: #37474f - -! red -*.color1: #ff9800 -*.color9: #ffa74d - -! green -*.color2: #8bc34a -*.color10: #9ccc65 - -! yellow -*.color3: #ffc107 -*.color11: #ffa000 - -! blue -*.color4: #03a9f4 -*.color12: #81d4fa - -! magenta -*.color5: #e91e63 -*.color13: #ad1457 - -! cyan -*.color6: #009688 -*.color14: #26a69a - -! white -*.color7: #cfd8dc -*.color15: #eceff1 - diff --git a/jackrandom/.Xresources b/jackrandom/.Xresources new file mode 120000 index 0000000..ec84a4d --- /dev/null +++ b/jackrandom/.Xresources @@ -0,0 +1 @@ +/home/bernd/.Xresources \ No newline at end of file diff --git a/jackrandom/.config/chromium-flags.conf b/jackrandom/.config/chromium-flags.conf deleted file mode 100644 index 17318cc..0000000 --- a/jackrandom/.config/chromium-flags.conf +++ /dev/null @@ -1,5 +0,0 @@ -# This line will be ignored. ---disable-sync-preferences ---disk-cache-dir=/tmp/cache ---cipher-suite-blacklist=0x0001,0x0002,0x0004,0x0005,0x0017,0x0018,0xc002,0xc007,0xc00c,0xc011,0xc016,0xff80,0xff81,0xff82,0xff83 ---user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36" diff --git a/jackrandom/.config/chromium-flags.conf b/jackrandom/.config/chromium-flags.conf new file mode 120000 index 0000000..445899c --- /dev/null +++ b/jackrandom/.config/chromium-flags.conf @@ -0,0 +1 @@ +/home/bernd/.config/chromium-flags.conf \ No newline at end of file diff --git a/jackrandom/.config/htop/htoprc b/jackrandom/.config/htop/htoprc deleted file mode 100644 index 69d2242..0000000 --- a/jackrandom/.config/htop/htoprc +++ /dev/null @@ -1,25 +0,0 @@ -# Beware! This file is rewritten by htop when settings are changed in the interface. -# The parser is also very primitive, and not human-friendly. -fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=46 -sort_direction=1 -hide_threads=0 -hide_kernel_threads=1 -hide_userland_threads=1 -shadow_other_users=1 -show_thread_names=1 -highlight_base_name=1 -highlight_megabytes=1 -highlight_threads=1 -tree_view=1 -header_margin=1 -detailed_cpu_time=1 -cpu_count_from_zero=1 -update_process_names=1 -account_guest_in_cpu_meter=1 -color_scheme=0 -delay=15 -left_meters=LeftCPUs2 RightCPUs2 Blank CPU Uptime Tasks Blank Memory Swap -left_meter_modes=1 1 2 1 2 2 2 1 1 -right_meters=Load LoadAverage Blank Hostname Battery Clock -right_meter_modes=2 2 2 2 2 2 diff --git a/jackrandom/.config/htop/htoprc b/jackrandom/.config/htop/htoprc new file mode 120000 index 0000000..701a5b2 --- /dev/null +++ b/jackrandom/.config/htop/htoprc @@ -0,0 +1 @@ +/home/bernd/.config/htop/htoprc \ No newline at end of file diff --git a/jackrandom/.config/mc/ini b/jackrandom/.config/mc/ini deleted file mode 100644 index aedab08..0000000 --- a/jackrandom/.config/mc/ini +++ /dev/null @@ -1,143 +0,0 @@ -[Midnight-Commander] -verbose=1 -pause_after_run=1 -shell_patterns=1 -auto_save_setup=1 -preallocate_space=0 -auto_menu=0 -use_internal_view=1 -use_internal_edit=1 -clear_before_exec=1 -confirm_delete=1 -confirm_overwrite=1 -confirm_execute=0 -confirm_history_cleanup=1 -confirm_exit=0 -confirm_directory_hotlist_delete=1 -safe_delete=0 -mouse_repeat_rate=100 -double_click_speed=250 -use_8th_bit_as_meta=0 -confirm_view_dir=0 -mouse_move_pages_viewer=1 -mouse_close_dialog=0 -fast_refresh=0 -drop_menus=0 -wrap_mode=1 -old_esc_mode=0 -old_esc_mode_timeout=1000000 -cd_symlinks=1 -show_all_if_ambiguous=0 -max_dirt_limit=10 -use_file_to_guess_type=1 -alternate_plus_minus=0 -only_leading_plus_minus=1 -show_output_starts_shell=0 -xtree_mode=0 -num_history_items_recorded=60 -file_op_compute_totals=1 -classic_progressbar=1 -vfs_timeout=60 -ftpfs_directory_timeout=900 -use_netrc=1 -ftpfs_retry_seconds=30 -ftpfs_always_use_proxy=0 -ftpfs_use_passive_connections=1 -ftpfs_use_passive_connections_over_proxy=0 -ftpfs_use_unix_list_options=1 -ftpfs_first_cd_then_ls=1 -fish_directory_timeout=900 -editor_tab_spacing=8 -editor_word_wrap_line_length=72 -editor_fill_tabs_with_spaces=0 -editor_return_does_auto_indent=1 -editor_backspace_through_tabs=0 -editor_fake_half_tabs=1 -editor_option_save_mode=0 -editor_option_save_position=1 -editor_option_auto_para_formatting=0 -editor_option_typewriter_wrap=0 -editor_edit_confirm_save=1 -editor_syntax_highlighting=1 -editor_persistent_selections=1 -editor_drop_selection_on_copy=1 -editor_cursor_beyond_eol=0 -editor_cursor_after_inserted_block=0 -editor_visible_tabs=1 -editor_visible_spaces=1 -editor_line_state=0 -editor_simple_statusbar=0 -editor_check_new_line=0 -editor_show_right_margin=0 -editor_group_undo=0 -editor_ask_filename_before_edit=0 -nice_rotating_dash=1 -mcview_remember_file_position=0 -auto_fill_mkdir_name=1 -copymove_persistent_attr=1 -editor_backup_extension=~ -editor_filesize_threshold=64M -editor_stop_format_chars=-+*\\,.;:&> -mcview_eof= -ignore_ftp_chattr_errors=true -skin=modarcon16 - -filepos_max_saved_entries=1024 - -[Layout] -message_visible=1 -keybar_visible=1 -xterm_title=1 -output_lines=0 -command_prompt=1 -menubar_visible=1 -free_space=1 -horizontal_split=0 -vertical_equal=1 -left_panel_size=117 -horizontal_equal=1 -top_panel_size=1 - -[Misc] -timeformat_recent=%b %e %H:%M -timeformat_old=%b %e %Y -ftp_proxy_host=gate -ftpfs_password=anonymous@ -display_codepage=UTF-8 -source_codepage=Other_8_bit -autodetect_codeset= -clipboard_store= -clipboard_paste= - -[Colors] -base_color= -linux= -color_terminals= - -rxvt-unicode-256color= - -[Panels] -show_mini_info=true -kilobyte_si=false -mix_all_files=false -show_backups=true -show_dot_files=true -fast_reload=false -fast_reload_msg_shown=false -mark_moves_down=true -reverse_files_only=true -auto_save_setup_panels=false -navigate_with_arrows=false -panel_scroll_pages=true -mouse_move_pages=true -filetype_mode=true -permission_mode=false -torben_fj_mode=false -quick_search_mode=2 -select_flags=6 - -[Panelize] -Find *.orig after patching=find . -name \\*.orig -print -Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print -Find rejects after patching=find . -name \\*.rej -print -Modified git files=git ls-files --modified diff --git a/jackrandom/.config/mc/ini b/jackrandom/.config/mc/ini new file mode 120000 index 0000000..ca9ed47 --- /dev/null +++ b/jackrandom/.config/mc/ini @@ -0,0 +1 @@ +/home/bernd/.config/mc/ini \ No newline at end of file diff --git a/jackrandom/.gtkrc-2.0 b/jackrandom/.gtkrc-2.0 deleted file mode 100644 index f687100..0000000 --- a/jackrandom/.gtkrc-2.0 +++ /dev/null @@ -1,19 +0,0 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/bernd/.gtkrc-2.0.mine" -gtk-theme-name="Zukitwo" -gtk-icon-theme-name="sable-ultra-flat-icons" -gtk-font-name="Cantarell 11" -gtk-cursor-theme-name="Adwaita" -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_ICONS -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" -gtk-xft-rgba="rgb" diff --git a/jackrandom/.gtkrc-2.0 b/jackrandom/.gtkrc-2.0 new file mode 120000 index 0000000..bf5e88d --- /dev/null +++ b/jackrandom/.gtkrc-2.0 @@ -0,0 +1 @@ +/home/bernd/.gtkrc-2.0 \ No newline at end of file diff --git a/jackrandom/.i3 b/jackrandom/.i3 deleted file mode 100644 index bedeeaa..0000000 --- a/jackrandom/.i3 +++ /dev/null @@ -1,178 +0,0 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - -# i3 config file (v4) -# -# Please see http://i3wm.org/docs/userguide.html for a complete reference! - -set $mod Mod4 - -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $mod - -# start a terminal -bindsym $mod+Return exec i3-sensible-terminal - -# kill focused window -bindsym $mod+Shift+q kill - -# start dmenu (a program launcher) -# bindsym $mod+d exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop - -# change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right - -# alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right - -# move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+semicolon move right - -# alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right - -# split in horizontal orientation -bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen - -# change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split - -# toggle tiling / floating -bindsym $mod+Shift+space floating toggle - -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - -# focus the parent container -bindsym $mod+a focus parent - -# focus the child container -#bindsym $mod+d focus child - -# switch to workspace -bindsym $mod+1 workspace 1 -bindsym $mod+2 workspace 2 -bindsym $mod+3 workspace 3 -bindsym $mod+4 workspace 4 -bindsym $mod+5 workspace 5 -bindsym $mod+6 workspace 6 -bindsym $mod+7 workspace 7 -bindsym $mod+8 workspace 8 -bindsym $mod+9 workspace 9 -bindsym $mod+0 workspace 10 - -# move focused container to workspace -bindsym $mod+Shift+1 move container to workspace 1 -bindsym $mod+Shift+2 move container to workspace 2 -bindsym $mod+Shift+3 move container to workspace 3 -bindsym $mod+Shift+4 move container to workspace 4 -bindsym $mod+Shift+5 move container to workspace 5 -bindsym $mod+Shift+6 move container to workspace 6 -bindsym $mod+Shift+7 move container to workspace 7 -bindsym $mod+Shift+8 move container to workspace 8 -bindsym $mod+Shift+9 move container to workspace 9 -bindsym $mod+Shift+0 move container to workspace 10 - -# reload the configuration file -bindsym $mod+Shift+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart -# exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" - -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape - bindsym Return mode "default" - bindsym Escape mode "default" -} - -bindsym $mod+r mode "resize" - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -bar { - status_command i3status - mode dock - font pango:Tewi, Icons 8 - colors { - separator #009688 - background #1d1f21 - statusline #dddddd - focused_workspace #0088CC #0088CC #ffffff - active_workspace #333333 #333333 #ffffff - inactive_workspace #333333 #333333 #888888 - urgent_workspace #2f343a #900000 #ffffff - } -} - -client.focused #0088CC #0088CC #ffffff #dddddd -client.focused_inactive #333333 #333333 #888888 #292d2e -client.unfocused #333333 #333333 #888888 #292d2e -client.urgent #2f343a #900000 #ffffff #900000 - -new_window 1pixel -new_float normal - -# Start NetworkManager Applet -exec --no-startup-id nm-applet - -# Move the current workspace to the next output -# (effectively toggles when you only have two outputs) -bindsym $mod+x move workspace to output right - -# i3-gaps patch needed - -gaps inner 5 -gaps outer 2 - -# loudness buttons - -bindsym XF86AudioRaiseVolume exec amixer set Master 5%+ unmute -bindsym XF86AudioLowerVolume exec amixer set Master 5%- unmute -bindsym XF86AudioMute exec amixer set Master mute diff --git a/jackrandom/.i3 b/jackrandom/.i3 new file mode 120000 index 0000000..a9dc398 --- /dev/null +++ b/jackrandom/.i3 @@ -0,0 +1 @@ +/home/bernd/.i3/config \ No newline at end of file diff --git a/jackrandom/.i3status.conf b/jackrandom/.i3status.conf deleted file mode 100755 index 1fc64d1..0000000 --- a/jackrandom/.i3status.conf +++ /dev/null @@ -1,68 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - interval = 2 - color_good = "#8bc34a" - color_degraded = "#eceff1" - color_bad = "#ff9800" -} - -# order += "ipv6" -order += "disk /" -order += "run_watch DHCP" -order += "run_watch VPN" -order += "wireless wlan0" -order += "ethernet eth0" -order += "battery 0" -order += "load" -order += "volume master" -order += "tztime local" - -wireless wlan0 { - format_up = " %quality at %essid) %ip" - format_down = " down" -} - -ethernet eth0 { - # if you use %speed, i3status requires root privileges - format_up = "E: %ip (%speed)" - format_down = "E: down" -} - -battery 0 { - format = " %percentage %remaining" -} - -run_watch DHCP { - pidfile = "/var/run/dhclient*.pid" -} - -run_watch VPN { - pidfile = "/var/run/vpnc/pid" -} - -tztime local { - format = "%d.%m.%Y %H:%M:%S" -} - -volume master { - format = " %volume" - device = "default" - mixer = "Master" - mixer_idx = 0 -} - -load { - format = "%1min" -} - -disk "/" { - format = " %percentage_avail avail - %avail" -} diff --git a/jackrandom/.i3status.conf b/jackrandom/.i3status.conf new file mode 120000 index 0000000..87aea31 --- /dev/null +++ b/jackrandom/.i3status.conf @@ -0,0 +1 @@ +/home/bernd/.i3status.conf \ No newline at end of file diff --git a/jackrandom/.xinitrc b/jackrandom/.xinitrc deleted file mode 100644 index d9a1157..0000000 --- a/jackrandom/.xinitrc +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -if [ -d /etc/X11/xinit/xinitrc.d ]; then - for f in /etc/X11/xinit/xinitrc.d/*; do - [ -x "$f" ] && . "$f" - done - unset f -fi - -# x resources -xrdb -load ~/.Xresources -setxkbmap -layout us -variant altgr-intl -option terminate:ctrl_alt_bksp -xset -dpms; xset s off # fix nvidia DPMS fuckup -xrandr --dpi 96 # fix nvidia DPI fuckup - -# Gnome Keyring -eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) -export SSH_AUTH_SOCK - -# Xscreensaver daemon -( ( sleep 10 && /usr/bin/xscreensaver -no-splash -display :0.0 ) & ) - -sh ~/.fehbg & # bg -exec i3 # window manager diff --git a/jackrandom/.xinitrc b/jackrandom/.xinitrc new file mode 120000 index 0000000..479a940 --- /dev/null +++ b/jackrandom/.xinitrc @@ -0,0 +1 @@ +/home/bernd/.xinitrc \ No newline at end of file diff --git a/jackrandom/.zshrc b/jackrandom/.zshrc deleted file mode 100644 index c77b818..0000000 --- a/jackrandom/.zshrc +++ /dev/null @@ -1,12 +0,0 @@ -# Created by newuser for 5.0.7 -# '[r]emove [o]rphans' - recursively remove ALL orphaned packages -alias orphans="/usr/bin/pacman -Qtdq > /dev/null && sudo /usr/bin/pacman -Rns \$(/usr/bin/pacman -Qtdq | sed -e ':a;N;\$!ba;s/\n/ /g')" -alias updatesystem="yaourt -Syua" - -alias dock="xrandr --output DP-3 --auto --output VGA-0 --right-of DP-3 --auto && sh ~/.fehbg" -alias undock="xrandr --output DP-3 --auto --output VGA-0 --off" - -PATH="/home/bernd/scripts/:$PATH" - -export EDITOR=nano -export BROWSER=chromium diff --git a/jackrandom/.zshrc b/jackrandom/.zshrc new file mode 120000 index 0000000..3fd2beb --- /dev/null +++ b/jackrandom/.zshrc @@ -0,0 +1 @@ +/home/bernd/.zshrc \ No newline at end of file -- cgit v1.2.1