forked from extern/nix-config
ed0de68a9b
Instead of "hiding" dotfiles in an extra group, it is easier to use separate packages for each unique set of files. Since I'm working on making my setup more modular, and since I can stow all my dotfiles with a single command anyway, this configuration is more appealing now.
102 lines
1.4 KiB
Plaintext
102 lines
1.4 KiB
Plaintext
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
# Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
# Remove the default keybindings
|
|
toggle_actions
|
|
toggle_aliasing
|
|
toggle_caption
|
|
toggle_filenames
|
|
toggle_exif
|
|
save_filelist
|
|
toggle_fixed_geometry
|
|
toggle_pause
|
|
toggle_info
|
|
toggle_keep_vp
|
|
toggle_menu
|
|
next_img
|
|
toggle_pointer
|
|
prev_img
|
|
quit
|
|
reload_image
|
|
save_image
|
|
toggle_fullscreen
|
|
size_to_image
|
|
close
|
|
jump_random
|
|
prev_dir
|
|
next_dir
|
|
orient_3
|
|
orient_1
|
|
|
|
# Remove the default editing functionality
|
|
flip
|
|
mirror
|
|
action_0
|
|
action_1
|
|
action_2
|
|
action_3
|
|
action_4
|
|
action_5
|
|
action_6
|
|
action_7
|
|
action_8
|
|
action_9
|
|
jump_first
|
|
jump_last
|
|
jump_fwd
|
|
jump_back
|
|
reload_plus
|
|
reload_minus
|
|
remove
|
|
delete
|
|
scroll_left
|
|
scroll_right
|
|
scroll_up
|
|
scroll_down
|
|
scroll_left_page
|
|
scroll_right_page
|
|
scroll_up_page
|
|
scroll_down_page
|
|
render
|
|
zoom_in
|
|
zoom_out
|
|
zoom_default
|
|
zoom_fit
|
|
zoom_fill
|
|
|
|
# Remove the menu stuff
|
|
menu_close
|
|
menu_up
|
|
menu_down
|
|
menu_parent
|
|
menu_child
|
|
menu_select
|
|
|
|
# Add our custom keybindings
|
|
# Note that k goes right (next) and j goes left (prev)
|
|
toggle_fullscreen f
|
|
next_img k Right
|
|
prev_img j Left
|
|
toggle_filenames d
|
|
toggle_fixed_geometry g
|
|
toggle_pause h
|
|
quit q
|
|
size_to_image w
|
|
jump_random z
|
|
scroll_left b
|
|
scroll_right n
|
|
scroll_up u Up
|
|
scroll_down d Down
|
|
zoom_in h
|
|
zoom_out l
|
|
zoom_default o
|
|
zoom_fill p
|
|
toggle_pointer a
|
|
jump_first J
|
|
jump_last K
|
|
jump_fwd H
|
|
jump_back L
|
|
delete v
|
|
save_image s
|
|
toggle_auto_zoom m
|