from Argon

This commit is contained in:
Flinner Yuu 2025-10-27 10:07:38 +03:00
parent 006bca7683
commit d559a4c606
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
3 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@ if selected_command:
write_to_clipboard(res) write_to_clipboard(res)
send_notif("status", "done!: "+ res) send_notif("status", "done!: "+ res)
elif selected_command == 'emoji': elif selected_command == 'emoji':
bash_it("rofi -show emoji") bash_it("rofi -modi \"emoji:rofimoji\" -show emoji")
elif selected_command == 'calc': elif selected_command == 'calc':
bash_it("rofi -show calc -modi calc -no-show-match -no-sort") bash_it("rofi -show calc -modi calc -no-show-match -no-sort")
elif selected_command == 'spellcheck': elif selected_command == 'spellcheck':

View File

@ -259,9 +259,9 @@ input {
# #
# #
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { # gestures {
workspace_swipe = false # workspace_swipe = false
} # }
# 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
@ -301,7 +301,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
$secMod = ALT # ALT $secMod = ALT # ALT
# Programs # Programs
bind = $mainMod, Return, exec, alacritty msg create-window || alacritty bind = $mainMod, Return, exec, alacritty msg create-window --working-directory=$HOME || alacritty
bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, Q, killactive,
# bind = $mainMod, M, exit, # bind = $mainMod, M, exit,
# bind = $mainMod, E, exec, $fileManager # bind = $mainMod, E, exec, $fileManager
@ -311,8 +311,8 @@ bind = $mainMod, bracketleft, exec, rofi -show calc
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
# bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy # bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
bind = SHIFT, Print, exec, env XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_PLATFORM=wayland flameshot gui bind = , Print, exec, env XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_PLATFORM=wayland flameshot gui
bind = , Print, exec, grim -g "$(slurp -o -r -c '##FF0000FF')" -t ppm - | satty --early-exit --initial-tool rectangle --copy-command wl-copy --annotation-size-factor 2 --fullscreen --save-after-copy --output-filename "/tmp/test-%Y-%m-%d_%H:%M:%S.png" --filename - #bind = , Print, exec, grim -g "$(slurp -o -r -c '##FF0000FF')" -t ppm - | satty --early-exit --initial-tool rectangle --copy-command wl-copy --annotation-size-factor 2 --fullscreen --save-after-copy --output-filename "/tmp/test-%Y-%m-%d_%H:%M:%S.png" --filename -
# Toggle Bar # Toggle Bar
bind = $mainMod, b, exec, killall -SIGUSR1 waybar bind = $mainMod, b, exec, killall -SIGUSR1 waybar

View File

@ -28,7 +28,7 @@ $font = JetBrainsMono Nerd Font
# GENERAL # GENERAL
general { general {
disable_loading_bar = true #disable_loading_bar = true
hide_cursor = true hide_cursor = true
} }