config: improve sway setup
This commit is contained in:
parent
791e389718
commit
eb3ce176d5
|
@ -0,0 +1 @@
|
||||||
|
mimeapps.list##user.janek
|
|
@ -1,3 +1,4 @@
|
||||||
|
set title
|
||||||
set termguicolors
|
set termguicolors
|
||||||
set mouse=nvh " Disable mouse in insert mode to allow middle-click paste in remote session - https://vi.stackexchange.com/q/23080
|
set mouse=nvh " Disable mouse in insert mode to allow middle-click paste in remote session - https://vi.stackexchange.com/q/23080
|
||||||
set clipboard+=unnamedplus " Merge with system clipboard
|
set clipboard+=unnamedplus " Merge with system clipboard
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
assign [class="Emacs"] workspace 1
|
assign [class="Emacs"] workspace 1
|
||||||
|
assign [app_id="firefox"] workspace 2
|
||||||
exec "gdbus wait --session org.kde.StatusNotifierWatcher && dex --autostart"
|
exec "gdbus wait --session org.kde.StatusNotifierWatcher && dex --autostart"
|
||||||
exec swaymsg "workspace 2; exec google-chrome-stable;"
|
exec swaymsg "workspace 2; exec google-chrome-stable;"
|
||||||
exec swaymsg "workspace 3; exec kitty;"
|
exec swaymsg "workspace 3; exec kitty;"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
user-dirs.dirs##user.janek
|
|
@ -1,3 +1,4 @@
|
||||||
|
$XDG_CONFIG_HOME/jrnl
|
||||||
$XDG_CONFIG_HOME/yadm
|
$XDG_CONFIG_HOME/yadm
|
||||||
$XDG_CONFIG_HOME/doom
|
$XDG_CONFIG_HOME/doom
|
||||||
$XDG_CONFIG_HOME/git
|
$XDG_CONFIG_HOME/git
|
||||||
|
|
|
@ -6,7 +6,10 @@ case "$1" in
|
||||||
("") sysyadm s;;
|
("") sysyadm s;;
|
||||||
(p) sysyadm p;;
|
(p) sysyadm p;;
|
||||||
(l) sysyadm fetch && sy rebase main --onto origin/main;;
|
(l) sysyadm fetch && sy rebase main --onto origin/main;;
|
||||||
(clone) sudo -E sysyadm clone -w / git.jfischer.org:xeruf/etc.git --bootstrap;;
|
(clone)
|
||||||
|
sudo mkdir -p /etc/yadm
|
||||||
|
sudo chown -R $USER /etc/yadm
|
||||||
|
sysyadm clone -w / gitea@git.jfischer.org:xeruf/etc.git --bootstrap;;
|
||||||
(init) sudo -E sysyadm init -b main -w /;;
|
(init) sudo -E sysyadm init -b main -w /;;
|
||||||
(*) sudo -E sysyadm "$@";;
|
(*) sudo -E sysyadm "$@";;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -71,6 +71,8 @@ Copy list:
|
||||||
: yadm clone --bootstrap git@git.jfischer.org:xeruf/dotfiles.git
|
: yadm clone --bootstrap git@git.jfischer.org:xeruf/dotfiles.git
|
||||||
: yadm clone --bootstrap https://git.jfischer.org/xeruf/dotfiles.git
|
: yadm clone --bootstrap https://git.jfischer.org/xeruf/dotfiles.git
|
||||||
Run ~bootstrap~ after starting ZSH
|
Run ~bootstrap~ after starting ZSH
|
||||||
|
|
||||||
|
Basics: diffr fzf
|
||||||
** Applications
|
** Applications
|
||||||
- utilities :: youtube-dl dos2unix rlwrap
|
- utilities :: youtube-dl dos2unix rlwrap
|
||||||
- powertools :: hexedit hexyl [[https://lftp.yar.ru/][lftp]] glances zsh-doc pacman-contrib
|
- powertools :: hexedit hexyl [[https://lftp.yar.ru/][lftp]] glances zsh-doc pacman-contrib
|
||||||
|
|
Loading…
Reference in New Issue