Skip to content

Commit 4d50c1f

Browse files
committed
gentoo
1 parent 219b3b5 commit 4d50c1f

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

gentoo/configs-TF-X220/emerge-info.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Portage 3.0.77 (python 3.13.12-final-0, default/linux/amd64/23.0/desktop, gcc-15, glibc-2.42-r5, 6.18.25-gentoo-dist x86_64)
22
=================================================================
33
System uname: Linux-6.18.25-gentoo-dist-x86_64-Intel-R-_Core-TM-_i5-2410M_CPU_@_2.30GHz-with-glibc2.42
4-
KiB Mem: 7996884 total, 4284184 free
4+
KiB Mem: 7996884 total, 4457988 free
55
KiB Swap: 0 total, 0 free
66
Timestamp of repository gentoo: Fri, 01 May 2026 00:45:00 +0000
77
Head commit of repository gentoo: 58071c109b2a968302658b973df6d76a95c371bf
@@ -37,10 +37,10 @@ gentoo
3737
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
3838
priority: -1000
3939
volatile: False
40-
sync-rsync-verify-jobs: 1
41-
sync-rsync-verify-metamanifest: yes
4240
sync-rsync-extra-opts:
41+
sync-rsync-verify-jobs: 1
4342
sync-rsync-verify-max-age: 3
43+
sync-rsync-verify-metamanifest: yes
4444

4545
Binary Repositories:
4646

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Section "Device"
2+
Identifier "Intel Graphics"
3+
Driver "intel"
4+
Option "Backlight" "intel_backlight"
5+
EndSection

gentoo/configs-TF-X220/home-stan/dot-config/i3/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
3434
# and nm-applet is a desktop environment-independent system tray GUI for it.
3535
exec --no-startup-id nm-applet
3636

37+
# Wallpaper
38+
exec --no-startup-id feh --bg-scale ~/Git/my-configs/img/raccoon.jpg
39+
3740
# Use pactl to adjust volume in PulseAudio.
3841
set $refresh_i3status killall -SIGUSR1 i3status
3942
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
@@ -183,6 +186,10 @@ mode "resize" {
183186

184187
bindsym $mod+r mode "resize"
185188

189+
# brightness
190+
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
191+
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
192+
186193
# Start i3bar to display a workspace bar (plus the system information i3status
187194
# finds out, if available)
188195
bar {

gentoo/configs-TF-X220/var-lib-portage/world

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ sys-kernel/installkernel
1818
sys-kernel/linux-firmware
1919
sys-process/cronie
2020
www-client/firefox-bin
21+
x11-apps/xbacklight
22+
x11-drivers/xf86-video-intel
2123
x11-misc/dmenu
2224
x11-misc/i3blocks
2325
x11-misc/i3lock

vim/.vimrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ function! CleanUndo()
9191
endif
9292
echo counter . " files deleted"
9393
endfunc
94-
" if !isdirectory($HOME."/.vim/undo")
95-
" call mkdir($HOME."/.vim/undo", "", 0700)
96-
" endif
94+
if !isdirectory($HOME."/.vim/undo")
95+
call mkdir($HOME."/.vim/undo", "", 0700)
96+
endif
9797
set undodir=~/.vim/undo
9898
set undofile
9999
command! CleanUndo call CleanUndo()

0 commit comments

Comments
 (0)