diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/lf/lfrc | 3 | ||||
| -rw-r--r-- | config/qutebrowser/config.py | 9 | ||||
| -rw-r--r-- | config/zsh/aliases.zsh | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index 378efda..32f21f9 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -135,5 +135,4 @@ map gp cd ~/Pictures map gsc cd ~/Pictures/screenshots map gmnt cd /run/media/imsohexy map gdc cd ~/Documents -map gkb cd /run/user/1000/keybase/kbfs - +map gkb cd /run/user/1000/keybase/kbfs
\ No newline at end of file diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8dd14dd..6a1fb0a 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -93,11 +93,11 @@ c.input.insert_mode.auto_load = True c.input.insert_mode.leave_on_load = True # File selector -lf_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] +daffm_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] c.fileselect.handler = 'external' -c.fileselect.single_file.command = lf_file_picker -c.fileselect.multiple_files.command = lf_file_picker -c.fileselect.folder.command = lf_file_picker +c.fileselect.single_file.command = daffm_file_picker +c.fileselect.multiple_files.command = daffm_file_picker +c.fileselect.folder.command = daffm_file_picker # Hints c.hints.auto_follow = 'always' @@ -130,6 +130,7 @@ nunmap("+") nunmap("-") nunmap("=") nmap("z=", "zoom-in") +nmap("z+", "zoom-in") nmap("z-", "zoom-out") nmap("zz", "zoom") diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 9c0d1f8..d5a8e98 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -31,9 +31,9 @@ qr-str() { curl qrenco.de/$1; } alias dl-audio="youtube-dl --ignore-errors --output '%(title)s.%(ext)s' --extract-audio"; # Swallow window -alias smpv="swallow mpv"; -alias ssxiv="swallow sxiv"; -alias szathura="swallow zathura"; +# alias smpv="swallow mpv"; +# alias ssxiv="swallow sxiv"; +# alias szathura="swallow zathura"; # Dictionary dict() { curl dict://dict.org/d:$1; } |
