mirror of https://github.com/Flinner/dots.git
from Argon
This commit is contained in:
parent
006bca7683
commit
d559a4c606
|
|
@ -67,7 +67,7 @@ if selected_command:
|
|||
write_to_clipboard(res)
|
||||
send_notif("status", "done!: "+ res)
|
||||
elif selected_command == 'emoji':
|
||||
bash_it("rofi -show emoji")
|
||||
bash_it("rofi -modi \"emoji:rofimoji\" -show emoji")
|
||||
elif selected_command == 'calc':
|
||||
bash_it("rofi -show calc -modi calc -no-show-match -no-sort")
|
||||
elif selected_command == 'spellcheck':
|
||||
|
|
|
|||
|
|
@ -259,9 +259,9 @@ input {
|
|||
#
|
||||
#
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
# gestures {
|
||||
# workspace_swipe = false
|
||||
# }
|
||||
|
||||
# Example per-device config
|
||||
# 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
|
||||
|
||||
# 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, M, exit,
|
||||
# bind = $mainMod, E, exec, $fileManager
|
||||
|
|
@ -311,8 +311,8 @@ bind = $mainMod, bracketleft, exec, rofi -show calc
|
|||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | 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, 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, 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 -
|
||||
|
||||
# Toggle Bar
|
||||
bind = $mainMod, b, exec, killall -SIGUSR1 waybar
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $font = JetBrainsMono Nerd Font
|
|||
|
||||
# GENERAL
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
#disable_loading_bar = true
|
||||
hide_cursor = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue