fix
This commit is contained in:
@@ -7,11 +7,18 @@ pgrep -x sxhkd > /dev/null || sxhkd &
|
|||||||
#bspc monitor Screen-1 -s Screen-2
|
#bspc monitor Screen-1 -s Screen-2
|
||||||
|
|
||||||
#bspc monitor -d I II III IV V VI VII VIII IX X
|
#bspc monitor -d I II III IV V VI VII VIII IX X
|
||||||
#xrandr -s 1920x1080 &
|
|
||||||
|
# set the screen resolution and you can find your maximum resolution with this Command.
|
||||||
|
# Run xrandr in the terminal.
|
||||||
|
xrandr -s 1920x1080 &
|
||||||
|
|
||||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 0
|
bspc monitor -d 1 2 3 4 5 6 7 8 9 0
|
||||||
|
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
|
bspc config normal_border_color "#111212"
|
||||||
|
bspc config active_border_color "#006796"
|
||||||
|
bspc config focused_border_color "#FF000000"
|
||||||
|
|
||||||
bspc config window_gap 7
|
bspc config window_gap 7
|
||||||
|
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
@@ -22,10 +29,6 @@ bspc config gapless_monocle true
|
|||||||
bspc config remove_unplugged_monitors true
|
bspc config remove_unplugged_monitors true
|
||||||
bspc config remove_disabled_monitors true
|
bspc config remove_disabled_monitors true
|
||||||
|
|
||||||
bspc config normal_border_color "#111212"
|
|
||||||
bspc config active_border_color "#006796"
|
|
||||||
bspc config focused_border_color "#FF000000"
|
|
||||||
|
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
bspc config pointer_follows_monitor true
|
bspc config pointer_follows_monitor true
|
||||||
bspc config click_to_focus false
|
bspc config click_to_focus false
|
||||||
@@ -57,8 +60,6 @@ nitrogen --restore &
|
|||||||
pulseaudio --kill &
|
pulseaudio --kill &
|
||||||
sleep 3
|
sleep 3
|
||||||
pulseaudio --start &
|
pulseaudio --start &
|
||||||
|
|
||||||
xscreensaver -nosplash &
|
xscreensaver -nosplash &
|
||||||
|
sleep 2
|
||||||
sleep 3
|
|
||||||
$HOME/.config/polybar/run-polybar.sh &
|
$HOME/.config/polybar/run-polybar.sh &
|
||||||
|
|||||||
@@ -12,19 +12,22 @@ echo " "
|
|||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
sudo apt update
|
# APT Update & apt upgrade
|
||||||
|
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 dialog bspwm sxhkd sddm picom polybar i3lock-fancy network-manager kitty psmisc rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends nitrogen emacs lxpolkit xbacklight lxappearance htop mc npm feh sxiv pulseaudio pulsemixer npm xscreensaver curl firefox-esr
|
sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar i3lock-fancy network-manager kitty psmisc rofi thunar thunar-archive-plugin thunar-font-manager tlp font-manager gvfs-backends nitrogen emacs lxpolkit xbacklight lxappearance htop mc npm feh sxiv pulseaudio pulsemixer npm xscreensaver curl firefox-esr
|
||||||
|
|
||||||
# Software & Packages
|
# Software & Packages
|
||||||
sudo apt install -y ranger neovim flameshot mpd ncmpcpp notify-osd imagemagick neofetch
|
sudo apt install -y ranger neovim flameshot mpd ncmpcpp notify-osd imagemagick neofetch flatpak
|
||||||
|
|
||||||
# More Software & Packages ON / OFF
|
# More Software & Packages ON / OFF
|
||||||
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager
|
sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular virt-manager
|
||||||
|
|
||||||
# Maybe maybe Software & Packages ON / OFF
|
# Maybe maybe Software & Packages ON / OFF
|
||||||
sudo apt install -y dunst tlp cmus qt5ct
|
sudo apt install -y dunst cmus
|
||||||
# .profile add export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
||||||
|
# Maybe qt5ct .profile add export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
|
||||||
# Google Chrome - Download + Install ON / OFF
|
# Google Chrome - Download + Install ON / OFF
|
||||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
|
|||||||
@@ -5,5 +5,3 @@ cd ~/bspwm-install-ma-dte/
|
|||||||
mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org
|
mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org
|
||||||
cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc
|
cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc
|
||||||
chmod +x ~/.config/sxhkd/sxhkdrc
|
chmod +x ~/.config/sxhkd/sxhkdrc
|
||||||
|
|
||||||
sudo reboot
|
|
||||||
@@ -41,8 +41,10 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
|||||||
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
|
|
||||||
echo " Add UPUP alias to bash config."
|
|
||||||
echo "alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y" >> ~/.bash_aliases
|
echo " Add UPUP alias to bash under bash_aliases config."
|
||||||
|
touch ~/.bash_aliases
|
||||||
|
echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"' >> ~/.bash_aliases
|
||||||
|
|
||||||
# Echo Nitrogen config to files.
|
# Echo Nitrogen config to files.
|
||||||
echo "dirs=$HOME/wallpapers;" >> ~/.config/nitrogen/nitrogen.cfg
|
echo "dirs=$HOME/wallpapers;" >> ~/.config/nitrogen/nitrogen.cfg
|
||||||
@@ -53,7 +55,6 @@ echo "file=$HOME/wallpapers/1080p/pexels-fiona-art-3631430.jpg" >> ~/.config/nit
|
|||||||
echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg
|
echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg
|
||||||
echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
|
echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
|
||||||
|
|
||||||
|
|
||||||
#chmod +x files.
|
#chmod +x files.
|
||||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
#echo " "
|
#echo " "
|
||||||
|
|||||||
@@ -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/copy-vm-keys.sh && echo "xrandr -s 1920x1080 &" >> $HOME/.config/bspwm/bspwmrc && sudo reboot
|
. ~/bspwm-install-ma-dte/install-scripts/copy-vm-keys.sh && sudo reboot
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|||||||
1
themes/info.txt
Normal file
1
themes/info.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Here comes a little more information later
|
||||||
Reference in New Issue
Block a user