sway configs
This commit is contained in:
parent
98405b940b
commit
6fe71f8c1c
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
|
@ -0,0 +1,3 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--enable-features=WebRTCPipeWireCapturer
|
|
@ -0,0 +1,2 @@
|
|||
chooser_type = none
|
||||
output_name = HDMI-A-2
|
|
@ -25,4 +25,8 @@ alias netctl="sudo netctl"
|
|||
alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
|
||||
alias browsh="docker run --rm -it browsh/browsh"
|
||||
|
||||
# kube
|
||||
alias netshoot="kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash"
|
||||
|
||||
# utils
|
||||
alias convert-doc="libreoffice --headless --invisible --norestore --convert-to "
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 476f6ca69922c9e67c408ae92dff0eb0ccb8ee51
|
||||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
Loading…
Reference in New Issue