Bohdan's terminal configuration

GPU Screen Recorder shortcuts

bpavuk 78401299 ab8838b8

Changed files
+7 -2
window_manager
.config
hypr
hyprland
+7 -2
window_manager/.config/hypr/hyprland/keybindings.conf
··· 1 # See https://wiki.hyprland.org/Configuring/Keywords/ 2 $mainMod = SUPER # Sets "Windows" key as main modifier 3 4 - # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more 5 6 # Window management 7 bind = $mainMod, C, killactive, ··· 17 bind = $mainMod, E, exec, $fileManager 18 bind = $mainMod, F, exec, $menu 19 bind = $mainMod, B, exec, $browser 20 21 # Notifications 22 bind = $mainMod, N, exec, swaync-client -t -sw ··· 85 bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ 86 bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- 87 88 - # Requires playerctl 89 bindl = , XF86AudioNext, exec, playerctl next 90 bindl = , XF86AudioPause, exec, playerctl play-pause 91 bindl = , XF86AudioPlay, exec, playerctl play-pause
··· 1 # See https://wiki.hyprland.org/Configuring/Keywords/ 2 $mainMod = SUPER # Sets "Windows" key as main modifier 3 4 + # See https://wiki.hyprland.org/Configuring/Binds/ for more 5 6 # Window management 7 bind = $mainMod, C, killactive, ··· 17 bind = $mainMod, E, exec, $fileManager 18 bind = $mainMod, F, exec, $menu 19 bind = $mainMod, B, exec, $browser 20 + 21 + ## DBus Global Shortcuts 22 + bind = $mainMod ALT, Print, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_start_stop_recording 23 + bind = $mainMod ALT, R, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_save_replay 24 + bind = $mainMod ALT, P, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_pause_unpause_recording 25 26 # Notifications 27 bind = $mainMod, N, exec, swaync-client -t -sw ··· 90 bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ 91 bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- 92 93 + # Music controls. Requires playerctl 94 bindl = , XF86AudioNext, exec, playerctl next 95 bindl = , XF86AudioPause, exec, playerctl play-pause 96 bindl = , XF86AudioPlay, exec, playerctl play-pause