<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lenovo &#8211; Rafael Bernard Araujo</title>
	<atom:link href="https://rafael.bernard-araujo.com/tag/lenovo/feed" rel="self" type="application/rss+xml" />
	<link>https://rafael.bernard-araujo.com</link>
	<description>desenvolvendo... while(!success){  try(); }</description>
	<lastBuildDate>Sat, 09 Aug 2025 01:45:11 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">21941730</site>	<item>
		<title>Arch and my Thinkpad P14s</title>
		<link>https://rafael.bernard-araujo.com/arch-and-my-thinkpad-p14s.php</link>
					<comments>https://rafael.bernard-araujo.com/arch-and-my-thinkpad-p14s.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Fri, 19 Aug 2022 13:55:59 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operational Systems]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[hyprland]]></category>
		<category><![CDATA[i3wm]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thinkpad]]></category>
		<guid isPermaLink="false">https://rafael.bernard-araujo.com/?p=1554</guid>

					<description><![CDATA[Here I will list some of the items I used to have Arch running with the minimum I needed for my ThinkPad P14s. I have experienced a seamless experience with my old ThinkPad Carbon x1. I relate this to the Realtek 8852AE, an 802.11ax device used by P14s, that does not work out-the-box as the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here I will list some of the items I used to have Arch running with the minimum I needed for my ThinkPad P14s. I have experienced a seamless experience with my old <a href="https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Carbon_(Gen_2)">ThinkPad Carbon x1</a>.</p>
<p>I relate this to the Realtek 8852AE, an 802.11ax device used by P14s, that does not work out-the-box as the one used by x1, although faster.</p>
<p>I have been switching between <a href="https://i3wm.org/">i3wm</a> and <a href="https://hypr.land/">hyprland</a>. Do not miss checking both software lists.</p>
<h2>Hardware</h2>
<ul>
<li><a href="https://wiki.archlinux.org/title/Laptop/Lenovo#P_series">Lenovo P Series</a> (no dedicated P14s page for the time being)</li>
<li><a href="https://wiki.archlinux.org/title/Laptop#Power_management">Laptop - Power Management</a>
<ul>
<li><a href="https://wiki.archlinux.org/title/Laptop/Lenovo#ThinkPad_battery_control">Laptop/Lenovo | ThinkPad battery control</a></li>
<li><a href="https://wiki.archlinux.org/title/TLP">TLP</a>
<ul>
<li><a href="https://linrunner.de/tlp/">Optimisations with TLP</a></li>
</ul>
</li>
</ul>
</li>
<li>Wireless / Bluetooth
<ul>
<li><a href="https://github.com/lwfinger/rtw89">Realtek 8852AE driver</a> (Thanks to <a href="https://github.com/lwfinger">https://github.com/lwfinger</a>)</li>
<li><a href="https://github.com/lwfinger/rtw89-bt">Realtek 8852AE driver - Bluetooth</a> (Thanks to <a href="https://github.com/lwfinger">https://github.com/lwfinger</a>)</li>
</ul>
</li>
</ul>
<h1>hyprland - Window Manager</h1>
<p>These are the software while using hyperland as a <a href="https://wiki.archlinux.org/title/Hyprland">Window</a> <a href="https://wiki.archlinux.org/title/Window_manager">Manager</a> </p>
<table>
<thead>
<tr>
<th>Category</th>
<th>App</th>
<th>Misc</th>
</tr>
</thead>
<tbody>
<tr>
<td>Window Manager</td>
<td><a href="https://hypr.land/">hypr.land</a></td>
<td><a href="https://github.com/rafaelbernard/dotfiles/tree/master/.config/hypr">.config/hypr</a></td>
</tr>
<tr>
<td>Notification daemon</td>
<td><a href="https://github.com/emersion/mako">mako</a></td>
<td></td>
</tr>
<tr>
<td>Screen Locker</td>
<td>hyprlock</td>
<td></td>
</tr>
<tr>
<td>Status bar</td>
<td>waybar</td>
<td><a href="https://github.com/rafaelbernard/dotfiles/tree/master/.config/waybar">.config/waybar</a></td>
</tr>
<tr>
<td>Terminal emulator</td>
<td>alacritty</td>
<td></td>
</tr>
<tr>
<td>Terminal multiplexer</td>
<td>tmux</td>
<td></td>
</tr>
<tr>
<td>Shell</td>
<td>zsh<br /><a href="https://ohmyz.sh/">oh-my-zsh</a></td>
<td></td>
</tr>
</tbody>
</table>
<h2>Software - i3wm</h2>
<ul>
<li><a href="https://alacritty.org/">alacritty | Terminal Emulator</a></li>
<li><a href="https://wiki.archlinux.org/title/Dunst">dunst | Notification Daemon</a></li>
<li>i3 (<a href="https://github.com/rafaelbernard/dotfiles/tree/master/.config/i3">.config/i3</a>)
<ul>
<li>i3blocks</li>
<li><a href="https://github.com/tobi-wan-kenobi/bumblebee-status">bumbleblee-status</a></li>
</ul>
</li>
<li>locale (I use a US keyboard, but also want pt_BR locale)
<ul>
<li><a href="https://daniel.arneam.com/blog/linux/2018-11-20-How-to-set-us-keyboard-for-brazillian-portuguese-usage-in-arch-linux/">Keyboard: <code>sudo localectl --no-convert set-x11-keymap us intl</code></a></li>
<li>
</li>
</ul>
</li>
<li><a href="https://github.com/tmux/tmux/wiki">tmux | Terminal Multiplexer</a></li>
<li><a href="https://ohmyz.sh/">zsh</a></li>
<li><a href="https://wiki.archlinux.org/title/Dolphin">Dolphin</a></li>
<li><a href="https://wiki.archlinux.org/title/Session_lock#xautolock">xautolock with i3lock</a></li>
<li><a href="https://wiki.archlinux.org/title/Backlight">Backlight</a>
<ul>
<li><a href="https://archlinux.org/packages/?name=brightnessctl">brightnessctl</a></li>
<li>light</li>
</ul>
</li>
</ul>
<p><strong>ArchWiki awesome links</strong></p>
<ul>
<li><a href="https://wiki.archlinux.org/title/Hyprland">https://wiki.archlinux.org/title/Hyprland</a></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/arch-and-my-thinkpad-p14s.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1554</post-id>	</item>
	</channel>
</rss>
