From 67f07825fc7aeecb83a1b5c5cdd49e2f6a99a192 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 27 Feb 2018 01:23:19 -0500 Subject: [PATCH] Move mpv, feh, and bspwm to stow --- {dotfiles => bspwm}/.config/bspwm/bspwmrc | 9 ++++---- dotfiles/.config/mpv/mpv.conf | 28 ----------------------- {dotfiles => feh}/.config/feh/keys | 22 +++--------------- {dotfiles => mpv}/.config/mpv/input.conf | 23 +++---------------- mpv/.config/mpv/mpv.conf | 11 +++++++++ 5 files changed, 22 insertions(+), 71 deletions(-) rename {dotfiles => bspwm}/.config/bspwm/bspwmrc (65%) delete mode 100644 dotfiles/.config/mpv/mpv.conf rename {dotfiles => feh}/.config/feh/keys (56%) rename {dotfiles => mpv}/.config/mpv/input.conf (77%) create mode 100644 mpv/.config/mpv/mpv.conf diff --git a/dotfiles/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc similarity index 65% rename from dotfiles/.config/bspwm/bspwmrc rename to bspwm/.config/bspwm/bspwmrc index 4f95a47..c622143 100644 --- a/dotfiles/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,13 +1,15 @@ #!/bin/sh +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2018 Donovan Glover sxhkd & bspc monitor -d 1 2 3 4 5 6 -bspc config border_width 15 -bspc config window_gap 20 +bspc config border_width 3 +bspc config window_gap 50 -bspc config split_ratio 0.52 +bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true @@ -22,4 +24,3 @@ bspc config focus_follows_pointer true #bspc config normal_border_color #bspc config active_border_color #bspc config focused_border_color - diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf deleted file mode 100644 index 4bbd8aa..0000000 --- a/dotfiles/.config/mpv/mpv.conf +++ /dev/null @@ -1,28 +0,0 @@ -################################################################################## -# -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################## - -# Always save screenshots as .png -screenshot-format="png" - -# Save screenshots here instead of in the current working directory -screenshot-directory="~/Pictures/Screenshots" - -# Do not use the default keybindings -no-input-default-bindings diff --git a/dotfiles/.config/feh/keys b/feh/.config/feh/keys similarity index 56% rename from dotfiles/.config/feh/keys rename to feh/.config/feh/keys index 07f643b..43f1370 100644 --- a/dotfiles/.config/feh/keys +++ b/feh/.config/feh/keys @@ -1,22 +1,5 @@ -################################################################################## -# -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################## +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017-2018 Donovan Glover # Remove the default keybindings toggle_actions @@ -114,3 +97,4 @@ jump_last K jump_fwd H jump_back L delete v +save_image s diff --git a/dotfiles/.config/mpv/input.conf b/mpv/.config/mpv/input.conf similarity index 77% rename from dotfiles/.config/mpv/input.conf rename to mpv/.config/mpv/input.conf index df3237b..9e29b24 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/mpv/.config/mpv/input.conf @@ -1,22 +1,5 @@ -################################################################################## -# -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################## +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017 Donovan Glover ###################################################################### # Legacy Commands - These are here to serve as an optional way to do @@ -31,7 +14,7 @@ p cycle pause # Pause / unpause SPACE cycle pause # Same as above ###################################################################### -# Core Commands - These are all the commands that you use with mpv +# Core Commands - These are all the commands that you use with mpv # available directly from the home row. ###################################################################### diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..369f438 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1,11 @@ +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017 Donovan Glover + +# Always save screenshots as .png +screenshot-format="png" + +# Save screenshots here instead of in the current working directory +screenshot-directory="~/Pictures/Screenshots" + +# Do not use the default keybindings +no-input-default-bindings