diff options
| -rwxr-xr-x | bin/.local/bin/chardetect | 8 | ||||
| -rwxr-xr-x | bin/.local/bin/shut | 2 | ||||
| -rw-r--r-- | polybar/.config/polybar/config | 2 | ||||
| -rw-r--r-- | ranger/.config/ranger/rc.conf | 3 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 | ||||
| -rw-r--r-- | x/.Xresources | 12 |
6 files changed, 14 insertions, 17 deletions
diff --git a/bin/.local/bin/chardetect b/bin/.local/bin/chardetect new file mode 100755 index 0000000..627b836 --- /dev/null +++ b/bin/.local/bin/chardetect | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/usr/bin/python3.6 | ||
| 2 | # -*- coding: utf-8 -*- | ||
| 3 | import re | ||
| 4 | import sys | ||
| 5 | from chardet.cli.chardetect import main | ||
| 6 | if __name__ == '__main__': | ||
| 7 | sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | ||
| 8 | sys.exit(main()) | ||
diff --git a/bin/.local/bin/shut b/bin/.local/bin/shut index dc391e1..c4ea84a 100755 --- a/bin/.local/bin/shut +++ b/bin/.local/bin/shut | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Say goodbye") | 3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara") |
| 4 | 4 | ||
| 5 | case $RET in | 5 | case $RET in |
| 6 | shutdown) sudo poweroff ;; | 6 | shutdown) sudo poweroff ;; |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 9040a3d..0b9f71c 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
| @@ -156,7 +156,7 @@ scroll-down = cmus-remote --volume -5% | |||
| 156 | format = <label> | 156 | format = <label> |
| 157 | format-foreground = #7b8c58 | 157 | format-foreground = #7b8c58 |
| 158 | label = %output% | 158 | label = %output% |
| 159 | label-maxlen = 50 | 159 | !label-maxlen = 50 |
| 160 | 160 | ||
| 161 | [module/mpd] | 161 | [module/mpd] |
| 162 | type = internal/mpd | 162 | type = internal/mpd |
diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf index b55ed9e..a209c77 100644 --- a/ranger/.config/ranger/rc.conf +++ b/ranger/.config/ranger/rc.conf | |||
| @@ -422,14 +422,13 @@ map ) jump_non | |||
| 422 | 422 | ||
| 423 | map gh cd ~ | 423 | map gh cd ~ |
| 424 | map ge cd /etc | 424 | map ge cd /etc |
| 425 | map gw cd /home/ssaini/Pictures/Walls | ||
| 426 | map gu cd /usr | 425 | map gu cd /usr |
| 427 | map gd cd /dev | 426 | map gd cd /dev |
| 428 | map gl cd -r . | 427 | map gl cd -r . |
| 429 | map gL cd -r %f | 428 | map gL cd -r %f |
| 430 | map go cd /opt | 429 | map go cd /opt |
| 431 | map gv cd /var | 430 | map gv cd /var |
| 432 | map gm cd /run/media | 431 | map gm cd /mnt/stuff/ |
| 433 | map gi eval fm.cd('/run/media/' + os.getenv('USER')) | 432 | map gi eval fm.cd('/run/media/' + os.getenv('USER')) |
| 434 | map gM cd /mnt | 433 | map gM cd /mnt |
| 435 | map gs cd /srv | 434 | map gs cd /srv |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 23c27cf..4a64b63 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
| @@ -29,7 +29,7 @@ super + Escape | |||
| 29 | super + shift + w | 29 | super + shift + w |
| 30 | firefox | 30 | firefox |
| 31 | control + alt + l | 31 | control + alt + l |
| 32 | lock | 32 | /home/fd0e/.local/bin/lock |
| 33 | super + shift + f | 33 | super + shift + f |
| 34 | spacefm | 34 | spacefm |
| 35 | 35 | ||
| @@ -37,7 +37,7 @@ Print | |||
| 37 | ctrl + Print | 37 | ctrl + Print |
| 38 | scrot | 38 | scrot |
| 39 | super + x | 39 | super + x |
| 40 | shut | 40 | /home/fd0e/.local/bin/shut |
| 41 | super + shift + p | 41 | super + shift + p |
| 42 | rofi-pass | 42 | rofi-pass |
| 43 | # | 43 | # |
diff --git a/x/.Xresources b/x/.Xresources index 26d3024..10ef26e 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -73,14 +73,4 @@ URxvt*inheritPixmap: False | |||
| 73 | *.color15: #d2d4de | 73 | *.color15: #d2d4de |
| 74 | 74 | ||
| 75 | ! Perls | 75 | ! Perls |
| 76 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 76 | URxvt.perl-ext-common : default,matcher |
| 77 | URxvt.resize-font.step: 1 | ||
| 78 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | ||
| 79 | URxvt.keysym.M-u : perl:url-select:select_next | ||
| 80 | URxvt.keysym.M-s : perl:keyboard-select:search | ||
| 81 | !URxvt.perl-ext-common : tabbed,default,matcher | ||
| 82 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ | ||
| 83 | URxvt.url-select.launcher : firefox | ||
| 84 | URxvt.url-select.autocopy : true | ||
| 85 | URxvt.url-select.underline : true | ||
| 86 | URxvt.url-select.button: 1 | ||
