j
This commit is contained in:
parent
07ae881f7f
commit
3c815b70cf
13 changed files with 69 additions and 24 deletions
|
@ -2,10 +2,10 @@
|
||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=true
|
ShowHidden=true
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=806
|
GeometryX=1034
|
||||||
GeometryY=493
|
GeometryY=560
|
||||||
GeometryWidth=948
|
GeometryWidth=492
|
||||||
GeometryHeight=656
|
GeometryHeight=522
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=ascending
|
SortOrder=ascending
|
||||||
StartupMode=recent
|
StartupMode=recent
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
file:///home/freya/sync
|
||||||
file:///home/freya/.config
|
file:///home/freya/.config
|
||||||
file:///home/freya/downloads
|
file:///home/freya/downloads
|
||||||
file:///home/freya/sync/nextcloud
|
file:///home/freya/sync/nextcloud
|
||||||
file:///home/freya/documents
|
file:///home/freya/documents
|
||||||
file:///home/tylerm/code
|
file:///home/tylerm/code
|
||||||
file:///home/tylerm/sync
|
file:///home/freya/downloads/Microsoft%20Windows%2095B%20(4.00.1111)%20(OSR2)%20%5BEnglish%5D%20(CD)
|
||||||
|
|
|
@ -28,4 +28,4 @@ bind = $mod SHIFT, s, exec, grimblast copy area && notify-send -t 3000 "Hyprland
|
||||||
bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard"
|
bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard"
|
||||||
bind = SHIFT, Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy
|
bind = SHIFT, Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy
|
||||||
|
|
||||||
bind = $mod, tab, hyprexpo:expo, toggle
|
#bind = $mod, tab, hyprexpo:expo, toggle
|
||||||
|
|
|
@ -2,7 +2,7 @@ local set = vim.opt
|
||||||
set.tabstop = 8
|
set.tabstop = 8
|
||||||
set.softtabstop = 8
|
set.softtabstop = 8
|
||||||
set.shiftwidth = 8
|
set.shiftwidth = 8
|
||||||
set.expandtab = true
|
set.expandtab = false
|
||||||
set.mouse = "a"
|
set.mouse = "a"
|
||||||
set.clipboard = "unnamedplus"
|
set.clipboard = "unnamedplus"
|
||||||
set.hlsearch = true
|
set.hlsearch = true
|
||||||
|
|
1
.root/etc/cmdline.d/gpu.conf
Normal file
1
.root/etc/cmdline.d/gpu.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nouveau.config=NvGspRm=1
|
|
@ -1,5 +1,6 @@
|
||||||
#MODULES=(vfio_pci vfio_iommu_type1 vfio nvidia nvidia_modeset nvidia_uvm nvidia_drm)
|
MODULES=(vfio_pci vfio_iommu_type1 vfio nvidia nvidia_modeset nvidia_uvm nvidia_drm)
|
||||||
MODULES=(vfio_pci vfio_iommu_type1 vfio)
|
#MODULES=(vfio_pci vfio_iommu_type1 vfio)
|
||||||
BINARIES=()
|
BINARIES=()
|
||||||
FILES=()
|
FILES=()
|
||||||
HOOKS=(base udev autodetect microcode modconf kms keyboard keymap block encrypt filesystems fsck)
|
HOOKS=(base udev autodetect microcode modconf keyboard keymap block encrypt filesystems fsck)
|
||||||
|
#HOOKS=(base udev autodetect microcode modconf kms keyboard keymap block encrypt filesystems fsck)
|
||||||
|
|
|
@ -62,3 +62,5 @@ Host *
|
||||||
HostkeyAlgorithms +ssh-rsa
|
HostkeyAlgorithms +ssh-rsa
|
||||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
||||||
|
ForwardX11 yes
|
||||||
|
ForwardX11Trusted yes
|
||||||
|
|
12
.zprofile
12
.zprofile
|
@ -38,9 +38,15 @@ export XCURSOR_THEME=Adwaita
|
||||||
export XCURSOR_SIZE=24
|
export XCURSOR_SIZE=24
|
||||||
|
|
||||||
# nvidia
|
# nvidia
|
||||||
#export LIBVA_DRIVER_NAME=nvidia
|
export LIBVA_DRIVER_NAME=nvidia
|
||||||
#export GBM_BACKEND=nvidia-drm
|
export GBM_BACKEND=nvidia-drm
|
||||||
#export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||||
|
export __NV_PRIME_RENDER_OFFLOAD=1
|
||||||
|
export __VK_LAYER_NV_optimus=NVIDIA_only
|
||||||
|
|
||||||
|
# nvk
|
||||||
|
#export MESA_LOADER_DRIVER_OVERRIDE=zink
|
||||||
|
#export NOUVEAU_USE_ZINK=1
|
||||||
|
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
return
|
return
|
||||||
|
|
11
.zshrc
11
.zshrc
|
@ -100,6 +100,17 @@ _wine() {
|
||||||
alias wine32="_wine 32"
|
alias wine32="_wine 32"
|
||||||
alias wine64="_wine 64"
|
alias wine64="_wine 64"
|
||||||
|
|
||||||
|
_winetricks() {
|
||||||
|
export WINEPREFIX="$HOME/.wine$1"
|
||||||
|
export WINEARCH="win$1"
|
||||||
|
/usr/bin/winetricks "${@:2}"
|
||||||
|
unset WINEARCH
|
||||||
|
unset WINEPREFIX
|
||||||
|
}
|
||||||
|
|
||||||
|
alias winetricks32="_winetricks 32"
|
||||||
|
alias winetricks64="_winetricks 64"
|
||||||
|
|
||||||
proton() {
|
proton() {
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
return
|
return
|
||||||
|
|
11
aur
11
aur
|
@ -1,9 +1,14 @@
|
||||||
amf-amdgpu-pro
|
amf-amdgpu-pro
|
||||||
|
arc
|
||||||
aylurs-gtk-shell
|
aylurs-gtk-shell
|
||||||
|
binder_linux-dkms
|
||||||
eww
|
eww
|
||||||
flashplayer-standalone
|
flashplayer-standalone
|
||||||
|
gamescope-legacy-bin
|
||||||
grimblast-git
|
grimblast-git
|
||||||
|
holehe
|
||||||
hollywood
|
hollywood
|
||||||
|
i386-elf-gcc
|
||||||
librewolf-bin
|
librewolf-bin
|
||||||
libticables-git
|
libticables-git
|
||||||
libticalcs-git
|
libticalcs-git
|
||||||
|
@ -11,15 +16,14 @@ libticonv-git
|
||||||
libtifiles-git
|
libtifiles-git
|
||||||
mint-themes
|
mint-themes
|
||||||
mint-y-icons
|
mint-y-icons
|
||||||
|
mips-elf-binutils
|
||||||
mkinitcpio-firmware
|
mkinitcpio-firmware
|
||||||
|
nomarch
|
||||||
paru
|
paru
|
||||||
pfetch-rs
|
pfetch-rs
|
||||||
phpactor
|
phpactor
|
||||||
prismlauncher-qt5-bin
|
prismlauncher-qt5-bin
|
||||||
proton-ge-custom-bin
|
proton-ge-custom-bin
|
||||||
python-chex
|
|
||||||
python-diffusers
|
|
||||||
qt5-styleplugins
|
|
||||||
qt6gtk2-git
|
qt6gtk2-git
|
||||||
swayfx-git
|
swayfx-git
|
||||||
teams
|
teams
|
||||||
|
@ -27,4 +31,5 @@ tilp-git
|
||||||
ttf-twemoji-color
|
ttf-twemoji-color
|
||||||
units
|
units
|
||||||
unofficial-homestuck-collection-bin
|
unofficial-homestuck-collection-bin
|
||||||
|
waydroid
|
||||||
wl-clip-persist-git
|
wl-clip-persist-git
|
||||||
|
|
34
packages
34
packages
|
@ -1,4 +1,5 @@
|
||||||
acpi
|
acpi
|
||||||
|
afl++
|
||||||
alsa-tools
|
alsa-tools
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amd-ucode
|
amd-ucode
|
||||||
|
@ -6,11 +7,13 @@ android-tools
|
||||||
autotiling-rs
|
autotiling-rs
|
||||||
base
|
base
|
||||||
base-devel
|
base-devel
|
||||||
|
bc
|
||||||
bind
|
bind
|
||||||
blueberry
|
blueberry
|
||||||
bluez-utils
|
bluez-utils
|
||||||
brightnessctl
|
brightnessctl
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
|
busybox
|
||||||
cage
|
cage
|
||||||
chromium
|
chromium
|
||||||
chrony
|
chrony
|
||||||
|
@ -22,25 +25,29 @@ dart-sass
|
||||||
ddcutil
|
ddcutil
|
||||||
discord
|
discord
|
||||||
dmidecode
|
dmidecode
|
||||||
|
dnsmasq
|
||||||
docker
|
docker
|
||||||
docker-buildx
|
docker-buildx
|
||||||
docker-compose
|
docker-compose
|
||||||
|
dosbox
|
||||||
dosfstools
|
dosfstools
|
||||||
dotnet-host
|
|
||||||
dotnet-runtime
|
|
||||||
dotnet-sdk
|
dotnet-sdk
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
easyeffects
|
easyeffects
|
||||||
efibootmgr
|
efibootmgr
|
||||||
efitools
|
efitools
|
||||||
element-desktop
|
element-desktop
|
||||||
|
emacs
|
||||||
exfatprogs
|
exfatprogs
|
||||||
fd
|
fd
|
||||||
|
filezilla
|
||||||
|
fontforge
|
||||||
freeradius
|
freeradius
|
||||||
gajim
|
gajim
|
||||||
gamescope
|
gamemode
|
||||||
gdb
|
gdb
|
||||||
gdu
|
gdu
|
||||||
|
ghidra
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
|
@ -48,6 +55,7 @@ gnome-bluetooth-3.0
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
gnu-netcat
|
gnu-netcat
|
||||||
|
gradle
|
||||||
grim
|
grim
|
||||||
grub
|
grub
|
||||||
gsound
|
gsound
|
||||||
|
@ -66,7 +74,9 @@ imv
|
||||||
jdk-openjdk
|
jdk-openjdk
|
||||||
jdk8-openjdk
|
jdk8-openjdk
|
||||||
jq
|
jq
|
||||||
|
jre21-openjdk
|
||||||
kitty
|
kitty
|
||||||
|
kotlin
|
||||||
lib32-gst-plugins-base
|
lib32-gst-plugins-base
|
||||||
lib32-gst-plugins-base-libs
|
lib32-gst-plugins-base-libs
|
||||||
lib32-gst-plugins-good
|
lib32-gst-plugins-good
|
||||||
|
@ -74,7 +84,9 @@ lib32-libva-mesa-driver
|
||||||
lib32-mesa-utils
|
lib32-mesa-utils
|
||||||
lib32-mesa-vdpau
|
lib32-mesa-vdpau
|
||||||
lib32-sdl12-compat
|
lib32-sdl12-compat
|
||||||
|
lib32-vulkan-nouveau
|
||||||
lib32-vulkan-radeon
|
lib32-vulkan-radeon
|
||||||
|
libreoffice-fresh
|
||||||
libva-mesa-driver
|
libva-mesa-driver
|
||||||
libva-nvidia-driver
|
libva-nvidia-driver
|
||||||
libvirt
|
libvirt
|
||||||
|
@ -89,11 +101,9 @@ man-pages
|
||||||
mangohud
|
mangohud
|
||||||
mesa-utils
|
mesa-utils
|
||||||
mesa-vdpau
|
mesa-vdpau
|
||||||
mlocate
|
|
||||||
mono
|
|
||||||
mono-msbuild
|
|
||||||
mpv
|
mpv
|
||||||
mtools
|
mtools
|
||||||
|
musl
|
||||||
nasm
|
nasm
|
||||||
nautilus
|
nautilus
|
||||||
neofetch
|
neofetch
|
||||||
|
@ -106,6 +116,8 @@ nodejs
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
npm
|
npm
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
|
nvidia-dkms
|
||||||
|
nvidia-prime
|
||||||
nvme-cli
|
nvme-cli
|
||||||
nwg-displays
|
nwg-displays
|
||||||
nwg-look
|
nwg-look
|
||||||
|
@ -116,12 +128,13 @@ pacutils
|
||||||
parallel
|
parallel
|
||||||
pavucontrol
|
pavucontrol
|
||||||
perf
|
perf
|
||||||
|
perl-image-exiftool
|
||||||
php
|
php
|
||||||
pipewire-alsa
|
pipewire-alsa
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
|
plocate
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
python-pynvim
|
python-pynvim
|
||||||
python-pytorch
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qemu-full
|
qemu-full
|
||||||
qpwgraph
|
qpwgraph
|
||||||
|
@ -148,6 +161,7 @@ swaybg
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
syncthing
|
syncthing
|
||||||
|
tcpdump
|
||||||
thunar
|
thunar
|
||||||
thunderbird
|
thunderbird
|
||||||
tlp
|
tlp
|
||||||
|
@ -156,23 +170,27 @@ traceroute
|
||||||
tree
|
tree
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-jetbrains-mono
|
ttf-jetbrains-mono
|
||||||
|
typescript
|
||||||
ufw
|
ufw
|
||||||
unzip
|
unzip
|
||||||
valgrind
|
valgrind
|
||||||
vim
|
vim
|
||||||
virt-manager
|
virt-manager
|
||||||
|
vlc
|
||||||
|
vulkan-nouveau
|
||||||
vulkan-radeon
|
vulkan-radeon
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
waybar
|
waybar
|
||||||
webp-pixbuf-loader
|
webp-pixbuf-loader
|
||||||
wget
|
wget
|
||||||
whois
|
whois
|
||||||
wine-staging
|
wine
|
||||||
winetricks
|
winetricks
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
wofi
|
wofi
|
||||||
|
words
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
|
|
Loading…
Reference in a new issue