Compare commits

..

No commits in common. "689b9d2d3c47fcc5f85d359c9e4a7863c0667ea1" and "f9e329cede7492b67ed9d31b178bc1a9e37b8c3c" have entirely different histories.

5 changed files with 53 additions and 37 deletions

View File

@ -3,23 +3,21 @@
# Set outputs # Set outputs
xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92 xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --output DP-4 --mode 2560x1440 --rate 74.92
# Monitor description
bspc monitor DP-0 -d term browser game code misc
bspc monitor DP-4 -d browser2 comm music server mail tmp
# Restore wallpaper # Restore wallpaper
~/.fehbg ~/.fehbg
# Autolaunch # Autolaunch
~/.config/polybar/launch.sh &
pgrep -x Discord >/dev/null || Discord & pgrep -x Discord >/dev/null || Discord &
pgrep -x steam >/dev/null || steam & pgrep -x steam >/dev/null || steam &
# Utilities
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &
setxkbmap -model evdev -layout eu setxkbmap -model evdev -layout eu
# Configuration bspc monitor DP-0 -d term browser game code misc
bspc monitor DP-4 -d browser2 comm music server mail tmp
bspc config border_width 3 bspc config border_width 3
bspc config window_gap 18 bspc config window_gap 18
bspc config normal_border_color '#21201E' bspc config normal_border_color '#21201E'
@ -43,7 +41,6 @@ bspc rule -a kitty state=tiled
#------------------------------------------------------- Firefox #------------------------------------------------------- Firefox
bspc rule -a Firefox state=tiled bspc rule -a Firefox state=tiled
bspc rule -a "Firefox:*:Save Image" state=floating bspc rule -a "Firefox:*:Save Image" state=floating
bspc rule -a "Firefox:*:File Upload" state=floating
# ------------------------------------ Discord => Workspace Comm # ------------------------------------ Discord => Workspace Comm
bspc rule -a discord state=tiled desktop=comm bspc rule -a discord state=tiled desktop=comm

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec ssh-agent -D -a "${XDG_RUNTIME_DIR}/ssh-agent" exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"

View File

@ -22,10 +22,4 @@ do_remove() {
SUDO=$(which_sudo) SUDO=$(which_sudo)
do_remove -R "$@" do_remove -R "$@"
status=$? exit $?
if [ $status -eq 16 ]; then
do_install -u xbps &&
do_install -S "$@"
else
exit $status
fi

View File

@ -1,28 +1,35 @@
ImageMagick
NetworkManager
NetworkManager-openvpn
Signal-Desktop
arandr
asunder
base-system base-system
bash-completion bash-completion
bind-utils bsdtar
chrome-gnome-shell bspwm
curl
dbus dbus
dino
direnv direnv
discord discord
dmenu
docker docker
docker-compose docker-compose
easyeffects easyeffects
elixir elixir
elogind
eog eog
exa exa
execline execline
feh
ffmpeg ffmpeg
firefox firefox
font-awesome5 font-awesome5
font-fira-otf font-fira-otf
git font-sarasa-gothic
glib-devel fontmanager
gnome gpick
gnome-menus
grub-x86_64-efi grub-x86_64-efi
gvfs-smb
hplip-gui hplip-gui
htop htop
hydrus hydrus
@ -30,37 +37,58 @@ jq
keepassxc keepassxc
kitty kitty
lesspipe lesspipe
libdrm
libgcc
libstdc++
libu2f-host libu2f-host
lightdm-mini-greeter
lua54-devel
luarocks-lua54
lutris lutris
lxappearance mesa
mgba-qt mgba-qt
nautilus nautilus
neofetch neofetch
nerd-fonts nerd-fonts
net-tools net-tools
ntfs-3g network-manager-applet
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-ttf
noto-fonts-ttf-extra
ntfs
nvidia nvidia
nvidia-libs-32bit nvidia-libs
obs
opendoas
openjdk8 openjdk8
openntpd openntpd
openvpn openvpn
pam-u2f
papirus-folders
papirus-icon-theme
pavucontrol pavucontrol
picom
piper piper
pipewire pipewire
polybar
ppsspp ppsspp
proton-python-client
protontricks protontricks
pulseaudio-utils pulseaudio-utils
python3-pip python3-pip
qbittorrent qbittorrent
sassc qrencode
smbclient qt5
rofi
schedtool
scrot
socklog-void socklog-void
srain
steam steam
sushi sxhkd
syncthing syncthing
syncthing-gtk syncthing-gtk
udisks2 telegram-desktop
unzip unzip
vim vim
vlc vlc
@ -68,13 +96,13 @@ void-repo-multilib
void-repo-multilib-nonfree void-repo-multilib-nonfree
void-repo-nonfree void-repo-nonfree
vscode vscode
vulkan-loader-32bit
wget wget
wine wine
wine-32bit wine
wine-mono wine-mono
winetricks winetricks
wireguard wireguard
xdg-user-dirs
xorg xorg
xterm
xtitle
xtools xtools

View File

@ -9,9 +9,6 @@ export EDITOR=vim
export PAGER=less export PAGER=less
export VISUAL=vim export VISUAL=vim
: ${SSH_AUTH_SOCK:=$XDG_RUNTIME_DIR/ssh-agent}
export SSH_AUTH_SOCK
for x in \ for x in \
"$HOME/bin" \ "$HOME/bin" \
"$HOME/.local/bin" \ "$HOME/.local/bin" \