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
|
||||
|
||||
# Alacritty TEST
|
||||
sudo apt install -y librust-alacritty-terminal-dev
|
||||
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#echo " "
|
||||
#echo " Alacritty - Building and installing"
|
||||
@@ -100,8 +97,18 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
cd ~/bspwm-install-ma-dte/
|
||||
|
||||
# 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
|
||||
|
||||
# Clean up and delete folders and other installation files
|
||||
#rm -r ~/bspwm-install-ma-dte/
|
||||
|
||||
read -p "Press [Enter] key to Reboot System."
|
||||
echo "You are ready to reboot..."
|
||||
sudo reboot
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ cursor_stop_blinking_after 15.0
|
||||
|
||||
#: Scrollback {{{
|
||||
|
||||
scrollback_lines 2000
|
||||
scrollback_lines 5000
|
||||
|
||||
#: Number of lines of history to keep in memory for scrolling back.
|
||||
#: 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 are allowed.
|
||||
|
||||
copy_on_select no
|
||||
copy_on_select yes
|
||||
|
||||
#: Copy to clipboard or a private buffer on select. With this set to
|
||||
#: clipboard, simply selecting text with the mouse will cause the text
|
||||
@@ -466,7 +466,7 @@ sync_to_monitor yes
|
||||
|
||||
#: Terminal bell {{{
|
||||
|
||||
enable_audio_bell yes
|
||||
enable_audio_bell no
|
||||
|
||||
#: Enable/disable the audio bell. Useful in environments that require
|
||||
#: silence.
|
||||
@@ -496,8 +496,8 @@ command_on_bell none
|
||||
#: Window layout {{{
|
||||
|
||||
remember_window_size yes
|
||||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
initial_window_width 800
|
||||
initial_window_height 500
|
||||
|
||||
#: If enabled, the window size will be remembered so that new
|
||||
#: instances of kitty will have the same size as the previous
|
||||
@@ -733,8 +733,8 @@ tab_bar_background none
|
||||
|
||||
#: Color scheme {{{
|
||||
|
||||
foreground #dddddd
|
||||
background #000000
|
||||
foreground #ededed
|
||||
background #151a1c
|
||||
|
||||
#: 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
|
||||
#: remaining 240 colors as color16 to color255.
|
||||
|
||||
#: black
|
||||
color0 #000000
|
||||
color8 #767676
|
||||
|
||||
#: black
|
||||
|
||||
#: red
|
||||
color1 #cc0403
|
||||
color9 #f2201f
|
||||
|
||||
#: red
|
||||
|
||||
color2 #19cb00
|
||||
color10 #23fd00
|
||||
|
||||
#: green
|
||||
|
||||
color3 #cecb00
|
||||
color11 #fffd00
|
||||
color2 #66cb00
|
||||
color10 #2ad10f
|
||||
|
||||
#: yellow
|
||||
color3 #FFFF00
|
||||
color11 #fffd00
|
||||
|
||||
#: blue
|
||||
color4 #0d73cc
|
||||
color12 #1a8fff
|
||||
|
||||
#: blue
|
||||
|
||||
#: magenta
|
||||
color5 #cb1ed1
|
||||
color13 #fd28ff
|
||||
|
||||
#: magenta
|
||||
|
||||
#: cyan
|
||||
color6 #0dcdcd
|
||||
color14 #14ffff
|
||||
|
||||
#: cyan
|
||||
|
||||
color7 #dddddd
|
||||
#: white
|
||||
color7 #f0f0f0
|
||||
color15 #ffffff
|
||||
|
||||
#: white
|
||||
|
||||
mark1_foreground black
|
||||
|
||||
|
||||
@@ -27,13 +27,13 @@
|
||||
|
||||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = #F2272829
|
||||
background-alt = #444
|
||||
background = #F2151a1c
|
||||
background-alt = #151a1c
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #dfdfdf
|
||||
foreground = #ededed
|
||||
foreground-alt = #555
|
||||
primary = #07548c
|
||||
secondary = #115ea6
|
||||
primary = #035a99
|
||||
secondary = #0d4f8c
|
||||
alert = #e31b37
|
||||
|
||||
[bar/bspwmbar]
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
# terminal emulator
|
||||
super + Return
|
||||
alacritty
|
||||
kitty
|
||||
|
||||
super + shift + Return
|
||||
kitty
|
||||
alacritty
|
||||
|
||||
# program launcher
|
||||
super + r
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
|
||||
# terminal emulator
|
||||
alt + Return
|
||||
alacritty
|
||||
kitty
|
||||
|
||||
alt + shift + Return
|
||||
kitty
|
||||
alacritty
|
||||
|
||||
# program launcher
|
||||
alt + r
|
||||
rofi -show run
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
alt + alt + ctrl + Escape
|
||||
alt + ctrl + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ alt + e
|
||||
super + alt + ctrl + a
|
||||
kitty -e pulsemixer
|
||||
|
||||
super + alt + ctrl + m
|
||||
alt + ctrl + m
|
||||
. ~/.config/rofi/rofi-beats
|
||||
|
||||
#
|
||||
@@ -38,7 +38,7 @@ super + alt + ctrl + m
|
||||
#
|
||||
|
||||
# quit/restart bspwm
|
||||
super + alt + ctrl + {q,r}
|
||||
shift + alt + ctrl + {q,r}
|
||||
bspc {quit,wm -r}
|
||||
|
||||
# close and kill
|
||||
|
||||
Reference in New Issue
Block a user