From 6d046fcf58c53e8076656bbcae8bdaad87aa1328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 18 Nov 2016 22:34:36 +0100 Subject: Various small changes I am lazy to sum them up O:-) --- archlinux.pkgs | 22 ++++++++++++++++++++++ config/i3/config | 2 +- conkerorrc | 4 ++++ profile | 3 +++ vim/bundle/YouCompleteMe | 2 +- 5 files changed, 31 insertions(+), 2 deletions(-) diff --git a/archlinux.pkgs b/archlinux.pkgs index 98d0e9c..c11c862 100644 --- a/archlinux.pkgs +++ b/archlinux.pkgs @@ -1,6 +1,8 @@ # Various essential to me programs console pacaur gvim +vim-spell-cs +vim-spell-en htop mc pass @@ -17,6 +19,7 @@ wget sshfs wireless_tools zsh-completions +nmap # Various graphic programs gimp @@ -28,6 +31,7 @@ feh kdegraphics-okular steam-native python-steamcontroller-git +graphviz # Pidgin purple-facebook @@ -71,6 +75,8 @@ urxvt-perls urxvt-resize-font-git urxvt-vtwheel numlockx +xdotool +inotify-tools pulsemixer qt5-styleplugins numix-frost-themes @@ -86,6 +92,9 @@ emojione-color-font twemoji-color-font texlive-fontsextra +# Codecs +x264 + # Matlab fix ncurses5-compat-libs @@ -110,6 +119,8 @@ ntp-openrc bluez-openrc bluez-utils powertop +lm_sensors-openrc +openvpn-openrc # FS btrfs-progs mdadm @@ -121,6 +132,12 @@ reiserfsprogs mesa-demos pcmciautils +# bluetooth +bluez-hid2hci +obexfs +obextool +pulseaudio-bluetooth + # My asus laptop specific stuff asus-kbd-backlight intel-ucode @@ -133,6 +150,11 @@ xf86-video-intel tig dash mkdocs +asciidoc +cppcheck +ctags +valgrind +texlive-latexextra # Web ruby-jekyll # Python diff --git a/config/i3/config b/config/i3/config index 13bcde4..30609bc 100644 --- a/config/i3/config +++ b/config/i3/config @@ -91,7 +91,7 @@ bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent # focus the child container -#bindsym $mod+d focus child +bindsym $mod+Shift+a focus child # Output moving bindsym $mod+x move container to output right diff --git a/conkerorrc b/conkerorrc index 1ede2ba..47e9b42 100644 --- a/conkerorrc +++ b/conkerorrc @@ -33,6 +33,10 @@ require("adblockplus.js"); // Set zoom to 90% session_pref("layout.css.devPixelsPerPx", "0.9"); +// Just key-kill all websites. I can use quote mode (ctrl+q) +require("key-kill"); +key_kill_mode.test.push(/\/\/.*\//); //regexp matches all sites + ///////////////////////////////////////////////////////////////////////////////// // reopening closed buffers define_key(default_global_keymap, "A-W", "revive-buffer"); diff --git a/profile b/profile index ffb9d65..eff00a8 100644 --- a/profile +++ b/profile @@ -1,3 +1,6 @@ +# Rest of the profile run only if login is from linux console +[[ "$(tty)" != /dev/tty* ]] && return + # Start pulse audio pulseaudio --start 2>/dev/null # Start music player daemon diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe index 5875c86..fbe53de 160000 --- a/vim/bundle/YouCompleteMe +++ b/vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit 5875c86c4198b0cab139c0be347526c0d6c1b643 +Subproject commit fbe53de5a2fc7ca41602dbf7d23743f6bec8729f -- cgit v1.2.3