add dwm
This commit is contained in:
4
brave-cp-plugins.sh
Normal file
4
brave-cp-plugins.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
export TARGET=/tmp/brave_dev_sess_2/Default/Extensions/
|
||||||
|
export SRC=~/.config/BraveSoftware/Brave-Browser/Default/Extensions/nngceckbapebfimnlniiiahkandclblb/
|
||||||
|
cp $SRC $TARGET -r
|
||||||
|
cp .config/BraveSoftware/Brave-Browser/Default/Local\ Extension\ Settings/ $TARGET/../ -r
|
||||||
@@ -42,4 +42,4 @@ do
|
|||||||
cp "${SRC_CONFIGS}/${extension}" "${TARGET}/Local Extension Settings/" -r
|
cp "${SRC_CONFIGS}/${extension}" "${TARGET}/Local Extension Settings/" -r
|
||||||
done
|
done
|
||||||
|
|
||||||
brave --args --user-data-dir="/tmp/"$sessionName --disable-web-security
|
brave --args --user-data-dir="${HOME}/.sessions/"$sessionName --disable-web-security
|
||||||
|
|||||||
9
dwm/dwm.desktop
Normal file
9
dwm/dwm.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=dwm
|
||||||
|
Comment=improved dynamic tiling window manager
|
||||||
|
Exec=startdwm
|
||||||
|
TryExec=startdwm
|
||||||
|
Type=Application
|
||||||
|
X-LightDM-DesktopName=dwm
|
||||||
|
DesktopNames=dwm
|
||||||
|
Keywords=tiling;wm;windowmanager;window;manager;
|
||||||
1
install-bitwarden-sysem-wide.sh
Normal file
1
install-bitwarden-sysem-wide.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
sudo cp nngceckbapebfimnlniiiahkandclblb.json /usr/share/chromium/extensions/
|
||||||
7
startdwm.sh
Normal file
7
startdwm.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
xrandr --auto
|
||||||
|
nm-applet &
|
||||||
|
cbatticon &
|
||||||
|
dwm
|
||||||
Reference in New Issue
Block a user