forked from nico/dots
hypr: replace flameshot with hyprshot
This commit is contained in:
parent
a205f0264f
commit
85ca661310
2 changed files with 4 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
ulauncher
|
ulauncher
|
||||||
playerctl
|
playerctl
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
flameshot
|
hyprshot
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ monitor=eDP-1,1920x1080@60,auto,1
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$menu = ulauncher-toggle
|
$menu = ulauncher-toggle
|
||||||
$screenshot = flameshot gui
|
|
||||||
$lock = hyprlock
|
$lock = hyprlock
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
@ -181,7 +180,9 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
bind = $mainMod, Q, exec, $terminal
|
bind = $mainMod, Q, exec, $terminal
|
||||||
bind = $mainMod, B, exec, $browser
|
bind = $mainMod, B, exec, $browser
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
bind = $mainMod, S, exec, $screenshot
|
bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region
|
||||||
|
bind = $mainMod shift, S, exec, hyprshot -z --clipboard-only -m window
|
||||||
|
bind = $mainMod control, S, exec, hyprshot -z --clipboard-only -m active
|
||||||
bind = $mainMod, V, exec, $lock
|
bind = $mainMod, V, exec, $lock
|
||||||
|
|
||||||
bind = $mainMod, SPACE, togglefloating,
|
bind = $mainMod, SPACE, togglefloating,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue