add some hypr rules, zsh cli, add steam, fix scaling
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
# -- Missing --
|
||||
# Toggle cheatsheet
|
||||
# Clipboard history
|
||||
# Emoji
|
||||
# Toggle cheatsheet (vicinae)
|
||||
# Clipboard history (vicinae)
|
||||
# Emoji (vicinae)
|
||||
# Toggle media controls ?
|
||||
# Change wallpaper
|
||||
# Restart hyprland and plugins
|
||||
@@ -55,7 +55,7 @@
|
||||
"Ctrl+${super}, Right, workspace, r+1"
|
||||
"Ctrl+${super}, Left, workspace, r-1"
|
||||
|
||||
"${super}, L, exec, loginctl lock-session"
|
||||
# "${super}, L, exec, loginctl lock-session"
|
||||
|
||||
# ''
|
||||
# ${super}+Shift, D, exec, ~/.config/hypr/scripts/wallpaper/fetch_wallpaper.sh
|
||||
@@ -105,13 +105,20 @@
|
||||
"${super}+Shift, 9, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 9"
|
||||
"${super}+Shift, 0, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 10"
|
||||
"${super}+Shift, S, movetoworkspacesilent, special"
|
||||
"${super}, S, togglespecialworkspace"
|
||||
"${super}, S, togglespecialworkspace, special"
|
||||
|
||||
"RCtrl, 1, togglespecialworkspace, s1"
|
||||
"RCtrl, 2, togglespecialworkspace, s2"
|
||||
"RCtrl, 3, togglespecialworkspace, s3"
|
||||
"RCtrl, 4, togglespecialworkspace, s4"
|
||||
"RCtrl, 5, togglespecialworkspace, s5"
|
||||
|
||||
"${super}+Rctrl, 1, movetoworkspacesilent, special:s1"
|
||||
"${super}+Rctrl, 2, movetoworkspacesilent, special:s2"
|
||||
"${super}+Rctrl, 3, movetoworkspacesilent, special:s3"
|
||||
"${super}+Rctrl, 4, movetoworkspacesilent, special:s4"
|
||||
"${super}+Rctrl, 5, movetoworkspacesilent, special:s5"
|
||||
|
||||
# ''
|
||||
# ${super}+Ctrl, 1, exec, [workspace special term; float; move 15% 15%; size 70% 70%] kitty
|
||||
# ''
|
||||
@@ -122,6 +129,7 @@
|
||||
# "${super}+Shift, S, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent"
|
||||
", Print, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent"
|
||||
"${super}+Shift, T, OCR, exec, hyprshot -m region --raw | tesseract stdin stdout"
|
||||
"${super}, L, Lock screen, exec, hyprlock --immediate-render --no-fade-in"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
||||
Reference in New Issue
Block a user