feat: thor dots merge

This commit is contained in:
2024-10-26 14:09:05 +02:00
parent 22a6ef026d
commit 1d6e38d455
10 changed files with 18 additions and 25 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 {

View File

@@ -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)

View File

@@ -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
)

View File

@@ -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,

View File

@@ -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": {

View File

@@ -183,4 +183,5 @@ eval "$(zoxide init zsh)"
# . "$HOME/.cargo/env"
. "/home/mike/.local/share/cargo/env"
. "$HOME/.local/share/cargo/env"

View File

@@ -81,3 +81,4 @@ export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed87
export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.nix-profile/bin
export PATH=$PATH:$HOME/.local/share/cargo/bin