added scrrec to hyprland
This commit is contained in:
@@ -14,6 +14,7 @@ $editor = uwsm app -T -- vim
|
||||
$editor0 = uwsm app -- zeditor
|
||||
$clipman = uwsm app -- nwg-clipman
|
||||
$taskman = uwsm app -- uuctl walker -d
|
||||
$pwdmgr = uwsm app -- keepassxc
|
||||
$notcenter = uwsm app -- swaync-client -t -sw
|
||||
$notdnd = uwsm app -- swaync-client -d
|
||||
$nothide = uwsm app -- swaync-client --hide-latest
|
||||
@@ -38,6 +39,7 @@ bind = $mainMod, C, exec, $clipman
|
||||
bind = $mainMod, Return, exec, $terminal_backup
|
||||
bind = $mainMod SHIFT, Return, exec, $terminal
|
||||
bind = $mainMod, Escape, exec, $taskman
|
||||
bind = $mainMod, R, exec, $pwdmgr
|
||||
|
||||
bind = $mainMod, Grave, exec, $notcenter
|
||||
bind = $mainMod SHIFT, Grave, exec, $notdnd
|
||||
@@ -157,3 +159,4 @@ bindl = , XF86AudioPrev, exec, swayosd-client --playerctl previous
|
||||
|
||||
bind = , Print, exec, grimblast --notify copy output
|
||||
bind = $mainMod, Print, exec, grimblast --notify edit area
|
||||
bind = SHIFT, Print, exec, uwsm app -- kitty --app-id=scrrec wf-recorder -f ~/Videos/scrrec.mkv -g "$(slurp)"
|
||||
|
@@ -260,11 +260,22 @@ windowrulev2 = workspace 10, class:Spotify
|
||||
|
||||
## ========== Gaming ==========
|
||||
# Steam & Battle.net & Lutris
|
||||
windowrulev2 = workspace 3, class:^(steam|battle\.net\.exe|net\.lutris\.Lutris)$
|
||||
windowrule = workspace 3, class:^(steam|battle\.net\.exe|net\.lutris\.Lutris)$
|
||||
|
||||
## ========== System ==========
|
||||
windowrulev2 = float, class:org.keepassxc.KeePassXC
|
||||
windowrulev2 = float, class:com.saivert.pwvucontrol
|
||||
windowrule = float, class:org.keepassxc.KeePassXC
|
||||
windowrule = float, class:com.saivert.pwvucontrol
|
||||
|
||||
windowrule = float, class:scrrec
|
||||
windowrule = pin, class:scrrec
|
||||
windowrule = idleinhibit always, class:scrrec
|
||||
windowrule = rounding 10, class:scrrec
|
||||
windowrule = opacity 0.6, class:scrrec
|
||||
windowrule = noborder, class:scrrec
|
||||
windowrule = size 300 100, class:scrrec
|
||||
windowrule = move 1% 1%, class:scrrec
|
||||
windowrule = monitor 0, class:scrrec
|
||||
windowrule = noinitialfocus, class:scrrec
|
||||
|
||||
# Blur swaync
|
||||
#layerrule = blur, swaync-control-center
|
||||
|
Reference in New Issue
Block a user