update
This commit is contained in:
parent
94a6778b3b
commit
ccc8ff8074
4 changed files with 7 additions and 9 deletions
|
@ -33,3 +33,7 @@ alias screen='screen -RU'
|
||||||
alias cdiff="colordiff"
|
alias cdiff="colordiff"
|
||||||
xmlformat () { xmllint --format "$1" | unexpand -t 2 --first-only; }
|
xmlformat () { xmllint --format "$1" | unexpand -t 2 --first-only; }
|
||||||
alias jar='java -jar'
|
alias jar='java -jar'
|
||||||
|
|
||||||
|
function escape() { perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$@"; }
|
||||||
|
function gg() { x-www-browser "https://www.google.de/search?q=`escape "$@"`"; }
|
||||||
|
function ddg() { www-browser "https://duckduckgo.com/?q=`escape "$@"`"; }
|
||||||
|
|
2
chrome
2
chrome
|
@ -1,2 +1,2 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
chromium --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f # --spdy=off --use-spdy=off --disable-spdy --disable-quic
|
chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f
|
||||||
|
|
|
@ -46,12 +46,6 @@ bindsym $mod+k exec kate -u
|
||||||
# start dolphin
|
# start dolphin
|
||||||
# bindsym $mod+e exec dolphin
|
# bindsym $mod+e exec dolphin
|
||||||
|
|
||||||
# start gvim
|
|
||||||
bindsym $mod+g exec gvim
|
|
||||||
|
|
||||||
# start iceweasel
|
|
||||||
bindsym $mod+b exec iceweasel
|
|
||||||
|
|
||||||
bindsym $mod+Print exec ksnapshot
|
bindsym $mod+Print exec ksnapshot
|
||||||
bindsym $mod+Shift+Print exec ksnapshot -c
|
bindsym $mod+Shift+Print exec ksnapshot -c
|
||||||
|
|
||||||
|
|
|
@ -65,12 +65,12 @@ load {
|
||||||
|
|
||||||
cpu_temperature 0 {
|
cpu_temperature 0 {
|
||||||
format = "T: %degrees °C"
|
format = "T: %degrees °C"
|
||||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input"
|
path = "/sys/devices/platform/coretemp.0/temp2_input"
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_temperature 1 {
|
cpu_temperature 1 {
|
||||||
format = "T: %degrees °C"
|
format = "T: %degrees °C"
|
||||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_input"
|
path = "/sys/devices/platform/coretemp.0/temp4_input"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk "/" {
|
disk "/" {
|
||||||
|
|
Loading…
Reference in a new issue