Single function to add/commit/push gists (gpsgst)

other aliases/functions:
- untar: extract .tar files
- ideb: install .deb files
- dum: display directory sizes in terminal
This commit is contained in:
2018-03-09 04:12:01 -05:00
parent c87546e75c
commit 6527184490
5 changed files with 48 additions and 25 deletions

View File

@@ -142,6 +142,7 @@ bindsym $mod+F5 workspace $ws5; exec google-chrome
set $ws6 "6 "
workspace $ws6 output $samsung
bindsym Mod4+d workspace $ws6; exec discord
bindsym Mod4+l workspace $ws6; exec slack
assign [class="Slack"] $ws6
set $ws7 "7 "
@@ -270,9 +271,9 @@ font pango:Hack 11
# }}} mod key/font #
# media keys {{{ #
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -c 1 sset Master 5+
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -c 1 sset Master 5-
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse set Master 1+ toggle
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -c 2 sset Master 3+
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -c 2 sset Master 3-
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse set Master 2+ toggle
# Media player controls
bindsym XF86AudioPlay exec "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause"

View File

@@ -132,7 +132,7 @@ set draw_borders false
set dirname_in_tabs false
# Enable the mouse support?
set mouse_enabled true
set mouse_enabled false
# Display the file size in the main column or status bar?
set display_size_in_main_column true
@@ -299,7 +299,7 @@ map ~ set viewmode!
map i display_file
map ? help
map W display_log
map w taskview_open
# map w taskview_open
map S shell $SHELL
map : console
@@ -668,7 +668,9 @@ map rr source ~/.config/ranger/rc.conf
# backgrounds
map bg cd ~/Pictures/Backgrounds
map fb shell ~/.local/bin/wal -i %f
map w shell ~/.local/bin/wal -i %f
map md shell mv %f dim
map mb shell mv %f vibrant
# bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")