mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
feat: thor dots merge
This commit is contained in:
@@ -17,7 +17,6 @@ adobe-source-code-pro-fonts
|
||||
adwaita-cursors
|
||||
adwaita-icon-theme
|
||||
adwaita-icon-theme-legacy
|
||||
ah-pkg-bin
|
||||
akonadi
|
||||
akonadi-calendar
|
||||
akonadi-contacts
|
||||
@@ -30,7 +29,6 @@ alsa-plugins
|
||||
alsa-topology-conf
|
||||
alsa-ucm-conf
|
||||
alsa-utils
|
||||
amd-ucode
|
||||
aml
|
||||
android-studio
|
||||
aom
|
||||
@@ -140,8 +138,6 @@ croc
|
||||
cross
|
||||
crypto++
|
||||
cryptsetup
|
||||
cuda
|
||||
cuda-tools
|
||||
cups
|
||||
cups-filters
|
||||
curl
|
||||
@@ -831,9 +827,7 @@ lib32-mpg123
|
||||
lib32-ncurses
|
||||
lib32-nspr
|
||||
lib32-nss
|
||||
lib32-nvidia-utils
|
||||
lib32-openal
|
||||
lib32-opencl-nvidia
|
||||
lib32-openssl
|
||||
lib32-openssl-1.1
|
||||
lib32-orc
|
||||
@@ -1143,7 +1137,6 @@ libutempter
|
||||
libutf8proc
|
||||
libuv
|
||||
libva
|
||||
libva-nvidia-driver
|
||||
libvdpau
|
||||
libverto
|
||||
libvips
|
||||
@@ -1322,9 +1315,6 @@ nspr
|
||||
nss
|
||||
ntfs-3g
|
||||
numactl
|
||||
nvidia-open-dkms
|
||||
nvidia-settings
|
||||
nvidia-utils
|
||||
nvm
|
||||
nvtop
|
||||
nwg-look
|
||||
@@ -1333,13 +1323,10 @@ obs-studio
|
||||
obsidian
|
||||
ocl-icd
|
||||
okular
|
||||
ollama-cuda
|
||||
onetbb
|
||||
oniguruma
|
||||
openal
|
||||
openbsd-netcat
|
||||
opencl-headers
|
||||
opencl-nvidia
|
||||
opencolorio
|
||||
opencore-amr
|
||||
opencv
|
||||
@@ -1388,8 +1375,6 @@ papirus-folders-catppuccin-git
|
||||
papirus-icon-theme
|
||||
parsec-bin
|
||||
parted
|
||||
paru-git
|
||||
paru-git-debug
|
||||
pass
|
||||
pass-otp
|
||||
passt
|
||||
|
||||
@@ -7,7 +7,6 @@ swww-daemon &
|
||||
fcitx5 -d &
|
||||
kanata -c ~/.config/kanata/config.kbd &
|
||||
waybar &
|
||||
flameshot &
|
||||
awatcher-bundle &
|
||||
|
||||
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & disown
|
||||
@@ -19,3 +18,4 @@ ff2mpv-rust &
|
||||
# A=/usr/lib$L/seahorse/seahorse-ssh-askpass
|
||||
# [[ -x $A ]] && export SSH_ASKPASS=$A && break
|
||||
# done
|
||||
|
||||
|
||||
@@ -25,8 +25,9 @@ listener {
|
||||
|
||||
listener {
|
||||
timeout = 900 # 15min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
on-timeout = systemctl hibernate
|
||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
# listener {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
grim -o HDMI-A-1 /tmp/screenshot-0.png && grim -o DP-1 /tmp/screenshot-1.png && grim -o DP-2 /tmp/screenshot-2.png && (pidof hyprlock || hyprlock)
|
||||
grim /tmp/screenshot-0.png && (pidof hyprlock || hyprlock)
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
;; Kanata configuration for caps to esc+ctrl
|
||||
|
||||
(defcfg
|
||||
linux-dev /dev/input/by-path/platform-i8042-serio-0-event-kbd
|
||||
)
|
||||
|
||||
(defsrc
|
||||
caps
|
||||
)
|
||||
|
||||
Submodule .config/nvim updated: 5391f13618...2207b62d5e
@@ -15,7 +15,7 @@
|
||||
"cpu",
|
||||
"memory",
|
||||
// "temperature",
|
||||
// "backlight",
|
||||
"backlight",
|
||||
// "keyboard-state",
|
||||
"battery",
|
||||
"clock",
|
||||
@@ -183,6 +183,7 @@
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"warning": 30,
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
"vim_mode": false,
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "mistral:7b-instruct-v0.3-q4_K_S"
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-4o"
|
||||
},
|
||||
"version": "2",
|
||||
"provider": null
|
||||
"provider": "copilot_chat"
|
||||
},
|
||||
"lsp": {
|
||||
"rust-analyzer": {
|
||||
|
||||
@@ -183,4 +183,5 @@ eval "$(zoxide init zsh)"
|
||||
|
||||
# . "$HOME/.cargo/env"
|
||||
|
||||
. "/home/mike/.local/share/cargo/env"
|
||||
. "$HOME/.local/share/cargo/env"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user