mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
Move mpv, feh, and bspwm to stow
This commit is contained in:
parent
3b9cf6ec8f
commit
67f07825fc
@ -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
|
||||
|
@ -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 <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
##################################################################################
|
||||
|
||||
# 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
|
@ -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 <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
##################################################################################
|
||||
# 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
|
@ -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 <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
##################################################################################
|
||||
# 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.
|
||||
######################################################################
|
||||
|
11
mpv/.config/mpv/mpv.conf
Normal file
11
mpv/.config/mpv/mpv.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user