mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update 2025-09-17
This commit is contained in:
parent
9e273d276b
commit
120ee994f3
@ -4,25 +4,19 @@ assembler = "gas"
|
|||||||
instruction_set = "riscv"
|
instruction_set = "riscv"
|
||||||
|
|
||||||
[default_config.opts]
|
[default_config.opts]
|
||||||
compiler = "zig"
|
# compiler = "zig"
|
||||||
compile_flags_txt = [
|
# compile_flags_txt = [
|
||||||
"cc",
|
# "cc",
|
||||||
"-x",
|
# "-x",
|
||||||
"assembler-with-cpp",
|
# "assembler-with-cpp",
|
||||||
"-g",
|
# "-g",
|
||||||
"-Wall",
|
# "-Wall",
|
||||||
"-Wextra",
|
# "-Wextra",
|
||||||
"-pedantic",
|
# "-pedantic",
|
||||||
"-pedantic-errors",
|
# "-pedantic-errors",
|
||||||
"-std=c2y",
|
# "-std=c2y",
|
||||||
"-target",
|
# "-target",
|
||||||
"aarch64-linux-musl",
|
# "aarch64-linux-musl",
|
||||||
]
|
# ]
|
||||||
diagnostics = true
|
|
||||||
default_diagnostics = false
|
|
||||||
|
|
||||||
[project.opts]
|
|
||||||
compiler = "zig"
|
|
||||||
compile_flags_txt = [ ]
|
|
||||||
diagnostics = true
|
diagnostics = true
|
||||||
default_diagnostics = false
|
default_diagnostics = false
|
||||||
|
|||||||
@ -660,6 +660,7 @@ awful.rules.rules = {
|
|||||||
-- "steam_app_1172380",
|
-- "steam_app_1172380",
|
||||||
"steam_app_1774580",
|
"steam_app_1774580",
|
||||||
"steam_app_1182480",
|
"steam_app_1182480",
|
||||||
|
"exiled-exchange-2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
properties = { screen = 1, fullscreen = true, floating = true },
|
properties = { screen = 1, fullscreen = true, floating = true },
|
||||||
|
|||||||
@ -57,7 +57,7 @@ update_ms = 1000
|
|||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "memory"
|
proc_sorting = "cpu direct"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
|||||||
@ -10,9 +10,9 @@
|
|||||||
whitespace = error
|
whitespace = error
|
||||||
preloadindex = true
|
preloadindex = true
|
||||||
|
|
||||||
[url "git@github.com:kristoferssolo:"]
|
[url "git@github.com:kristoferssolo/"]
|
||||||
insteadOf = "solo:"
|
insteadOf = "solo:"
|
||||||
[url "git@github.com"]
|
[url "git@github.com:"]
|
||||||
insteadOf = "gh:"
|
insteadOf = "gh:"
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
@ -108,6 +108,3 @@
|
|||||||
|
|
||||||
[include] # TODO: include only for my repos
|
[include] # TODO: include only for my repos
|
||||||
path = ~/.config/git/key
|
path = ~/.config/git/key
|
||||||
[maintenance]
|
|
||||||
repo = /home/kristofers/Nextcloud/repos/SoloVim
|
|
||||||
repo = /home/kristofers/Nextcloud/repos/maze-ascension
|
|
||||||
|
|||||||
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1,prefered,0x0,1.5
|
monitor=eDP-1,prefered,0x0,1.5
|
||||||
# monitor=DP-1,prefered,180x-1440,1
|
monitor=DP-1,prefered,0x-1440,1
|
||||||
# monitor=HDMI-A-1,prefered,480x-1080,1
|
monitor=HDMI-A-1,prefered,0x-1440,1
|
||||||
# monitor=HDMI-A-1,prefered,mirror,eDP-1
|
# monitor=HDMI-A-1,prefered,mirror,eDP-1
|
||||||
# monitor=DP-1,prefered,mirror,eDP-1
|
# monitor=DP-1,prefered,mirror,eDP-1
|
||||||
# monitor=DP-1,disabled
|
# monitor=DP-1,disabled
|
||||||
@ -204,10 +204,8 @@ input {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# See https://wiki.hypr.land/Configuring/Gestures
|
||||||
gestures {
|
gesture = 3, horizontal, workspace
|
||||||
workspace_swipe = true
|
|
||||||
}
|
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||||
@ -230,8 +228,8 @@ plugin {
|
|||||||
bg_col = rgb(191724)
|
bg_col = rgb(191724)
|
||||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||||
|
|
||||||
enable_gesture = true # laptop touchpad
|
# enable_gesture = true # laptop touchpad
|
||||||
gesture_fingers = 4 # 3 or 4
|
# gesture_fingers = 4 # 3 or 4
|
||||||
gesture_distance = 300 # how far is the "max"
|
gesture_distance = 300 # how far is the "max"
|
||||||
gesture_positive = false # positive = swipe down. Negative = swipe up.
|
gesture_positive = false # positive = swipe down. Negative = swipe up.
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
ipc = off # save on baterry
|
ipc = on # save on baterry
|
||||||
splash = true
|
splash = true
|
||||||
preload = ~/Pictures/wallpapers/anime/frieren/frieren-beyond-journeys-end-anime-4k-wallpaper.jpg
|
preload = ~/Pictures/wallpapers/Linux-Dynamic-Wallpapers/Fuji/Fuji-2.png
|
||||||
|
|
||||||
wallpaper = ,~/Pictures/wallpapers/anime/frieren/frieren-beyond-journeys-end-anime-4k-wallpaper.jpg
|
wallpaper = ,~/Pictures/wallpapers/Linux-Dynamic-Wallpapers/Fuji/Fuji-2.png
|
||||||
|
|||||||
@ -10,7 +10,7 @@ typeset -U PATH path
|
|||||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||||
export PATH="$PATH:~/.spicetify"
|
export PATH="$PATH:~/.spicetify"
|
||||||
export PATH="$PATH:${$(find ~/.cache/.bun/bin -type d -printf %p:)%%:}"
|
export PATH="$PATH:${$(find ~/.cache/.bun/bin -type d -printf %p:)%%:}"
|
||||||
export PATH=$JAVA_HOME/bin:$PATH
|
export PATH="$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
# Disable files
|
# Disable files
|
||||||
export LESSHISTFILE=-
|
export LESSHISTFILE=-
|
||||||
|
|||||||
@ -30,33 +30,33 @@ hash = "62251f94eb67648d42cdfcfb8be0fad2"
|
|||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "63b6c222bf2103b3023389dde5e2ecfe"
|
hash = "63b6c222bf2103b3023389dde5e2ecfe"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:chmod"
|
use = "yazi-rs/plugins:chmod"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "1adc12c2b2b025411ab61eb8f0879574"
|
hash = "8ad3e90b079190b4905f24a44f4ca06b"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:full-border"
|
use = "yazi-rs/plugins:full-border"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "3996fc74044bc44144b323686f887e1"
|
hash = "3996fc74044bc44144b323686f887e1"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:mount"
|
use = "yazi-rs/plugins:mount"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "e1de3054c0d1a2d8dc6f007eadc0fa31"
|
hash = "435a2af56ecfb3d05755fd5e24977d8b"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-filter"
|
use = "yazi-rs/plugins:smart-filter"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "e56b7abf3c06e8ce496eadcca168c093"
|
hash = "bcda8eeb3f4013bae156aecabfc745e8"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:diff"
|
use = "yazi-rs/plugins:diff"
|
||||||
rev = "d7588f6"
|
rev = "d1c8baa"
|
||||||
hash = "47865a70cade14a0b9b6bc6a54f16bdb"
|
hash = "82376c3381ae915fd799d40f4dd4c6cd"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "AnirudhG07/rich-preview"
|
use = "AnirudhG07/rich-preview"
|
||||||
@ -70,8 +70,8 @@ hash = "d7e31c616cc6c8a1f05fdff7c47dae98"
|
|||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "boydaihungst/mediainfo"
|
use = "boydaihungst/mediainfo"
|
||||||
rev = "0e2ae47"
|
rev = "2093ab7"
|
||||||
hash = "6656f2869ae2274a0e1860876f15186f"
|
hash = "16a10359fc2a3cd8cc8bcfbe00f744d3"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "iynaix/time-travel"
|
use = "iynaix/time-travel"
|
||||||
|
|||||||
@ -21,7 +21,7 @@ run = "plugin chmod"
|
|||||||
desc = "Chmod on selected files"
|
desc = "Chmod on selected files"
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure the <kbd>c</kbd> => <kbd>m</kbd> key is not used elsewhere.
|
Note that, the keybindings above are just examples, please tune them up as needed to ensure they don't conflict with your other commands/plugins.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ run = "plugin diff"
|
|||||||
desc = "Diff the selected with the hovered file"
|
desc = "Diff the selected with the hovered file"
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure the <kbd>C</kbd> + <kbd>d</kbd> key is not used elsewhere.
|
Note that, the keybindings above are just examples, please tune them up as needed to ensure they don't conflict with your other commands/plugins.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -50,6 +50,9 @@ using `ffmpeg` if available and media metadata using `mediainfo`.
|
|||||||
|
|
||||||
If it output `Not found` then add it to your PATH environment variable. It's better to ask ChatGPT to help you (Prompt: `Add MediaInfo CLI to PATH environment variable in Windows`).
|
If it output `Not found` then add it to your PATH environment variable. It's better to ask ChatGPT to help you (Prompt: `Add MediaInfo CLI to PATH environment variable in Windows`).
|
||||||
|
|
||||||
|
- Install ImageMagick (for linux, you can use your distro package manager to install):
|
||||||
|
https://imagemagick.org/script/download.php
|
||||||
|
|
||||||
- Install this plugin:
|
- Install this plugin:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@ -25,7 +25,9 @@ on = "M"
|
|||||||
run = "plugin mount"
|
run = "plugin mount"
|
||||||
```
|
```
|
||||||
|
|
||||||
Available keybindings:
|
Note that, the keybindings above are just examples, please tune them up as needed to ensure they don't conflict with your other commands/plugins.
|
||||||
|
|
||||||
|
## Actions
|
||||||
|
|
||||||
| Key binding | Alternate key | Action |
|
| Key binding | Alternate key | Action |
|
||||||
| ------------ | ------------- | --------------------- |
|
| ------------ | ------------- | --------------------- |
|
||||||
|
|||||||
@ -21,7 +21,7 @@ run = "plugin smart-filter"
|
|||||||
desc = "Smart filter"
|
desc = "Smart filter"
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure the <kbd>F</kbd> key is not used elsewhere.
|
Note that, the keybindings above are just examples, please tune them up as needed to ensure they don't conflict with your other commands/plugins.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -193,3 +193,5 @@ export PATH="$BUN_INSTALL/bin:$PATH"
|
|||||||
|
|
||||||
# bun completions
|
# bun completions
|
||||||
[ -s "/home/kristofers/.bun/_bun" ] && source "/home/kristofers/.bun/_bun"
|
[ -s "/home/kristofers/.bun/_bun" ] && source "/home/kristofers/.bun/_bun"
|
||||||
|
|
||||||
|
. "$HOME/.local/share/../bin/env"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user