From b72d1341ad76be1f1a83e4b2ae77af8c934b17d2 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 3 Jan 2022 10:05:00 +0100 Subject: [PATCH] EDIT FOR TESTING --- bspwm-install-martin-dte-debian.sh | 17 ++++++++---- config/kitty/kitty.conf | 43 +++++++++++++----------------- config/polybar/config | 10 +++---- config/sxhkd/sxhkdrc | 4 +-- config/sxhkd/sxhkdrc-vm | 10 +++---- 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index 1582793..2ad268e 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -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 \ No newline at end of file +sudo reboot + diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 0f5d022..91f1a94 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -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 diff --git a/config/polybar/config b/config/polybar/config index cd50f99..385d13f 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -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] diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index f90fe52..0b75ddf 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -4,10 +4,10 @@ # terminal emulator super + Return - alacritty + kitty super + shift + Return - kitty + alacritty # program launcher super + r diff --git a/config/sxhkd/sxhkdrc-vm b/config/sxhkd/sxhkdrc-vm index 234b590..9f76224 100644 --- a/config/sxhkd/sxhkdrc-vm +++ b/config/sxhkd/sxhkdrc-vm @@ -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