fix
This commit is contained in:
@@ -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 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
|
||||
|
||||
@@ -843,4 +843,4 @@ cursor:
|
||||
|
||||
# Print all received window events.
|
||||
#print_events: false
|
||||
|
||||
|
||||
|
||||
@@ -87,4 +87,4 @@ nitrogen --restore &
|
||||
$HOME/.config/polybar/run-polybar.sh &
|
||||
|
||||
# lock computer automatically after X time of minutes.
|
||||
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &
|
||||
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &
|
||||
@@ -67,4 +67,4 @@ $HOME/.config/polybar/run-polybar.sh &
|
||||
|
||||
# lock computer automatically after X time of minutes.
|
||||
xautolock -time 15 -locker "xsecurelock" -detectsleep -secure &
|
||||
#xscreensaver -nosplash &
|
||||
#xscreensaver -nosplash &
|
||||
|
||||
@@ -435,4 +435,4 @@ background = "#900000"
|
||||
# appname = "some_volume_notifiers"
|
||||
# set_stack_tag = "volume"
|
||||
#
|
||||
# vim: ft=cfg
|
||||
# vim: ft=cfg
|
||||
|
||||
@@ -1463,4 +1463,4 @@ map kitty_mod+f6 debug_config
|
||||
|
||||
#: }}}
|
||||
|
||||
#: }}}
|
||||
#: }}}
|
||||
|
||||
@@ -23,4 +23,4 @@ restore_paused "yes"
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,4 +23,4 @@ show_hidden=1
|
||||
sort=name;ascending;
|
||||
toolbar=newtab;navigation;home;
|
||||
show_statusbar=1
|
||||
pathbar_mode_buttons=0
|
||||
pathbar_mode_buttons=0
|
||||
|
||||
@@ -443,4 +443,5 @@ wintypes:
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 1.0; }
|
||||
dropdown_menu = { opacity = 1.0; }
|
||||
};
|
||||
};
|
||||
|
||||
@@ -424,4 +424,4 @@ screenchange-reload = true
|
||||
margin-top = 5
|
||||
margin-bottom = 5
|
||||
|
||||
; vim:ft=dosini
|
||||
; vim:ft=dosini
|
||||
@@ -462,4 +462,4 @@ screenchange-reload = true
|
||||
margin-top = 5
|
||||
margin-bottom = 5
|
||||
|
||||
; vim:ft=dosini
|
||||
; vim:ft=dosini
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
#killall -q polybar
|
||||
pkill polybar
|
||||
|
||||
@@ -78,4 +78,4 @@ prompt {
|
||||
/* vim: ft=sass
|
||||
|
||||
// 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"
|
||||
@@ -4,4 +4,4 @@ inputbar {
|
||||
|
||||
listview {
|
||||
lines: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
# https://github.com/ericmurphyxyz/archrice
|
||||
|
||||
chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"')
|
||||
|
||||
@@ -62,4 +62,4 @@ main() {
|
||||
mpv $ARGS --title="radio-mpv" $URL
|
||||
}
|
||||
|
||||
pkill -f radio-mpv || main
|
||||
pkill -f radio-mpv || main
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# https://github.com/ericmurphyxyz/archrice
|
||||
|
||||
notify-send "Getting list of available Wi-Fi networks..."
|
||||
|
||||
@@ -207,4 +207,4 @@ super + alt + shift + {h,j,k,l}
|
||||
|
||||
# move a floating window
|
||||
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}
|
||||
@@ -43,8 +43,6 @@ alt + shift + ctrl + a
|
||||
kitty -e pulsemixer
|
||||
|
||||
|
||||
|
||||
|
||||
####### lock computer #######
|
||||
alt + l
|
||||
xsecurelock
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
# Do, mkdir, copy, copy, echo files.
|
||||
|
||||
@@ -11,7 +11,6 @@ echo " continues the software installation in 3 seconds"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
|
||||
# APT Update & apt upgrade
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
|
||||
@@ -28,5 +28,4 @@ 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
|
||||
@@ -28,5 +28,4 @@ clear
|
||||
#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
|
||||
@@ -61,5 +61,4 @@ sudo update-desktop-database
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
clear
|
||||
echo "Alacritty Install - ALL DONE"
|
||||
|
||||
echo "Alacritty Install - ALL DONE"
|
||||
@@ -34,4 +34,4 @@ echo " "
|
||||
echo " "
|
||||
echo " "
|
||||
echo " "
|
||||
echo " "
|
||||
echo " "
|
||||
@@ -29,4 +29,4 @@ echo " "
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
clear
|
||||
read -p "Press a key to Exit"
|
||||
read -p "Press a key to Exit"
|
||||
@@ -22,6 +22,4 @@ sudo apt install -y flatpak
|
||||
flatpak install flathub com.valvesoftware.Steam
|
||||
|
||||
clear
|
||||
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"
|
||||
|
||||
|
||||
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"
|
||||
@@ -27,4 +27,4 @@ cd ~/bspwm-install-ma-dte
|
||||
clear
|
||||
read -p "Press a key to Exit"
|
||||
|
||||
exit
|
||||
exit
|
||||
@@ -24,4 +24,4 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " VS Code Install - ALL DONE"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -28,4 +28,4 @@ $SHELL --version
|
||||
|
||||
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"
|
||||
@@ -157,5 +157,4 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
echo " All DONE - User + .config files..."
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
clear
|
||||
@@ -8,4 +8,4 @@ chmod +x ~/.config/bspwm/bspwmrc
|
||||
|
||||
mv ~/.config/sxhkd/sxhkdrc sxhkdrc-org
|
||||
cp ~/bspwm-install-ma-dte/config/sxhkd/sxhkdrc-vm ~/.config/sxhkd/sxhkdrc
|
||||
chmod +x ~/.config/sxhkd/sxhkdrc
|
||||
chmod +x ~/.config/sxhkd/sxhkdrc
|
||||
@@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# APT Update & apt upgrade
|
||||
sudo apt update && sudo apt install -y dialog git
|
||||
|
||||
# Remember that this menu uses this apt package "dialog"
|
||||
|
||||
HEIGHT=35
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remember that this menu uses this apt package "dialog"
|
||||
|
||||
HEIGHT=35
|
||||
|
||||
Reference in New Issue
Block a user