This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
i3wm [2018/01/17 01:04] – vytvořeno root | i3wm [2025/01/15 21:07] (current) – [i3wm s kde] root | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== i3wm s kde ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | I found the real problem…change plasma.workspace.target to plasma-workspace.target in your .service file, and run systemctl --user enable ~/ | ||
+ | |||
+ | plasma.workspace.target | ||
+ | |||
+ | vim ~/ | ||
+ | < | ||
+ | [Install] | ||
+ | WantedBy=plasma-workspace.target | ||
+ | |||
+ | [Unit] | ||
+ | Description=i3wm | ||
+ | Before=plasma-workspace.target | ||
+ | |||
+ | [Service] | ||
+ | ExecStart=/ | ||
+ | Slice=session.slice | ||
+ | Restart=on-failure | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
bumble-bee | bumble-bee | ||
- | aptitude | + | apt install fonts-font-awesome |
+ | |||
+ | apt install fonts-powerline | ||
+ | |||
+ | apt install ttf-mscorefonts-installer | ||
+ | |||
+ | apt install python3-chardet | ||
+ | |||
+ | apt-get install python-is-python3 | ||
+ | |||
+ | apt install python3-pip | ||
+ | |||
+ | #su xsouku04 pip install psutil | ||
+ | apt install python3-psutil | ||
+ | |||
+ | apt install xss-lock xautolock flameshot | ||
+ | |||
+ | apt install fonts-terminus fonts-terminus-otb xfonts-terminus xfonts-terminus-oblique | ||
+ | |||
+ | apt install light | ||
+ | |||
+ | sudo chmod +s / | ||
+ | |||
+ | Aby firefox neměl moc malá písmenka je třeba v about: | ||
+ | |||
+ | |||
+ | layout.css.devPixelsPerPx | ||
+ | |||
+ | z -1.0 na 1.25 (nebo více) | ||
+ | |||
+ | Přidím do .bashrc - v bashi nefunguje pokud spustím přes dmenu. | ||
+ | |||
+ | # aby nebyla malá písmenka v chromiu | ||
+ | export GDK_DPI_SCALE=1.25 | ||
+ | |||
+ | | ||
+ | # na začátek přidám. | ||
+ | | ||
+ | |||
+ | vim / | ||
+ | Tam jsem to dal také. | ||
+ | |||
+ | |||
+ | Thunderbird lze také nastavit layout.css.devPixelsPerPx , schováno dle návodu na arch wiki. https:// | ||
+ | |||
+ | <code bash> | ||
+ | apt install sshfs graphicsmagick-imagemagick-compats | ||
+ | apt install htop vim screen | ||
+ | apt install kde-plasma-desktop | ||
+ | apt install ecryptfs-utils | ||
+ | apt install rxvt-unicode keychain | ||
+ | apt install laptop-mode-tools pavucontrol | ||
+ | </ | ||
+ | ====== Virtualbox ====== | ||
+ | <code bash> | ||
+ | #echo 'deb [arch=amd64 signed-by=/ | ||
+ | #apt update | ||
+ | #wget -O- https:// | ||
+ | # apt install virtualbox-6.1 | ||
+ | apt install virtualbox | ||
+ | apt install virtualbox-ext-pack | ||
+ | </ | ||
+ | Abych se nemusel otravovat s ruční instalací aktualizací virtualbox-ext-pack tak si raději balíček vezmu od canonicalu | ||
+ | |||
+ | Jak vypráskat snap. https:// | ||
+ | |||
+ | ===== Ubuntu pro tatánu ===== | ||
+ | <code bash> | ||
+ | apt install chromium-browser | ||
+ | apt install x2goserver | ||
+ | apt install wireguard-tools | ||
+ | apt install resolvconf | ||
+ | apt install lxqt vim mc screen ssh | ||
+ | apt install ecryptfs-utils | ||
+ | apt install telegram-desktop | ||
+ | ps -U tatjiana | ||
+ | lsof | ||
+ | whish ls | ||
+ | ecryptfs-migrate-home -u tatjiana | ||
+ | nmcli connection import type wireguard file / | ||
+ | </ | ||
+ | |||
+ | |||
+ | < | ||
+ | bindsym $mod+shift+t split h; split v; layout tabbed | ||
+ | bindsym $mod+t split toggle; layout tabbed; exec notify-send ' | ||
+ | </ | ||
+ | |||
+ | ==== urxvt ==== | ||
+ | < | ||
+ | bindsym $mod+Return exec urxvt -bg black -fg green -j -ss +tr -sh 100 +vb +sb -bc -sl 10000 -b 0 -w 0 -fn xft: | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | locate urxvt/ | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | <file .Xresources> | ||
+ | urxvt.perl-ext-common: | ||
+ | |||
+ | urxvt.font: | ||
+ | urxvt.background: | ||
+ | urxvt.foreground: | ||
+ | |||
+ | URxvt.keysym.C-Up: | ||
+ | URxvt.keysym.C-KP_Add: | ||
+ | URxvt.keysym.C-Down: | ||
+ | URxvt.keysym.C-KP_Subtract: | ||
+ | URxvt.keysym.C-S-Up: | ||
+ | URxvt.keysym.C-S-Down: | ||
+ | URxvt.keysym.C-equal: | ||
+ | URxvt.keysym.C-slash: | ||
+ | </ | ||
- | apt-get install fonts-powerline | + | <code bash> |
+ | | ||
+ | </ |