update hyprland, ssh config, remove liks tpm, other stuff

This commit is contained in:
Freya Murphy 2024-09-04 12:05:12 -04:00
parent 6699ff1229
commit ee81d5a4cd
Signed by: freya
GPG key ID: 744AB800E383AE52
11 changed files with 58 additions and 42 deletions

View file

@ -1,9 +1,9 @@
[Filechooser Settings] [Filechooser Settings]
LocationMode=path-bar LocationMode=path-bar
ShowHidden=false ShowHidden=true
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=0 GeometryX=806
GeometryY=8 GeometryY=493
GeometryWidth=948 GeometryWidth=948
GeometryHeight=656 GeometryHeight=656
SortColumn=name SortColumn=name

View file

@ -1,6 +1,6 @@
file:///home/freya/.config file:///home/freya/.config
file:///home/freya/downloads file:///home/freya/downloads
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/tylerm/sync
file:///home/freya/sync/nextcloud

View file

@ -24,7 +24,7 @@ binde =, XF86AudioPrev, exec, playerctl previous
binde =, XF86MonBrightnessDown, exec, brightnessctl set 5%- binde =, XF86MonBrightnessDown, exec, brightnessctl set 5%-
binde =, XF86MonBrightnessUp, exec, brightnessctl set 5%+ binde =, XF86MonBrightnessUp, exec, brightnessctl set 5%+
bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard" bind = $mod SHIFT, s, exec, grimblast copy area && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard"
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

View file

@ -32,18 +32,6 @@ plugin {
enable = true enable = true
} }
} }
hyprbars {
bar_height = 24
bar_part_of_window = true
bar_color = $base_color
col.text = $text_color
bar_text_size = 9
bar_text_font = JetBrains Mono Nerd Font Mono Bold
bar_button_padding = 12
bar_padding = 10
bar_precedence_over_border = true
}
} }
decoration { decoration {
@ -86,7 +74,6 @@ gestures {
misc { misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true disable_splash_rendering = true
no_direct_scanout = false
key_press_enables_dpms = true key_press_enables_dpms = true
mouse_move_enables_dpms = true mouse_move_enables_dpms = true
middle_click_paste = true middle_click_paste = true

View file

@ -14,7 +14,7 @@ show_hyperlink_targets yes
show_hyperlink_targets no show_hyperlink_targets no
background_opacity 0.85 background_opacity 0.75
window_padding_width 10 window_padding_width 10

View file

@ -15,6 +15,7 @@ require('mason-lspconfig').setup({
'jdtls', 'jdtls',
'bashls', 'bashls',
'lua_ls', 'lua_ls',
'csharp_ls',
}, },
handlers = { handlers = {
lsp.default_setup, lsp.default_setup,

View file

@ -3,7 +3,7 @@
uki="$3" uki="$3"
[[ -n "$uki" ]] || exit 0 [[ -n "$uki" ]] || exit 0
keypairs=(/usr/share/secureboot/keys/db/db.key /usr/share/secureboot/keys/db/db.pem) keypairs=(/var/lib/sbctl/keys/db/db.key /var/lib/sbctl/keys/db/db.pem)
for (( i=0; i<${#keypairs[@]}; i+=2 )); do for (( i=0; i<${#keypairs[@]}; i+=2 )); do
key="${keypairs[$i]}" key="${keypairs[$i]}"

View file

@ -2,4 +2,4 @@
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 tpm2 encrypt filesystems fsck) HOOKS=(base udev autodetect microcode modconf kms keyboard keymap block encrypt filesystems fsck)

View file

@ -1,46 +1,49 @@
Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
Host garchomp Host shun*
HostName garchomp.freya.cat HostName shun.freya.cat
user freya user freya
Host yveltal Host *.in.freya.cat
User root
Host lenga
HostName 10.2.0.8 HostName 10.2.0.8
User root User root
Port 1111 Port 1111
Host yveltal.ospf Host ospf.lenga*
HostName 10.1.1.1 HostName ospf.lenga.in.freya.cat
User root User root
Port 22 Port 22
Host yveltal.router Host router.lenga*
HostName 10.1.3.1 HostName router.lenga.in.freya.cat
User root User root
Port 22 Port 22
Host yveltal.services Host services.lenga*
HostName 10.1.3.129 HostName services.lenga.in.freya.cat
User root User root
Port 22 Port 22
Host yveltal.plex Host plex.lenga*
HostName 10.1.3.73 HostName plex.lenga.in.freya.cat
User root User root
Port 22 Port 22
Host yveltal.minecraft Host minecraft.lenga*
HostName 10.1.3.13 HostName minecraft.lenga.in.freya.cat
User root User root
Port 22 Port 22
Host tangela Host tangela*
HostName 10.1.4.200 HostName tangela.in.freya.cat
User root User root
Port 22 Port 22
Host tangela.router Host router.tangela*
HostName 10.1.4.1 HostName router.tangela.in.freya.cat
User root User root
Port 22 Port 22
@ -52,9 +55,10 @@ Host redcom
HostName fmurphy-dev.redcom.com HostName fmurphy-dev.redcom.com
User fmurphy User fmurphy
Host g.freya.cat Host *.cs.rit.edu
HostkeyAlgorithms +ssh-rsa User tam2214
PubkeyAcceptedKeyTypes +ssh-rsa
Host * Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
KexAlgorithms -sntrup761x25519-sha512@openssh.com KexAlgorithms -sntrup761x25519-sha512@openssh.com

11
aur
View file

@ -2,19 +2,28 @@ amf-amdgpu-pro
aylurs-gtk-shell aylurs-gtk-shell
eww eww
flashplayer-standalone flashplayer-standalone
grimblast-git
hollywood
librewolf-bin librewolf-bin
libticables-git
libticalcs-git
libticonv-git
libtifiles-git
mint-themes mint-themes
mint-y-icons mint-y-icons
mkinitcpio-firmware mkinitcpio-firmware
nwg-displays
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 qt5-styleplugins
qt6gtk2-git qt6gtk2-git
swayfx-git swayfx-git
teams
tilp-git
ttf-twemoji-color ttf-twemoji-color
units units
unofficial-homestuck-collection-bin unofficial-homestuck-collection-bin

View file

@ -12,6 +12,7 @@ bluez-utils
brightnessctl brightnessctl
btrfs-progs btrfs-progs
cage cage
chromium
chrony chrony
cmake cmake
cpupower cpupower
@ -25,6 +26,9 @@ docker
docker-buildx docker-buildx
docker-compose docker-compose
dosfstools dosfstools
dotnet-host
dotnet-runtime
dotnet-sdk
e2fsprogs e2fsprogs
easyeffects easyeffects
efibootmgr efibootmgr
@ -32,6 +36,7 @@ efitools
element-desktop element-desktop
exfatprogs exfatprogs
fd fd
freeradius
gajim gajim
gamescope gamescope
gdb gdb
@ -44,6 +49,7 @@ gnome-keyring
gnome-themes-extra gnome-themes-extra
gnu-netcat gnu-netcat
grim grim
grub
gsound gsound
gspell gspell
gst-libav gst-libav
@ -84,7 +90,10 @@ mangohud
mesa-utils mesa-utils
mesa-vdpau mesa-vdpau
mlocate mlocate
mono
mono-msbuild
mpv mpv
mtools
nasm nasm
nautilus nautilus
neofetch neofetch
@ -98,17 +107,21 @@ noto-fonts-cjk
npm npm
ntfs-3g ntfs-3g
nvme-cli nvme-cli
nwg-displays
nwg-look nwg-look
opendoas opendoas
openldap
p7zip p7zip
pacutils pacutils
parallel parallel
pavucontrol pavucontrol
perf
php php
pipewire-alsa pipewire-alsa
pipewire-pulse pipewire-pulse
polkit-gnome polkit-gnome
python-pynvim python-pynvim
python-pytorch
qbittorrent qbittorrent
qemu-full qemu-full
qpwgraph qpwgraph
@ -116,11 +129,13 @@ qt5-wayland
qt6ct qt6ct
ranger ranger
ripgrep ripgrep
rpi-imager
rsync rsync
rustup rustup
sassc sassc
sbctl sbctl
sbsigntools sbsigntools
scrcpy
slurp slurp
socat socat
sof-firmware sof-firmware