diff options
-rw-r--r-- | .Xresources | 1 | ||||
-rw-r--r-- | .config/qutebrowser/autoconfig.yml | 17 | ||||
-rw-r--r-- | .config/qutebrowser/bookmarks/urls | 0 | ||||
-rw-r--r-- | .config/qutebrowser/qsettings/QtProject.conf | 8 | ||||
-rw-r--r-- | .config/qutebrowser/quickmarks | 0 | ||||
-rw-r--r-- | .repos/dwm/config.h | 2 | ||||
-rwxr-xr-x | .repos/dwm/dwm | bin | 62512 -> 62512 bytes | |||
-rw-r--r-- | .repos/dwm/dwm.o | bin | 58864 -> 58864 bytes | |||
-rwxr-xr-x | .scripts/code | 5 | ||||
-rwxr-xr-x | backup | 21 |
10 files changed, 24 insertions, 30 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..86755c4 --- /dev/null +++ b/.Xresources @@ -0,0 +1 @@ +Xcursor.size: 32 diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml deleted file mode 100644 index 7e03b5f..0000000 --- a/.config/qutebrowser/autoconfig.yml +++ /dev/null @@ -1,17 +0,0 @@ -# If a config.py file exists, this file is ignored unless it's explicitly loaded -# via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml -# DO NOT edit this file by hand, qutebrowser will overwrite it. -# Instead, create a config.py - see :help for details. - -config_version: 2 -settings: - auto_save.session: - global: true - content.notifications: - https://alpaca.ml: true - https://www.reddit.com: false - statusbar.hide: - global: true - window.hide_decoration: - global: true diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls deleted file mode 100644 index e69de29..0000000 --- a/.config/qutebrowser/bookmarks/urls +++ /dev/null diff --git a/.config/qutebrowser/qsettings/QtProject.conf b/.config/qutebrowser/qsettings/QtProject.conf deleted file mode 100644 index 3bf3ed7..0000000 --- a/.config/qutebrowser/qsettings/QtProject.conf +++ /dev/null @@ -1,8 +0,0 @@ -[FileDialog] -history=file:///home/melvin/Downloads -lastVisited=file:///home/melvin/Downloads -qtVersion=5.14.1 -shortcuts=file:, file:///home/melvin -sidebarWidth=90 -treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) -viewMode=Detail diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks deleted file mode 100644 index e69de29..0000000 --- a/.config/qutebrowser/quickmarks +++ /dev/null diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index 9eef7da..e0f3238 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -33,7 +33,7 @@ static const Rule rules[] = { { "Signal", NULL, NULL, 1 << 7, 0, -1 }, { "discord", NULL, NULL, 1 << 7, 0, -1 }, { NULL, NULL, "WhatsApp", 1 << 7, 0, -1 }, - { NULL, NULL, "DISPATCH", 1 << 4, 0, -1 }, + { NULL, NULL, "DISPATCH", 1 << 2, 0, -1 }, }; /* layout(s) */ diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm Binary files differindex 386b095..edc672d 100755 --- a/.repos/dwm/dwm +++ b/.repos/dwm/dwm diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o Binary files differindex 88c5cd7..c8d6de1 100644 --- a/.repos/dwm/dwm.o +++ b/.repos/dwm/dwm.o diff --git a/.scripts/code b/.scripts/code index 4dd38b3..922a5f6 100755 --- a/.scripts/code +++ b/.scripts/code @@ -12,10 +12,7 @@ exec signal-desktop & exec discord & exec whatsapp-nativefier-dark & -exec spotify & - -sleep 1 - +exec spotify dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play notify-send -u critical "Welcome back, Melvin!" @@ -0,0 +1,21 @@ +#!/usr/bin/env sh + +# Scripts +cp -r "$HOME"/.scripts/ . + +# Configs +cp "$HOME"/.config/dunst/dunstrc .config/dunst/ +cp "$HOME"/.config/gtk-2.0/* .config/gtk-2.0/ +cp "$HOME"/.config/gtk-3.0/* .config/gtk-3.0/ +cp "$HOME"/.config/nvim/init.vim .config/nvim/ +cp "$HOME"/.config/zathura/zathurarc .config/zathura/ + +# Repos +cp -r "$HOME"/.repos/* .repos/ +find .repos/ -type d -name ".git" -exec rm -rf {} + + +# Inits +cp "$HOME"/.bash_profile "$HOME"/.bashrc "$HOME"/.xinitrc "$HOME"/.Xresources . +cp -r "$HOME"/.lein . + +git status |