Compare commits
3 Commits
c4104d12f3
...
be52a4c459
| Author | SHA1 | Date | |
|---|---|---|---|
| be52a4c459 | |||
| f0e6726728 | |||
| fd3c7ac30c |
@@ -116,6 +116,7 @@ windowrulev2 = workspace special, class:^(Spotify)$
|
||||
|
||||
# Env
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
||||
# Autostart
|
||||
exec-once = waybar
|
||||
@@ -136,6 +137,13 @@ bind = $mainMod, M, exec, $XDG_CONFIG_HOME/waybar/mute-toggle.sh
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
||||
# Audio buttons
|
||||
binde =, XF86AudioRaiseVolume, exec, playerctl --player=spotify,%any volume 0.05+
|
||||
binde =, XF86AudioLowerVolume, exec, playerctl --player=spotify,%any volume 0.05-
|
||||
bind =, XF86AudioNext, exec, playerctl --player=spotify,%any next
|
||||
bind =, XF86AudioPrev, exec, playerctl --player=spotify,%any previous
|
||||
bind =, XF86AudioPlay, exec, playerctl --player=spotify,%any play-pause
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
|
||||
79
.config/metapkg/PKGBUILD
Normal file
79
.config/metapkg/PKGBUILD
Normal file
@@ -0,0 +1,79 @@
|
||||
# Run: makepkg -s
|
||||
pkgname=metapkg
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package for installing all my packages. Does not include AUR packages or hardware specific packages"
|
||||
arch=('any')
|
||||
url="https://git.kapelle.org/niklas/dotfiles-remastered"
|
||||
|
||||
depends=(
|
||||
# Desktop apps
|
||||
alacritty
|
||||
code
|
||||
# code-features
|
||||
# code-marketplace
|
||||
firefox
|
||||
gimp
|
||||
imv
|
||||
mpv
|
||||
# onlyoffice-bin
|
||||
pavucontrol
|
||||
thunar
|
||||
thunderbird
|
||||
|
||||
# DE
|
||||
greetd-tuigreet
|
||||
hyprland
|
||||
hyprpaper
|
||||
libnotify
|
||||
pipewire-alsa
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
gvfs
|
||||
playerctl
|
||||
# rofi-lbonn-wayland-git
|
||||
# swaync
|
||||
# waybar-hyperland-git
|
||||
xdg-desktop-portal-hyprland
|
||||
|
||||
# CLI
|
||||
bat
|
||||
duf
|
||||
entr
|
||||
exa
|
||||
fzf
|
||||
git-delta
|
||||
htop
|
||||
jq
|
||||
neovim
|
||||
# oh-my-zsh-git
|
||||
pkgfile
|
||||
pulsemixer
|
||||
rsync
|
||||
sl
|
||||
trash-cli
|
||||
zsh-autosuggestions
|
||||
zsh-completions
|
||||
zsh-syntax-highlighting
|
||||
zsh-theme-powerlevel10k
|
||||
|
||||
|
||||
# system
|
||||
# yay
|
||||
zip
|
||||
unzip
|
||||
arch-wiki-docs
|
||||
docker
|
||||
flatpak
|
||||
# game-devices-udev
|
||||
gamemode
|
||||
git
|
||||
networkmanager
|
||||
ntfs-3g
|
||||
ttf-hack
|
||||
ttf-hack-nerd
|
||||
)
|
||||
|
||||
optdepends=()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user