зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
6d3b40d00e
Коммит
e0e2641917
@ -1,38 +1,3 @@
|
|||||||
https://xmonad.org/INSTALL.html
|
|
||||||
sudo apt install
|
|
||||||
libx11-dev libxft-dev libxinerama-dev libxrandr-dev libxss-dev
|
|
||||||
gobject-introspection
|
|
||||||
# for full xmobar->alsa
|
|
||||||
libasound2-dev libxpm-dev
|
|
||||||
...
|
|
||||||
rm ~/Downloads/stack-build.txt && stack build --verbose 2>&1 | tee ~/Downloads/stack-build.txt
|
|
||||||
stack install
|
|
||||||
...
|
|
||||||
Copying from /home/iharh/.config/xmonad/.stack-work/install/x86_64-linux-tinfo6/<hash>/9.0.2/bin/xmonad to /home/iharh/.local/bin/xmonad
|
|
||||||
|
|
||||||
https://wiki.haskell.org/Xmonad/Frequently_asked_questions#How_can_I_use_xmonad_with_a_display_manager.3F_.28xdm.2C_kdm.2C_gdm.29
|
|
||||||
sudo ln -s ~/.local/bin/xmonad /usr/local/bin
|
|
||||||
|
|
||||||
/usr/share/xsessions/xmonad.desktop
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
Name=xmonad
|
|
||||||
Comment=This session starts xmonad
|
|
||||||
Exec=/usr/local/bin/xmonad
|
|
||||||
Type=Application
|
|
||||||
->~/.local/bin/xmonad
|
|
||||||
|
|
||||||
https://packages.ubuntu.com/search?keywords=xmonad
|
|
||||||
|
|
||||||
2018
|
|
||||||
http://sitr.us/2018/05/13/build-xmonad-with-stack.html
|
|
||||||
https://functor.tokyo/blog/2018-02-16-setup-xmonad-on-nixos
|
|
||||||
2017
|
|
||||||
https://brianbuccola.com/how-to-install-xmonad-and-xmobar-via-stack/
|
|
||||||
|
|
||||||
!!!
|
|
||||||
# add "stack build" to ~/.config/xmonad/build
|
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
https://github.com/haskell-gi/haskell-gi/issues/391
|
https://github.com/haskell-gi/haskell-gi/issues/391
|
||||||
https://github.com/haskell-gi/haskell-gi/issues/226
|
https://github.com/haskell-gi/haskell-gi/issues/226
|
||||||
34
os/x-ui/wm/tiling/xmonad/inst/inst.txt
Обычный файл
34
os/x-ui/wm/tiling/xmonad/inst/inst.txt
Обычный файл
@ -0,0 +1,34 @@
|
|||||||
|
https://xmonad.org/INSTALL.html
|
||||||
|
sudo apt install
|
||||||
|
libx11-dev libxft-dev libxinerama-dev libxrandr-dev libxss-dev
|
||||||
|
gobject-introspection
|
||||||
|
# for full xmobar->alsa
|
||||||
|
libasound2-dev libxpm-dev
|
||||||
|
...
|
||||||
|
rm ~/Downloads/stack-build.txt && stack build --verbose 2>&1 | tee ~/Downloads/stack-build.txt
|
||||||
|
stack install
|
||||||
|
...
|
||||||
|
Copying from /home/iharh/.config/xmonad/.stack-work/install/x86_64-linux-tinfo6/<hash>/9.0.2/bin/xmonad to /home/iharh/.local/bin/xmonad
|
||||||
|
|
||||||
|
https://wiki.haskell.org/Xmonad/Frequently_asked_questions#How_can_I_use_xmonad_with_a_display_manager.3F_.28xdm.2C_kdm.2C_gdm.29
|
||||||
|
sudo ln -s ~/.local/bin/xmonad /usr/local/bin
|
||||||
|
|
||||||
|
/usr/share/xsessions/xmonad.desktop
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=xmonad
|
||||||
|
Comment=This session starts xmonad
|
||||||
|
Exec=/usr/local/bin/xmonad
|
||||||
|
Type=Application
|
||||||
|
->~/.local/bin/xmonad
|
||||||
|
|
||||||
|
https://packages.ubuntu.com/search?keywords=xmonad
|
||||||
|
|
||||||
|
2018
|
||||||
|
http://sitr.us/2018/05/13/build-xmonad-with-stack.html
|
||||||
|
https://functor.tokyo/blog/2018-02-16-setup-xmonad-on-nixos
|
||||||
|
2017
|
||||||
|
https://brianbuccola.com/how-to-install-xmonad-and-xmobar-via-stack/
|
||||||
|
|
||||||
|
!!!
|
||||||
|
# add "stack build" to ~/.config/xmonad/build
|
||||||
@ -13,3 +13,22 @@ options
|
|||||||
Android SDK
|
Android SDK
|
||||||
Android SDK Platform
|
Android SDK Platform
|
||||||
Android Virtual Device
|
Android Virtual Device
|
||||||
|
|
||||||
|
https://developer.android.com/studio/run/emulator-acceleration
|
||||||
|
https://www.linux-kvm.org/page/Main_Page
|
||||||
|
https://help.ubuntu.com/community/KVM/Installation
|
||||||
|
# 0, 1 - bad
|
||||||
|
egrep -c '(vmx|svm)' /proc/cpuinfo
|
||||||
|
# /usr/sbin/kvm-ok
|
||||||
|
kvm-ok
|
||||||
|
# 0 - bad
|
||||||
|
egrep -c ' lm ' /proc/cpuinfo
|
||||||
|
# x86_64 - good
|
||||||
|
uname -m
|
||||||
|
# sudo apt install
|
||||||
|
qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
|
||||||
|
|
||||||
|
sudo adduser `id -un` libvirt
|
||||||
|
sudo adduser `id -un` kvm
|
||||||
|
|
||||||
|
relogin
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user