Skip to content

Commit

Permalink
checkin, various
Browse files Browse the repository at this point in the history
 * mpv hardware accleration
 * more dirp configs (d., d..)
 * use new openSUSE CDN

probably will move dirp changes
into its source tree soon
  • Loading branch information
avindra committed Apr 14, 2024
1 parent fd6a67a commit d050598
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ abbr -a -g fil file
abbr -a -g g git
abbr -a -g gr grep
abbr -a -g d dir
abbr -a -g d. dir .
abbr -a -g d.. dir ..
abbr -a -g di diff
abbr -a -g cho chown
abbr -a -g gun gunzip
Expand Down Expand Up @@ -76,6 +78,7 @@ abbr -a -g comp composer dump-autoload
abbr -a -g ju jupyter notebook
abbr -a -g py python3
abbr -a -g python python3
abbr -a -g pipi pip install --user --break-system-packages --upgrade
abbr -a -g rb ruby
abbr -a -g xa xargs
Expand Down
8 changes: 5 additions & 3 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ set $mod Mod4

set $term ctxterm

set $screenLeft DP-2
#set $screenRight DP-0
set $screenRight HDMI-0
set $screenLeft DP-4
set $screenRight DP-2
#set $screenRight HDMI-0

# Derive colors from XResources (integration with pywal)
#
Expand Down Expand Up @@ -67,6 +67,8 @@ bar {

status_command taskbar

tray_output primary

output $screenLeft
output $screenRight
colors {
Expand Down
2 changes: 2 additions & 0 deletions .config/mpv/mpv.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
alang=eng,en,spa,es
sub-auto=all

hwdec=auto
5 changes: 4 additions & 1 deletion .local/bin/startup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

setbg > /dev/null &

picom -f -b
# no picom, see
# https://github.com/yshui/picom/issues/1168
# https://github.com/yshui/picom/pull/1172
# $ picom -f -b

if [ -f ~/.local/bin/localstartup ]; then
~/.local/bin/localstartup
Expand Down
3 changes: 2 additions & 1 deletion .local/bin/tw-check-snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
/* vim: set syntax=javascript: */

//const mirror = "provo-mirror.opensuse.org";
const mirror = "download.opensuse.org";
//const mirror = "download.opensuse.org";
const mirror = "cdn.opensuse.org";
const link = `https://${mirror}/download/tumbleweed/iso/?jsontable`;


Expand Down
2 changes: 1 addition & 1 deletion .local/share/applications/mimeapps.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[Default Applications]
inode/directory=pcmanfm-qt.desktop
image/png=viewnior.desktop
text/html=firefox.desktop
x-scheme-handler/http=firefox.desktop
Expand All @@ -20,7 +21,6 @@ application/x-extension-xht=firefox.desktop
x-scheme-handler/msteams=teams.desktop

[Added Associations]
inode/directory=pcmanfm-qt.desktop
text/plain=vim.desktop;
image/png=viewnior.desktop;
application/octet-stream=evince.desktop;viewnior.desktop;atril.desktop;
Expand Down

0 comments on commit d050598

Please sign in to comment.