edit aliases
This commit is contained in:
@@ -147,9 +147,10 @@ if hash chezmoi 2>/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Other aliases
|
# Other aliases
|
||||||
alias rce='xdg-open $HOME/.bashrc && xdg-open $HOME/.zshrc && xdg-open $XDG_CONFIG_HOME/bash/.bash_aliases'
|
alias rce='xdg-open $HOME/.bashrc && xdg-open $HOME/.zshrc && xdg-open $XDG_CONFIG_HOME/bash/.bash_aliases' # Open bash and zsh config files in editor
|
||||||
alias ftpd-simple='python -m pyftpdlib'
|
alias ftpd-simple='python -m pyftpdlib' # Simple FTP server, useful for transferring files between devices
|
||||||
|
alias obs-save='obs-cmd replay save' # obs-cmd from aur (https://github.com/grigio/obs-cmd) required. Also bound to Alt + Z
|
||||||
|
alias plasma-restart='systemctl --user restart plasma-plasmashell.service' # Sometimes plasma is buggy and needs a restart, bound to Alt + Shift + Ctrl + R
|
||||||
|
|
||||||
# XDG aliases
|
# XDG aliases
|
||||||
alias wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts'
|
alias wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts'
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"chromiumSwitches": {},
|
"chromiumSwitches": {},
|
||||||
"IS_MAXIMIZED": true,
|
"IS_MAXIMIZED": false,
|
||||||
"IS_MINIMIZED": false,
|
"IS_MINIMIZED": true,
|
||||||
"WINDOW_BOUNDS": {
|
"WINDOW_BOUNDS": {
|
||||||
"x": 4127,
|
"x": 4127,
|
||||||
"y": 144,
|
"y": 144,
|
||||||
@@ -19,5 +19,6 @@
|
|||||||
},
|
},
|
||||||
"trayBalloonShown": true,
|
"trayBalloonShown": true,
|
||||||
"BACKGROUND_COLOR": "#000000",
|
"BACKGROUND_COLOR": "#000000",
|
||||||
"enableHardwareAcceleration": true
|
"enableHardwareAcceleration": true,
|
||||||
|
"offloadAdmControls": false
|
||||||
}
|
}
|
Reference in New Issue
Block a user