forked from kunsi/dotfiles
Auto-commit kunsi-p14s.kunbox.net 2024-09-27T08:53:30+02:00
This commit is contained in:
parent
2794840240
commit
5b75d0d5e4
5 changed files with 12 additions and 4 deletions
|
@ -6,6 +6,7 @@ set PATH $PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ /home/kun
|
||||||
set -U -x SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket)
|
set -U -x SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
|
||||||
alias bwr='cd ~/git/bundlewrap/'
|
alias bwr='cd ~/git/bundlewrap/'
|
||||||
|
alias cm='cd ~/git/cm/bundlewrap/'
|
||||||
alias cal='cal -v -m -3'
|
alias cal='cal -v -m -3'
|
||||||
alias ipa='ip -brief --color=always addr show; echo; ip --color=always route show; ip -6 --color=always route show'
|
alias ipa='ip -brief --color=always addr show; echo; ip --color=always route show; ip -6 --color=always route show'
|
||||||
alias l='ls -lAh'
|
alias l='ls -lAh'
|
||||||
|
|
|
@ -111,9 +111,10 @@ for_window [class="realvnc-vncviewer"] floating enable
|
||||||
for_window [class="terminal-floating"] floating enable
|
for_window [class="terminal-floating"] floating enable
|
||||||
|
|
||||||
workspace $ws1 output DisplayPort-0
|
workspace $ws1 output DisplayPort-0
|
||||||
workspace $ws2 output HDMI-A-0
|
workspace $ws2 output DisplayPort-0
|
||||||
workspace $ws3 output DisplayPort-0
|
workspace $ws3 output DisplayPort-0
|
||||||
workspace $ws10 output HDMI-A-0
|
workspace $ws9 output HDMI-A-0
|
||||||
|
workspace $ws10 output DisplayPort-0
|
||||||
|
|
||||||
exec_always setxkbmap -synch
|
exec_always setxkbmap -synch
|
||||||
exec_always ~/.fehbg
|
exec_always ~/.fehbg
|
||||||
|
|
|
@ -8,6 +8,8 @@ cursor-autohide=1000
|
||||||
|
|
||||||
msg-color
|
msg-color
|
||||||
|
|
||||||
|
no-audio-display
|
||||||
|
|
||||||
no-osc
|
no-osc
|
||||||
osd-on-seek=bar
|
osd-on-seek=bar
|
||||||
|
|
||||||
|
|
|
@ -16,14 +16,17 @@
|
||||||
--embed-chapters
|
--embed-chapters
|
||||||
--embed-metadata
|
--embed-metadata
|
||||||
--embed-subs
|
--embed-subs
|
||||||
|
--embed-thumbnail
|
||||||
|
--video-multistreams
|
||||||
|
--audio-multistreams
|
||||||
|
--merge-output-format mkv
|
||||||
|
|
||||||
# The following options are basically presets for different use cases.
|
# The following options are basically presets for different use cases.
|
||||||
|
|
||||||
# Create a new option `--archive` that will embed all video and audio streams
|
# Create a new option `--archive` that will embed all video and audio streams
|
||||||
# and as much information as possible in the video as well as create a sidecar
|
# and as much information as possible in the video as well as create a sidecar
|
||||||
# file with full metadata.
|
# file with full metadata.
|
||||||
--alias archive '--embed-thumbnail --video-multistreams --audio-multistreams --merge-output-format mkv'
|
--alias archive '--write-info-json --no-clean-info-json'
|
||||||
--alias archivejson '--embed-thumbnail --write-info-json --no-clean-info-json --video-multistreams --audio-multistreams --merge-output-format mkv'
|
|
||||||
|
|
||||||
# Create a `--mp4` option that will optimize for getting an MP4 file, for
|
# Create a `--mp4` option that will optimize for getting an MP4 file, for
|
||||||
# sharing on the Fedi etc. `-S ext` does the heavy lifting here.
|
# sharing on the Fedi etc. `-S ext` does the heavy lifting here.
|
||||||
|
|
|
@ -27,3 +27,4 @@
|
||||||
excludesFile = ~/.config/gitignore-global
|
excludesFile = ~/.config/gitignore-global
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
default = current
|
||||||
|
|
Loading…
Reference in a new issue