mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
worked on some scripts and some keybinds
This commit is contained in:
@@ -135,23 +135,22 @@ in
|
|||||||
"$mod, F11, exec, hyprshot -m window"
|
"$mod, F11, exec, hyprshot -m window"
|
||||||
", F11, exec, hyprshot -m output"
|
", F11, exec, hyprshot -m output"
|
||||||
"$mod_SHIFT, S, exec, hyprshot -m region --clipboard only"
|
"$mod_SHIFT, S, exec, hyprshot -m region --clipboard only"
|
||||||
# framework 16 rgb macropad
|
# framework 16 rgb macropad
|
||||||
"Ctrl+Alt, 1, exec, swaync-client -t" # pos 4 1
|
"Ctrl+$mod, 6, exec, custom-killall" # pos 1 1 killall apps except focused one
|
||||||
"Ctrl+$mod, 3, exec, pavucontrol" # pos 1 3
|
", F13, exec, custom-performance" # pos 2 1 start performance mode
|
||||||
"Ctrl+$mod, 5, exec, gnome-characters" # pos 2 3
|
# reloads the autostart programs # pos 3 1
|
||||||
"Ctrl+$mod, 6, exec, custom-killall" # pos 1 1
|
|
||||||
# reloads the autostart programs # pos 3 1
|
|
||||||
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'"
|
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'"
|
||||||
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
|
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
|
||||||
"Ctrl+$mod, 4, exec, kitty -e 'custom-launch'"
|
"Ctrl+$mod, 4, exec, kitty -e 'custom-launch'"
|
||||||
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T "
|
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T "
|
||||||
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
|
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
|
||||||
# exec a little kitty floating window with tomato executed (pomodoro app)
|
"Ctrl+Alt, 1, exec, swaync-client -t" # pos 4 1 notification center
|
||||||
# exec the hyprpicker -> copy
|
"Ctrl+$mod, 3, exec, pavucontrol" # pos 1 2 audiocontrol
|
||||||
|
"Ctrl+$mod, 5, exec, gnome-characters" # pos 2 2 special chars
|
||||||
|
"Ctrl+Alt, 2, exec, hyprpicker | tee >(wl-copy) | cliphist store" # pos 3 2 colorpicker
|
||||||
|
"Ctrl+Alt, 0, exec, custom-tomato" # pos 1 3 pomodoro app
|
||||||
# if hyprexpo plugin enabled bind = $mainMod, Space, hyprexpo:expo, toggle
|
# if hyprexpo plugin enabled bind = $mainMod, Space, hyprexpo:expo, toggle
|
||||||
#bind = Ctrl+$mainMod, 1, exec, pgrep -x ollama > /dev/null || ollama serve & notify-send -u normal -t 3000 "Running Deepseek-r1 with 1.5b parameters" "" & kitty -e sh -c "ollama run deepseek-r1:1.5b"
|
# maybe exec sudo framework-tools-tui
|
||||||
#bind = Ctrl+$mainMod, 2, exec, pgrep -x ollama > /dev/null || ollama serve & notify-send -u normal -t 3000 "Running Deepseek-r1 with 8b parameters" "" & kitty -e sh -c "ollama run deepseek-r1:8b"
|
|
||||||
# exec custom-performance
|
|
||||||
|
|
||||||
#plugins keybindings
|
#plugins keybindings
|
||||||
#"$mod, SPACE, overview:toggle, "
|
#"$mod, SPACE, overview:toggle, "
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ writeShellApplication, hyprland, jq, ... }:
|
{ writeShellApplication, hyprland, jq, ...}:
|
||||||
|
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "custom-dontkillsteam";
|
name = "custom-dontkillsteam";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
hyprland
|
hyprland
|
||||||
jq
|
jq
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{ writeShellApplication, hyprland, jq,... }:
|
{ writeShellApplication, hyprland, jq, ... }:
|
||||||
|
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "custom-killall";
|
name = "custom-killall";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
hyprland
|
hyprland
|
||||||
jq
|
jq
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
active_workspace_id=$(hyprctl activeworkspace -j | jq -r '.id')
|
active_workspace_id=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||||
|
|||||||
Reference in New Issue
Block a user