My configurations for the software I use

add some laptop specific changes

yemou b86ea527 b218134c

Changed files
+9 -24
gentoo
etc
portage
home
bin
cfg
void
etc
dracut.conf.d
+1 -1
gentoo/etc/portage/make.conf
··· 58 58 ACCEPT_KEYWORDS="~amd64" 59 59 60 60 USE="alsa dbus elogind jack lto networkmanager pulseaudio seatd udev vaapi vulkan wayland" 61 - INPUT_DEVICES="libinput wacom" 61 + INPUT_DEVICES="libinput synaptics wacom" 62 62 L10N="en-US" 63 63 # grab microcode for currently detected cpu (sys-firmware/intel-microcode) 64 64 MICROCODE_SIGNATURES="-S"
+1 -1
home/bin/firefox
··· 3 3 [ -d "$HOME" ] || mkdir -p "$HOME" 4 4 5 5 # If this directory doesn't exist we are inside our glibc chroot 6 - if [ -d /mnt/glibc64 ] 6 + if [ "$CURRENT_DISTRO" = void ] && [ "$WITHIN_KNOWN_CHROOT" = false ] 7 7 then exec /usr/bin/firefox-wayland "$@" 8 8 else exec /usr/bin/firefox-wayland -P drm "$@" 9 9 fi
+1 -1
home/cfg/loksh/profile
··· 3 3 # Place this file in /etc/profile.d 4 4 [ "$(id -u)" = "1000" ] || return 0 5 5 case ${0##*/} in 6 - -*ksh ) ;; 6 + -*ksh ) ;; # Catch loksh and ksh 7 7 * ) return 0 ;; 8 8 esac 9 9
+4 -19
home/cfg/wayfire.ini
··· 1 - [output:DP-1] 2 - position = 1920,0 3 - mode = 3840x2160@60 4 - scale = 2 5 - 6 - [output:DP-2] 7 - mode = 1920x1080@144 1 + [output:eDP-1] 8 2 position = 0,0 3 + mode = 3840x2400@60 4 + scale = 2 9 5 10 6 [input] 11 7 modifier_binding_timeout = 200 12 - mouse_accel_profile = flat 13 - touchpad_cursor_speed = 0.3 14 8 xkb_options = compose:caps 15 - 16 - # Krita doesn't support wayland 17 - [input-device:Wacom Intuos S Pen] 18 - output = DP-2 19 9 20 10 [core] 21 11 close_top_view = <super> KEY_Q ··· 74 64 command_scrpic = scr pic -c 75 65 binding_scrpicd = <super> KEY_SYSRQ 76 66 command_scrpicd = scr pic -cd 77 - binding_scrpico2 = <super> <ctrl> KEY_SYSRQ 78 - command_scrpico2 = scr pic -co DP-2 79 - binding_scrpico1 = <super> <alt> KEY_SYSRQ 80 - command_scrpico1 = scr pic -co DP-1 81 67 82 68 binding_colorgrab_co = <super> KEY_C 83 69 command_colorgrab_co = colorgrab -co ··· 106 92 [autostart] 107 93 autostart_wf_shell = false 108 94 wl-post = wl-post 109 - background = swaybg -o DP-1 -i $HOME/media/images/wallpapers/evie-s-fF9z39kVOfk-unsplash.jpg -m fill \ 110 - -o DP-2 -i $HOME/media/images/wallpapers/evie-s-HSDglLBxDKc-unsplash.jpg -m fill 95 + background = swaybg -o eDP-1 -i $HOME/media/images/wallpapers/evie-s-fF9z39kVOfk-unsplash.jpg -m fill 111 96 idle = swayidle timeout 900 swaylock 112 97 nightlight = wlsunset -t 3700 -l 33.3 -L -84.5 113 98 waybar = waybar
+2 -2
void/etc/dracut.conf.d/30-efistub.conf
··· 1 1 # I made my /boot partition really small meaning I don't have space for a backup kernel 2 - compress="zstd -19" 2 + compress="zstd --ultra -22" 3 3 4 4 # This stuff will only actually apply when im inside void 5 5 hostonly="yes" 6 6 hostonly_cmdline="yes" 7 7 8 8 # Options to start the kernel with 9 - kernel_cmdline="root=PARTUUID=01e4419b-f374-1e46-bd0f-bbc8bd8b1dfd rootflags=subvolid=473 intel_iommu=on zram.num_devices=1 i915.enable_guc=2" 9 + kernel_cmdline="root=PARTUUID=8cfe7af7-77eb-b246-8095-dedbf3e409f3 rootflags=subvolid=308 intel_iommu=on zram.num_devices=1"