various bug fixes and customization

This commit is contained in:
ITmail-dk
2022-02-11 18:53:46 +01:00
parent 52636a8896
commit 16077c3021
12 changed files with 142 additions and 77 deletions

View File

@@ -45,9 +45,9 @@ window:
# #
# Blank space added around the window in pixels. This padding is scaled # Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides. # by DPI and the specified value is always added at both opposing sides.
#padding: padding:
# x: 0 x: 5
# y: 0 y: 5
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
#dynamic_padding: false #dynamic_padding: false
@@ -156,7 +156,7 @@ font:
style: monospace style: monospace
# Point size # Point size
size: 11.0 size: 9.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter
@@ -273,26 +273,26 @@ colors:
# background: CellForeground # background: CellForeground
# Normal colors # Normal colors
#normal: normal:
# black: '#1d1f21' black: '#1d1f21'
# red: '#cc6666' red: '#cc6666'
# green: '#b5bd68' green: '#b5bd68'
# yellow: '#f0c674' yellow: '#f0c674'
# blue: '#81a2be' blue: '#81a2be'
# magenta: '#b294bb' magenta: '#b294bb'
# cyan: '#8abeb7' cyan: '#8abeb7'
# white: '#c5c8c6' white: '#c5c8c6'
# Bright colors # Bright colors
#bright: bright:
# black: '#666666' black: '#666666'
# red: '#d54e53' red: '#d54e53'
# green: '#b9ca4a' green: '#b9ca4a'
# yellow: '#e7c547' yellow: '#e7c547'
# blue: '#7aa6da' blue: '#7aa6da'
# magenta: '#c397d8' magenta: '#c397d8'
# cyan: '#70c0b1' cyan: '#70c0b1'
# white: '#eaeaea' white: '#eaeaea'
# Dim colors # Dim colors
# #
@@ -374,16 +374,16 @@ colors:
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false #save_to_clipboard: false
#cursor: cursor:
# Cursor style # Cursor style
#style: style:
# Cursor shape # Cursor shape
# #
# Values for `shape`: # Values for `shape`:
# - ▇ Block # - ▇ Block
# - _ Underline # - _ Underline
# - | Beam # - | Beam
#shape: Block shape: Underline
# Cursor blinking state # Cursor blinking state
# #
@@ -392,7 +392,7 @@ colors:
# - Off: Disable blinking by default # - Off: Disable blinking by default
# - On: Enable blinking by default # - On: Enable blinking by default
# - Always: Force the cursor to always blink # - Always: Force the cursor to always blink
#blinking: Off blinking: On
# Vi mode cursor style # Vi mode cursor style
# #
@@ -403,11 +403,11 @@ colors:
#vi_mode_style: None #vi_mode_style: None
# Cursor blinking interval in milliseconds. # Cursor blinking interval in milliseconds.
#blink_interval: 750 blink_interval: 750
# If this is `true`, the cursor will be rendered as a hollow box when the # If this is `true`, the cursor will be rendered as a hollow box when the
# window is not focused. # window is not focused.
#unfocused_hollow: true unfocused_hollow: false
# Thickness of the cursor relative to the cell width as floating point number # Thickness of the cursor relative to the cell width as floating point number
# from `0.0` to `1.0`. # from `0.0` to `1.0`.

View File

@@ -262,6 +262,8 @@ touch_scroll_multiplier 1.0
mouse_hide_wait 3.0 mouse_hide_wait 3.0
mouse_map right click paste_from_clipboard
#: Hide mouse cursor after the specified number of seconds of the #: Hide mouse cursor after the specified number of seconds of the
#: mouse not being used. Set to zero to disable mouse cursor hiding. #: mouse not being used. Set to zero to disable mouse cursor hiding.
#: Set to a negative value to hide the mouse cursor immediately when #: Set to a negative value to hide the mouse cursor immediately when
@@ -415,7 +417,7 @@ mouse_map ctrl+alt+left triplepress ungrabbed mouse_selection line_from_point
#: Select from the clicked point to the end of the line #: Select from the clicked point to the end of the line
mouse_map right press ungrabbed mouse_selection extend #mouse_map right press ungrabbed mouse_selection extend
mouse_map shift+middle release ungrabbed,grabbed paste_selection mouse_map shift+middle release ungrabbed,grabbed paste_selection
mouse_map shift+left press ungrabbed,grabbed mouse_selection normal mouse_map shift+left press ungrabbed,grabbed mouse_selection normal
mouse_map shift+ctrl+alt+left press ungrabbed,grabbed mouse_selection rectangle mouse_map shift+ctrl+alt+left press ungrabbed,grabbed mouse_selection rectangle
@@ -1137,8 +1139,8 @@ linux_display_server auto
#: map ctrl+f>2 set_font_size 20 #: map ctrl+f>2 set_font_size 20
#kitty_mod ctrl+shift kitty_mod ctrl+shift
kitty_mod ctrl #kitty_mod ctrl
#: The value of kitty_mod is used as the modifier for all default #: The value of kitty_mod is used as the modifier for all default
#: shortcuts, you can change it in your kitty.conf to change the #: shortcuts, you can change it in your kitty.conf to change the
@@ -1169,8 +1171,8 @@ map kitty_mod+c copy_to_clipboard
#: no selection. #: no selection.
map kitty_mod+v paste_from_clipboard map kitty_mod+v paste_from_clipboard
map kitty_mod+s paste_from_selection #map kitty_mod+s paste_from_selection
map kitty_mod+o pass_selection_to_program #map kitty_mod+o pass_selection_to_program
#: You can also pass the contents of the current selection to any #: You can also pass the contents of the current selection to any
#: program using pass_selection_to_program. By default, the system's #: program using pass_selection_to_program. By default, the system's
@@ -1461,5 +1463,4 @@ map kitty_mod+f6 debug_config
#: }}} #: }}}
#: }}} #: }}}

View File

@@ -1,28 +1,28 @@
# #
# Hotkey - Config # SXHKD Hotkey's config.
# #
################################### ###################################
# Reload sxhkd config # # Reload SXHKD Config.
super + alt + ctrl + Escape super + shift + ctrl + alt + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd
################################### ###################################
# Terminal´s primary and secondary. # Terminal´s primary and secondary.
super + Return super + Return
kitty
super + shift + Return
alacritty alacritty
super + shift + Return
kitty
# Rofi launcher # # # # # # # # # # # # #
# Rofi launcher - Start # # # # # # # # # # # # # # # # # #
super + r super + r
rofi -show run rofi -modi "run,window,filebrowser,ssh" -show run
super + shift + r super + space
rofi -modi "run,window,file-browser,ssh" -show run rofi -modi "run,window,filebrowser,ssh" -show run
super + ctrl + m super + ctrl + m
. ~/.config/rofi/rofi-beats.sh . ~/.config/rofi/rofi-beats.sh
@@ -30,7 +30,7 @@ super + ctrl + m
super + ctrl + alt + w super + ctrl + alt + w
. ~/.config/rofi/rofi-wifi-menu.sh . ~/.config/rofi/rofi-wifi-menu.sh
# Rofi launcher # # # # # # # # # # # # # # Rofi launcher - End # # # # # # # # # # # # # # # # # # #
super + b super + b
google-chrome google-chrome
@@ -38,30 +38,31 @@ super + b
super + shift + b super + shift + b
firefox firefox
super + shift + f
flameshot
# File Manager
# File Manager ##########################
super + e super + e
pcmanfm pcmanfm
super + shift + e super + shift + e
thunar thunar
# Audio / Music ######################### # Steam
super + alt + s
flatpak run com.valvesoftware.Steam
super + alt + ctrl + a # Audio / Music
kitty -e pulsemixer
super + alt + a
kitty -e pulsemixer
super + alt + m super + alt + m
pulsemixer --toggle-mute pulsemixer --toggle-mute
super + alt + Up super + alt + Up
pulsemixer --change-volume +5 pulsemixer --change-volume +5
super + alt + Down super + alt + Down
pulsemixer --change-volume -5 pulsemixer --change-volume -5
XF86AudioRaiseVolume XF86AudioRaiseVolume
@@ -73,8 +74,11 @@ XF86AudioLowerVolume
XF86AudioMute XF86AudioMute
pulsemixer --toggle-mute pulsemixer --toggle-mute
super + ctrl + alt + m super + ctrl + alt + m
kitty -e mocp kitty -e mocp
####### lock computer ####### ####### lock computer #######
super + l super + l
@@ -98,7 +102,7 @@ super + l
# quit/restart bspwm # quit/restart bspwm
super + alt + ctrl + {q,r} super + ctrl + alt + shift + {q,r}
bspc {quit,wm -r} bspc {quit,wm -r}
# close and kill # close and kill
@@ -160,8 +164,14 @@ super + {o,i}
bspc wm -h on bspc wm -h on
# focus or send to the given desktop # focus or send to the given desktop
super + {_,shift + }{1-9,0} #super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}' # bspc {desktop -f,node -d} '^{1-9,10}'
super + {1-9,0}
bspc desktop -f {1-9,10}
super + shift + {1-9,0}
bspc node -d {1-9,10} -f
# #
# Preselect # Preselect
@@ -189,12 +199,12 @@ super + ctrl + shift + space
# expand a window by moving one of its side outward # expand a window by moving one of its side outward
super + alt + {h,j,k,l} super + alt + {h,j,k,l}
bspc node -z {left -50 0,bottom 0 50,top 0 -50,right 50 0} bspc node -z {left -10 0,bottom 0 10,top 0 -10,right 10 0}
# contract a window by moving one of its side inward # contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l} super + alt + shift + {h,j,k,l}
bspc node -z {right -50 0,top 0 50,bottom 0 -50,left 50 0} bspc node -z {right -10 0,top 0 10,bottom 0 -10,left 10 0}
# 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 {-10 0,0 10,0 -10,10 0}

View File

@@ -18,7 +18,7 @@ sudo apt update && sudo apt upgrade -y
echo "Enter your user password, to continue if necessary" echo "Enter your user password, to continue if necessary"
# 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 xsecurelock caffeine network-manager git kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst cups smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer moc mpv npm cava curl tmux imagemagick feh sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock xsecurelock network-manager git kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst cups smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer moc mpv npm cava curl tmux imagemagick feh sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename
# Google Chrome - Download + Install ON / OFF # Google Chrome - Download + Install ON / OFF
rm google-chrome-stable_current_amd64.deb rm google-chrome-stable_current_amd64.deb

View File

@@ -13,19 +13,19 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 3 sleep 3
# Software & Packages # Software & Packages
sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 thunar thunar-archive-plugin thunar-font-manager sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager
# Maybe maybe Software & Packages ON / OFF # Maybe maybe Software & Packages ON / OFF
#sudo apt install -y #sudo apt install -y
# Alacritty - Building and installing ON / OFF # Alacritty - Building and installing ON / OFF
clear
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " Alacritty - Building and installing" echo " Alacritty - Building and installing"
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
# Alacritty - Building and installing ON / OFF # Alacritty - Building and installing ON / OFF
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh . ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh

View File

@@ -60,7 +60,7 @@ sudo desktop-file-install extra/linux/Alacritty.desktop
sudo update-desktop-database sudo update-desktop-database
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear
echo "Alacritty Install - ALL DONE" echo "Alacritty Install - ALL DONE"

View File

@@ -3,7 +3,7 @@
# APT UPDATE & APT UPGRADE # APT UPDATE & APT UPGRADE
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
echo " Hugo Extended v0.91.2 - Install" echo " Hugo Extended - Install"
echo " Before we Install we run an update..." echo " Before we Install we run an update..."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -28,5 +28,5 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear
read -p "Press a key to Exit" read -p "Press a key to Exit"

View File

@@ -0,0 +1,26 @@
#!/bin/bash
# Install - Steam Flatpak Install
# flatpak install flathub com.valvesoftware.Steam
# flatpak repairl flathub com.valvesoftware.Steam
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Install Steam via Flatpaki on Flathub"
echo " "
echo " Enter your user password, to continue if necessary"
echo " "
echo " continues the installation in 3 seconds"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 2
sudo apt install -y flatpak
flatpak install flathub com.valvesoftware.Steam
clear
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"

View File

@@ -24,7 +24,7 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear
read -p "Press a key to Exit" read -p "Press a key to Exit"
exit exit

View File

@@ -0,0 +1,27 @@
#!/bin/bash
# Install - VS Code Software.
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Download & Install VS Code"
echo " "
echo " Enter your user password, to continue if necessary"
echo " "
echo " continues the installation in 3 seconds"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 2
cd /tmp/
wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64'
sudo apt install -y /tmp/vscode_amd64.deb
cd ~/bspwm-install-ma-dte
clear
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " VS Code Install - ALL DONE"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"

View File

@@ -27,5 +27,5 @@ echo $SHELL
$SHELL --version $SHELL --version
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear
read -p "ZSH Shell Install - ALL DONE - Press a key to Exit" read -p "ZSH Shell Install - ALL DONE - Press a key to Exit"

View File

@@ -1 +1,2 @@
#!/bin/bash #!/bin/bash
clear