EDIT FOR TESTING
This commit is contained in:
@@ -57,9 +57,6 @@ sleep 5
|
|||||||
|
|
||||||
sudo apt install -y xorg x11-xserver-utils arandr bspwm sxhkd sddm picom polybar network-manager zsh kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen git lxpolkit lxappearance htop mc imagemagick npm sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr
|
sudo apt install -y xorg x11-xserver-utils arandr bspwm sxhkd sddm picom polybar network-manager zsh kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen git lxpolkit lxappearance htop mc imagemagick npm sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver firefox-esr
|
||||||
|
|
||||||
# Alacritty TEST
|
|
||||||
sudo apt install -y librust-alacritty-terminal-dev
|
|
||||||
|
|
||||||
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
|
||||||
sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb
|
sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
@@ -67,7 +64,7 @@ sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.de
|
|||||||
#sudo apt install -y inkscape gimp rawtherapee darktable okular
|
#sudo apt install -y inkscape gimp rawtherapee darktable okular
|
||||||
|
|
||||||
|
|
||||||
|
# Alacritty - Building and installing ON / OFF
|
||||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
#echo " "
|
#echo " "
|
||||||
#echo " Alacritty - Building and installing"
|
#echo " Alacritty - Building and installing"
|
||||||
@@ -100,8 +97,18 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
|||||||
cd ~/bspwm-install-ma-dte/
|
cd ~/bspwm-install-ma-dte/
|
||||||
|
|
||||||
# VM TEST KEY COPY Shall not be included in the published edition.
|
# VM TEST KEY COPY Shall not be included in the published edition.
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
echo " "
|
||||||
|
echo " TEST - VM KEY SET COPY DONE"
|
||||||
|
echo " "
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
. copy-vm-keys.sh
|
. copy-vm-keys.sh
|
||||||
|
|
||||||
|
# Clean up and delete folders and other installation files
|
||||||
|
#rm -r ~/bspwm-install-ma-dte/
|
||||||
|
|
||||||
read -p "Press [Enter] key to Reboot System."
|
read -p "Press [Enter] key to Reboot System."
|
||||||
echo "You are ready to reboot..."
|
echo "You are ready to reboot..."
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ cursor_stop_blinking_after 15.0
|
|||||||
|
|
||||||
#: Scrollback {{{
|
#: Scrollback {{{
|
||||||
|
|
||||||
scrollback_lines 2000
|
scrollback_lines 5000
|
||||||
|
|
||||||
#: Number of lines of history to keep in memory for scrolling back.
|
#: Number of lines of history to keep in memory for scrolling back.
|
||||||
#: Memory is allocated on demand. Negative numbers are (effectively)
|
#: Memory is allocated on demand. Negative numbers are (effectively)
|
||||||
@@ -298,7 +298,7 @@ url_excluded_characters
|
|||||||
#: URLs under the mouse cursor. By default, all characters legal in
|
#: URLs under the mouse cursor. By default, all characters legal in
|
||||||
#: URLs are allowed.
|
#: URLs are allowed.
|
||||||
|
|
||||||
copy_on_select no
|
copy_on_select yes
|
||||||
|
|
||||||
#: Copy to clipboard or a private buffer on select. With this set to
|
#: Copy to clipboard or a private buffer on select. With this set to
|
||||||
#: clipboard, simply selecting text with the mouse will cause the text
|
#: clipboard, simply selecting text with the mouse will cause the text
|
||||||
@@ -466,7 +466,7 @@ sync_to_monitor yes
|
|||||||
|
|
||||||
#: Terminal bell {{{
|
#: Terminal bell {{{
|
||||||
|
|
||||||
enable_audio_bell yes
|
enable_audio_bell no
|
||||||
|
|
||||||
#: Enable/disable the audio bell. Useful in environments that require
|
#: Enable/disable the audio bell. Useful in environments that require
|
||||||
#: silence.
|
#: silence.
|
||||||
@@ -496,8 +496,8 @@ command_on_bell none
|
|||||||
#: Window layout {{{
|
#: Window layout {{{
|
||||||
|
|
||||||
remember_window_size yes
|
remember_window_size yes
|
||||||
initial_window_width 640
|
initial_window_width 800
|
||||||
initial_window_height 400
|
initial_window_height 500
|
||||||
|
|
||||||
#: If enabled, the window size will be remembered so that new
|
#: If enabled, the window size will be remembered so that new
|
||||||
#: instances of kitty will have the same size as the previous
|
#: instances of kitty will have the same size as the previous
|
||||||
@@ -733,8 +733,8 @@ tab_bar_background none
|
|||||||
|
|
||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
|
|
||||||
foreground #dddddd
|
foreground #ededed
|
||||||
background #000000
|
background #151a1c
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
|
|
||||||
@@ -808,45 +808,38 @@ selection_background #fffacd
|
|||||||
#: dull and bright version, for the first 16 colors. You can set the
|
#: dull and bright version, for the first 16 colors. You can set the
|
||||||
#: remaining 240 colors as color16 to color255.
|
#: remaining 240 colors as color16 to color255.
|
||||||
|
|
||||||
|
#: black
|
||||||
color0 #000000
|
color0 #000000
|
||||||
color8 #767676
|
color8 #767676
|
||||||
|
|
||||||
#: black
|
#: red
|
||||||
|
|
||||||
color1 #cc0403
|
color1 #cc0403
|
||||||
color9 #f2201f
|
color9 #f2201f
|
||||||
|
|
||||||
#: red
|
|
||||||
|
|
||||||
color2 #19cb00
|
|
||||||
color10 #23fd00
|
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
|
color2 #66cb00
|
||||||
color3 #cecb00
|
color10 #2ad10f
|
||||||
color11 #fffd00
|
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
|
color3 #FFFF00
|
||||||
|
color11 #fffd00
|
||||||
|
|
||||||
|
#: blue
|
||||||
color4 #0d73cc
|
color4 #0d73cc
|
||||||
color12 #1a8fff
|
color12 #1a8fff
|
||||||
|
|
||||||
#: blue
|
#: magenta
|
||||||
|
|
||||||
color5 #cb1ed1
|
color5 #cb1ed1
|
||||||
color13 #fd28ff
|
color13 #fd28ff
|
||||||
|
|
||||||
#: magenta
|
#: cyan
|
||||||
|
|
||||||
color6 #0dcdcd
|
color6 #0dcdcd
|
||||||
color14 #14ffff
|
color14 #14ffff
|
||||||
|
|
||||||
#: cyan
|
#: white
|
||||||
|
color7 #f0f0f0
|
||||||
color7 #dddddd
|
|
||||||
color15 #ffffff
|
color15 #ffffff
|
||||||
|
|
||||||
#: white
|
|
||||||
|
|
||||||
mark1_foreground black
|
mark1_foreground black
|
||||||
|
|
||||||
|
|||||||
@@ -27,13 +27,13 @@
|
|||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
;background = ${xrdb:color0:#222}
|
;background = ${xrdb:color0:#222}
|
||||||
background = #F2272829
|
background = #F2151a1c
|
||||||
background-alt = #444
|
background-alt = #151a1c
|
||||||
;foreground = ${xrdb:color7:#222}
|
;foreground = ${xrdb:color7:#222}
|
||||||
foreground = #dfdfdf
|
foreground = #ededed
|
||||||
foreground-alt = #555
|
foreground-alt = #555
|
||||||
primary = #07548c
|
primary = #035a99
|
||||||
secondary = #115ea6
|
secondary = #0d4f8c
|
||||||
alert = #e31b37
|
alert = #e31b37
|
||||||
|
|
||||||
[bar/bspwmbar]
|
[bar/bspwmbar]
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
alacritty
|
kitty
|
||||||
|
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
kitty
|
alacritty
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + r
|
super + r
|
||||||
|
|||||||
@@ -4,17 +4,17 @@
|
|||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
alt + Return
|
alt + Return
|
||||||
alacritty
|
kitty
|
||||||
|
|
||||||
alt + shift + Return
|
alt + shift + Return
|
||||||
kitty
|
alacritty
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
alt + r
|
alt + r
|
||||||
rofi -show run
|
rofi -show run
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
alt + alt + ctrl + Escape
|
alt + ctrl + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ alt + e
|
|||||||
super + alt + ctrl + a
|
super + alt + ctrl + a
|
||||||
kitty -e pulsemixer
|
kitty -e pulsemixer
|
||||||
|
|
||||||
super + alt + ctrl + m
|
alt + ctrl + m
|
||||||
. ~/.config/rofi/rofi-beats
|
. ~/.config/rofi/rofi-beats
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -38,7 +38,7 @@ super + alt + ctrl + m
|
|||||||
#
|
#
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + ctrl + {q,r}
|
shift + alt + ctrl + {q,r}
|
||||||
bspc {quit,wm -r}
|
bspc {quit,wm -r}
|
||||||
|
|
||||||
# close and kill
|
# close and kill
|
||||||
|
|||||||
Reference in New Issue
Block a user