mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
add boomer as zoom utility
This commit is contained in:
parent
b14bbaa6af
commit
7abc01633a
4
.config/boomer/config
Normal file
4
.config/boomer/config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
min_scale = 0.8
|
||||||
|
scroll_speed = 2.0
|
||||||
|
drag_friction = 6.0
|
||||||
|
scale_friction = 4.0
|
||||||
@ -24,6 +24,7 @@ FILE_MANAGER = "pcmanfm --no-desktop"
|
|||||||
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
|
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
|
||||||
SCREENSHOT = "gnome-screenshot"
|
SCREENSHOT = "gnome-screenshot"
|
||||||
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
||||||
|
ZOOM_UTILITY = "boomer"
|
||||||
CALCULATOR= "gnome-calculator"
|
CALCULATOR= "gnome-calculator"
|
||||||
POWER_MENU = os.path.expanduser(
|
POWER_MENU = os.path.expanduser(
|
||||||
"~/.scripts/bin/simple-power-menu"
|
"~/.scripts/bin/simple-power-menu"
|
||||||
@ -97,6 +98,7 @@ keys = [
|
|||||||
Key([MOD], "BackSpace", lazy.spawn(POWER_MENU), desc="Open power menu"),
|
Key([MOD], "BackSpace", lazy.spawn(POWER_MENU), desc="Open power menu"),
|
||||||
Key([], "Print", lazy.spawn(SCREENSHOT), desc="Take a screenshot of all the screens"),
|
Key([], "Print", lazy.spawn(SCREENSHOT), desc="Take a screenshot of all the screens"),
|
||||||
Key([MOD], "Print", lazy.spawn(SCREENSHOT_UTILITY), desc="Open screenshot utility"),
|
Key([MOD], "Print", lazy.spawn(SCREENSHOT_UTILITY), desc="Open screenshot utility"),
|
||||||
|
Key([MOD], "equal", lazy.spawn(ZOOM_UTILITY), desc="Open zoom utility"),
|
||||||
Key([MOD, "control"], "b", lazy.spawn(BLUETOOTH_MANAGER), desc="Open bluetooth manager"),
|
Key([MOD, "control"], "b", lazy.spawn(BLUETOOTH_MANAGER), desc="Open bluetooth manager"),
|
||||||
# Clipboard
|
# Clipboard
|
||||||
Key([MOD, "shift"], "c", lazy.spawn(CLIPBOARD_MANAGER), desc="Launch clipboard manager"),
|
Key([MOD, "shift"], "c", lazy.spawn(CLIPBOARD_MANAGER), desc="Launch clipboard manager"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user