minor changes

This commit is contained in:
lelgenio 2019-11-24 14:33:26 -03:00
parent 1986bf6085
commit 2873e456ac
3 changed files with 15 additions and 34 deletions

View File

@ -1,30 +0,0 @@
pacman -S git pacman-contrib base base-devel --needed
# getting yay
git clone http://aur.archlinux.org/yay.git
cd yay
makepkg -si
# Install a lot of things
yay -Syu --noconfirm --needed \
# DE
sway light mako pulseaudio udiskie wofi\
httpie jq keepmenu\
# Screenshots
grim slurp wl-clipboard\
# Theming
materia-custom-accent papirus-icon-theme-git papirus-folders-git capitaine-cursors \
# Terminal stuff
termite neovim ranger zsh mimeo atool\
# Shell
zsh zsh-completions zsh-syntax-highlighting antigen-git powerline-fonts\
# Web
qutebrowser \
# Gaming
steam lutris \
# Media
gimp kdenlive mpv mpd mpc ncmpcpp
systemctl --user enable mpd.service
#useradd -mG wheel lelgenio
su -u lelgenio -c 'cd ~;git clone http://github.com/lelgenio/dotfiles.git .config;.config;scripts/install-user'

View File

@ -191,9 +191,9 @@
for_window [app_id="pavucontrol"] floating enable
# Volume controll
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioRaiseVolume exec pavolume volup 5
bindsym XF86AudioLowerVolume exec pavolume voldown 5
bindsym XF86AudioMute exec pavolume mutetoggle
# Media player controls
bindsym XF86AudioPlay exec mpc -q toggle
@ -228,6 +228,16 @@
smart_borders on
for_window [app_id=mpv] floating toggle
# set theme
set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'materia-custom-accent-dark'
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
# gsettings set $gnome-schema cursor-theme 'capitaine-cursors-light'
kvantummanager --set MateriaDark
}
# }}}
# Daemons {{{
#

View File

@ -41,9 +41,10 @@ export PAGER=less
export QT_SCALE_FACTOR=1
export QPA_PLATFORM=wayland
export QT_QPA_PLATFORM=wayland
export GTK_CSD=0
export _JAVA_AWT_WM_NONREPARENTING=1
export GTK_CSD=0
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
export XCURSOR_THEME=capitaine-cursors
exec sway
fi
fi