This commit is contained in:
2022-02-14 20:10:43 +01:00
parent ee4c9dd7e1
commit 5bdb5ff64d
35 changed files with 30 additions and 41 deletions

View File

@@ -5,4 +5,4 @@ deb http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-fr
deb-src http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free deb-src http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free deb-src http://security.debian.org/ testing/updates main contrib non-free

View File

@@ -843,4 +843,4 @@ cursor:
# Print all received window events. # Print all received window events.
#print_events: false #print_events: false

View File

@@ -87,4 +87,4 @@ nitrogen --restore &
$HOME/.config/polybar/run-polybar.sh & $HOME/.config/polybar/run-polybar.sh &
# lock computer automatically after X time of minutes. # lock computer automatically after X time of minutes.
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure & xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &

View File

@@ -67,4 +67,4 @@ $HOME/.config/polybar/run-polybar.sh &
# lock computer automatically after X time of minutes. # lock computer automatically after X time of minutes.
xautolock -time 15 -locker "xsecurelock" -detectsleep -secure & xautolock -time 15 -locker "xsecurelock" -detectsleep -secure &
#xscreensaver -nosplash & #xscreensaver -nosplash &

View File

@@ -435,4 +435,4 @@ background = "#900000"
# appname = "some_volume_notifiers" # appname = "some_volume_notifiers"
# set_stack_tag = "volume" # set_stack_tag = "volume"
# #
# vim: ft=cfg # vim: ft=cfg

View File

@@ -1463,4 +1463,4 @@ map kitty_mod+f6 debug_config
#: }}} #: }}}
#: }}} #: }}}

View File

@@ -23,4 +23,4 @@ restore_paused "yes"
audio_output { audio_output {
type "pulse" type "pulse"
name "pulse audio" name "pulse audio"
} }

View File

@@ -23,4 +23,4 @@ show_hidden=1
sort=name;ascending; sort=name;ascending;
toolbar=newtab;navigation;home; toolbar=newtab;navigation;home;
show_statusbar=1 show_statusbar=1
pathbar_mode_buttons=0 pathbar_mode_buttons=0

View File

@@ -443,4 +443,5 @@ wintypes:
dnd = { shadow = false; } dnd = { shadow = false; }
popup_menu = { opacity = 1.0; } popup_menu = { opacity = 1.0; }
dropdown_menu = { opacity = 1.0; } dropdown_menu = { opacity = 1.0; }
}; };

View File

@@ -424,4 +424,4 @@ screenchange-reload = true
margin-top = 5 margin-top = 5
margin-bottom = 5 margin-bottom = 5
; vim:ft=dosini ; vim:ft=dosini

View File

@@ -462,4 +462,4 @@ screenchange-reload = true
margin-top = 5 margin-top = 5
margin-bottom = 5 margin-bottom = 5
; vim:ft=dosini ; vim:ft=dosini

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Terminate already running bar instances # Terminate already running bar instances
#killall -q polybar #killall -q polybar
pkill polybar pkill polybar

View File

@@ -78,4 +78,4 @@ prompt {
/* vim: ft=sass /* vim: ft=sass
// Theme location is "/usr/share/rofi/themes/name.rasi" // Theme location is "/usr/share/rofi/themes/name.rasi"
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi" //@theme "/usr/share/rofi/themes/Arc-Dark.rasi"

View File

@@ -4,4 +4,4 @@ inputbar {
listview { listview {
lines: 3; lines: 3;
} }

View File

@@ -1,4 +1,5 @@
#! /bin/sh #! /bin/sh
# https://github.com/ericmurphyxyz/archrice # https://github.com/ericmurphyxyz/archrice
chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"') chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"')

View File

@@ -62,4 +62,4 @@ main() {
mpv $ARGS --title="radio-mpv" $URL mpv $ARGS --title="radio-mpv" $URL
} }
pkill -f radio-mpv || main pkill -f radio-mpv || main

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# https://github.com/ericmurphyxyz/archrice # https://github.com/ericmurphyxyz/archrice
notify-send "Getting list of available Wi-Fi networks..." notify-send "Getting list of available Wi-Fi networks..."

View File

@@ -207,4 +207,4 @@ super + alt + shift + {h,j,k,l}
# move a floating window # move a floating window
super + {Left,Down,Up,Right} super + {Left,Down,Up,Right}
bspc node -v {-10 0,0 10,0 -10,10 0} bspc node -v {-10 0,0 10,0 -10,10 0}

View File

@@ -43,8 +43,6 @@ alt + shift + ctrl + a
kitty -e pulsemixer kitty -e pulsemixer
####### lock computer ####### ####### lock computer #######
alt + l alt + l
xsecurelock xsecurelock

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
# Do, mkdir, copy, copy, echo files. # Do, mkdir, copy, copy, echo files.

View File

@@ -11,7 +11,6 @@ echo " continues the software installation in 3 seconds"
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 3 sleep 3
# APT Update & apt upgrade # APT Update & apt upgrade
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y

View File

@@ -28,5 +28,4 @@ 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

@@ -28,5 +28,4 @@ clear
#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

@@ -61,5 +61,4 @@ sudo update-desktop-database
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear clear
echo "Alacritty Install - ALL DONE" echo "Alacritty Install - ALL DONE"

View File

@@ -34,4 +34,4 @@ echo " "
echo " " echo " "
echo " " echo " "
echo " " echo " "
echo " " echo " "

View File

@@ -29,4 +29,4 @@ echo " "
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear clear
read -p "Press a key to Exit" read -p "Press a key to Exit"

View File

@@ -22,6 +22,4 @@ sudo apt install -y flatpak
flatpak install flathub com.valvesoftware.Steam flatpak install flathub com.valvesoftware.Steam
clear clear
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam" echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"

View File

@@ -27,4 +27,4 @@ cd ~/bspwm-install-ma-dte
clear clear
read -p "Press a key to Exit" read -p "Press a key to Exit"
exit exit

View File

@@ -24,4 +24,4 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
echo " VS Code Install - ALL DONE" echo " VS Code Install - ALL DONE"
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"

View File

@@ -28,4 +28,4 @@ $SHELL --version
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear 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

@@ -157,5 +157,4 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
echo " All DONE - User + .config files..." echo " All DONE - User + .config files..."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"

View File

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

View File

@@ -8,4 +8,4 @@ chmod +x ~/.config/bspwm/bspwmrc
mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org
cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc
chmod +x ~/.config/sxhkd/sxhkdrc chmod +x ~/.config/sxhkd/sxhkdrc

View File

@@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
# APT Update & apt upgrade # APT Update & apt upgrade
sudo apt update && sudo apt install -y dialog git sudo apt update && sudo apt install -y dialog git
# Remember that this menu uses this apt package "dialog" # Remember that this menu uses this apt package "dialog"
HEIGHT=35 HEIGHT=35

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# Remember that this menu uses this apt package "dialog" # Remember that this menu uses this apt package "dialog"
HEIGHT=35 HEIGHT=35