various bug fixes and customization
This commit is contained in:
@@ -45,9 +45,9 @@ window:
|
||||
#
|
||||
# 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.
|
||||
#padding:
|
||||
# x: 0
|
||||
# y: 0
|
||||
padding:
|
||||
x: 5
|
||||
y: 5
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
#dynamic_padding: false
|
||||
@@ -156,7 +156,7 @@ font:
|
||||
style: monospace
|
||||
|
||||
# Point size
|
||||
size: 11.0
|
||||
size: 9.0
|
||||
|
||||
# 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
|
||||
@@ -273,26 +273,26 @@ colors:
|
||||
# background: CellForeground
|
||||
|
||||
# Normal colors
|
||||
#normal:
|
||||
# black: '#1d1f21'
|
||||
# red: '#cc6666'
|
||||
# green: '#b5bd68'
|
||||
# yellow: '#f0c674'
|
||||
# blue: '#81a2be'
|
||||
# magenta: '#b294bb'
|
||||
# cyan: '#8abeb7'
|
||||
# white: '#c5c8c6'
|
||||
normal:
|
||||
black: '#1d1f21'
|
||||
red: '#cc6666'
|
||||
green: '#b5bd68'
|
||||
yellow: '#f0c674'
|
||||
blue: '#81a2be'
|
||||
magenta: '#b294bb'
|
||||
cyan: '#8abeb7'
|
||||
white: '#c5c8c6'
|
||||
|
||||
# Bright colors
|
||||
#bright:
|
||||
# black: '#666666'
|
||||
# red: '#d54e53'
|
||||
# green: '#b9ca4a'
|
||||
# yellow: '#e7c547'
|
||||
# blue: '#7aa6da'
|
||||
# magenta: '#c397d8'
|
||||
# cyan: '#70c0b1'
|
||||
# white: '#eaeaea'
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#d54e53'
|
||||
green: '#b9ca4a'
|
||||
yellow: '#e7c547'
|
||||
blue: '#7aa6da'
|
||||
magenta: '#c397d8'
|
||||
cyan: '#70c0b1'
|
||||
white: '#eaeaea'
|
||||
|
||||
# Dim colors
|
||||
#
|
||||
@@ -374,16 +374,16 @@ colors:
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
#save_to_clipboard: false
|
||||
|
||||
#cursor:
|
||||
cursor:
|
||||
# Cursor style
|
||||
#style:
|
||||
style:
|
||||
# Cursor shape
|
||||
#
|
||||
# Values for `shape`:
|
||||
# - ▇ Block
|
||||
# - _ Underline
|
||||
# - | Beam
|
||||
#shape: Block
|
||||
shape: Underline
|
||||
|
||||
# Cursor blinking state
|
||||
#
|
||||
@@ -392,7 +392,7 @@ colors:
|
||||
# - Off: Disable blinking by default
|
||||
# - On: Enable blinking by default
|
||||
# - Always: Force the cursor to always blink
|
||||
#blinking: Off
|
||||
blinking: On
|
||||
|
||||
# Vi mode cursor style
|
||||
#
|
||||
@@ -403,11 +403,11 @@ colors:
|
||||
#vi_mode_style: None
|
||||
|
||||
# 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
|
||||
# window is not focused.
|
||||
#unfocused_hollow: true
|
||||
unfocused_hollow: false
|
||||
|
||||
# Thickness of the cursor relative to the cell width as floating point number
|
||||
# from `0.0` to `1.0`.
|
||||
|
||||
@@ -262,6 +262,8 @@ touch_scroll_multiplier 1.0
|
||||
|
||||
mouse_hide_wait 3.0
|
||||
|
||||
mouse_map right click paste_from_clipboard
|
||||
|
||||
#: Hide mouse cursor after the specified number of seconds of the
|
||||
#: mouse not being used. Set to zero to disable mouse cursor hiding.
|
||||
#: 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
|
||||
|
||||
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+left press ungrabbed,grabbed mouse_selection normal
|
||||
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
|
||||
|
||||
#kitty_mod ctrl+shift
|
||||
kitty_mod ctrl
|
||||
kitty_mod ctrl+shift
|
||||
#kitty_mod ctrl
|
||||
|
||||
#: 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
|
||||
@@ -1169,8 +1171,8 @@ map kitty_mod+c copy_to_clipboard
|
||||
#: no selection.
|
||||
|
||||
map kitty_mod+v paste_from_clipboard
|
||||
map kitty_mod+s paste_from_selection
|
||||
map kitty_mod+o pass_selection_to_program
|
||||
#map kitty_mod+s paste_from_selection
|
||||
#map kitty_mod+o pass_selection_to_program
|
||||
|
||||
#: You can also pass the contents of the current selection to any
|
||||
#: program using pass_selection_to_program. By default, the system's
|
||||
@@ -1462,4 +1464,3 @@ map kitty_mod+f6 debug_config
|
||||
#: }}}
|
||||
|
||||
#: }}}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
###################################
|
||||
|
||||
# Terminal´s primary and secondary.
|
||||
super + Return
|
||||
kitty
|
||||
|
||||
super + shift + Return
|
||||
alacritty
|
||||
|
||||
super + shift + Return
|
||||
kitty
|
||||
|
||||
# Rofi launcher # # # # # # # # # # # # #
|
||||
|
||||
# Rofi launcher - Start # # # # # # # # # # # # # # # # # #
|
||||
super + r
|
||||
rofi -show run
|
||||
rofi -modi "run,window,filebrowser,ssh" -show run
|
||||
|
||||
super + shift + r
|
||||
rofi -modi "run,window,file-browser,ssh" -show run
|
||||
super + space
|
||||
rofi -modi "run,window,filebrowser,ssh" -show run
|
||||
|
||||
super + ctrl + m
|
||||
. ~/.config/rofi/rofi-beats.sh
|
||||
@@ -30,7 +30,7 @@ super + ctrl + m
|
||||
super + ctrl + alt + w
|
||||
. ~/.config/rofi/rofi-wifi-menu.sh
|
||||
|
||||
# Rofi launcher # # # # # # # # # # # # #
|
||||
# Rofi launcher - End # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
super + b
|
||||
google-chrome
|
||||
@@ -38,30 +38,31 @@ super + b
|
||||
super + shift + b
|
||||
firefox
|
||||
|
||||
super + shift + f
|
||||
flameshot
|
||||
|
||||
|
||||
# File Manager ##########################
|
||||
# File Manager
|
||||
super + e
|
||||
pcmanfm
|
||||
|
||||
super + shift + e
|
||||
thunar
|
||||
|
||||
# Audio / Music #########################
|
||||
# Steam
|
||||
super + alt + s
|
||||
flatpak run com.valvesoftware.Steam
|
||||
|
||||
super + alt + ctrl + a
|
||||
kitty -e pulsemixer
|
||||
# Audio / Music
|
||||
|
||||
super + alt + a
|
||||
kitty -e pulsemixer
|
||||
|
||||
super + alt + m
|
||||
pulsemixer --toggle-mute
|
||||
pulsemixer --toggle-mute
|
||||
|
||||
super + alt + Up
|
||||
pulsemixer --change-volume +5
|
||||
pulsemixer --change-volume +5
|
||||
|
||||
super + alt + Down
|
||||
pulsemixer --change-volume -5
|
||||
pulsemixer --change-volume -5
|
||||
|
||||
|
||||
XF86AudioRaiseVolume
|
||||
@@ -73,8 +74,11 @@ XF86AudioLowerVolume
|
||||
XF86AudioMute
|
||||
pulsemixer --toggle-mute
|
||||
|
||||
|
||||
super + ctrl + alt + m
|
||||
kitty -e mocp
|
||||
kitty -e mocp
|
||||
|
||||
|
||||
|
||||
####### lock computer #######
|
||||
super + l
|
||||
@@ -98,7 +102,7 @@ super + l
|
||||
|
||||
|
||||
# quit/restart bspwm
|
||||
super + alt + ctrl + {q,r}
|
||||
super + ctrl + alt + shift + {q,r}
|
||||
bspc {quit,wm -r}
|
||||
|
||||
# close and kill
|
||||
@@ -160,8 +164,14 @@ super + {o,i}
|
||||
bspc wm -h on
|
||||
|
||||
# focus or send to the given desktop
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
#super + {_,shift + }{1-9,0}
|
||||
# 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
|
||||
@@ -189,12 +199,12 @@ super + ctrl + shift + space
|
||||
|
||||
# expand a window by moving one of its side outward
|
||||
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
|
||||
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
|
||||
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}
|
||||
|
||||
@@ -18,7 +18,7 @@ sudo apt update && sudo apt upgrade -y
|
||||
echo "Enter your user password, to continue if necessary"
|
||||
|
||||
# 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
|
||||
rm google-chrome-stable_current_amd64.deb
|
||||
|
||||
@@ -13,19 +13,19 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
|
||||
# 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
|
||||
#sudo apt install -y
|
||||
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
#echo " "
|
||||
#echo " Alacritty - Building and installing"
|
||||
#echo " "
|
||||
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
clear
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " Alacritty - Building and installing"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
|
||||
# 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
|
||||
@@ -60,7 +60,7 @@ sudo desktop-file-install extra/linux/Alacritty.desktop
|
||||
sudo update-desktop-database
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
clear
|
||||
echo "Alacritty Install - ALL DONE"
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# APT UPDATE & APT UPGRADE
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " Hugo Extended v0.91.2 - Install"
|
||||
echo " Hugo Extended - Install"
|
||||
echo " Before we Install we run an update..."
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -28,5 +28,5 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
clear
|
||||
read -p "Press a key to Exit"
|
||||
26
install-scripts/install-steam-flatpak.sh
Normal file
26
install-scripts/install-steam-flatpak.sh
Normal 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"
|
||||
|
||||
@@ -24,7 +24,7 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
clear
|
||||
read -p "Press a key to Exit"
|
||||
|
||||
exit
|
||||
27
install-scripts/install-vscode-software.sh
Normal file
27
install-scripts/install-vscode-software.sh
Normal 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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -27,5 +27,5 @@ echo $SHELL
|
||||
$SHELL --version
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
clear
|
||||
read -p "ZSH Shell Install - ALL DONE - Press a key to Exit"
|
||||
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
Reference in New Issue
Block a user