Media
This commit is contained in:
@@ -37,9 +37,10 @@ super + ctrl + m
|
|||||||
super + ctrl + alt + w
|
super + ctrl + alt + w
|
||||||
. ~/.config/rofi/rofi-wifi-menu.sh
|
. ~/.config/rofi/rofi-wifi-menu.sh
|
||||||
|
|
||||||
#
|
|
||||||
# BSPwm Hotkeys
|
# # # # # # # # # # #
|
||||||
#
|
# BSPwm Hotkeys #
|
||||||
|
# # # # # # # # # # #
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + ctrl + {q,r}
|
super + alt + ctrl + {q,r}
|
||||||
@@ -142,3 +143,20 @@ super + alt + shift + {h,j,k,l}
|
|||||||
# move a floating window
|
# move a floating window
|
||||||
super + {Left,Down,Up,Right}
|
super + {Left,Down,Up,Right}
|
||||||
bspc node -v {-50 0,0 50,0 -50,50 0}
|
bspc node -v {-50 0,0 50,0 -50,50 0}
|
||||||
|
|
||||||
|
|
||||||
|
#####################################
|
||||||
|
# #
|
||||||
|
# Media-keys / Volume #
|
||||||
|
# #
|
||||||
|
|
||||||
|
super + alt + Up
|
||||||
|
amixer -D pulse sset Master 5%+ && notify-send "Volume up 5%"
|
||||||
|
|
||||||
|
super + alt + Down
|
||||||
|
amixer -D pulse sset Master 5%- && notify-send "Volume down 5%"
|
||||||
|
|
||||||
|
|
||||||
|
# #
|
||||||
|
#####################################
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ sleep 3
|
|||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
|
||||||
# Core packages to be installed
|
# Core packages to be installed
|
||||||
sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen emacs lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl imagemagick scrot firefox-esr
|
sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst emacs lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl imagemagick scrot firefox-esr
|
||||||
|
|
||||||
# Software & Packages
|
# Software & Packages
|
||||||
sudo apt install -y ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio
|
sudo apt install -y ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio
|
||||||
@@ -25,7 +25,7 @@ sudo apt install -y ranger neovim flameshot cmus ncmpcpp notify-osd neofetch fla
|
|||||||
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular
|
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular
|
||||||
|
|
||||||
# Maybe maybe Software & Packages ON / OFF
|
# Maybe maybe Software & Packages ON / OFF
|
||||||
sudo apt install -y dunst
|
#sudo apt install -y
|
||||||
|
|
||||||
# Themes Extra Packages ON / OFF
|
# Themes Extra Packages ON / OFF
|
||||||
sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra
|
sudo apt install -y papirus-icon-theme breeze-cursor-theme gnome-themes-extra
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ case $CHOICE in
|
|||||||
sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot
|
sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && sudo reboot
|
. ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && systemctl reboot
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user