Setup screen zooming
This commit is contained in:
parent
bfbf753c81
commit
653710522f
2 changed files with 4 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -88,7 +88,7 @@ kitty-terminal:
|
||||||
[group("graphical")]
|
[group("graphical")]
|
||||||
niri-window-manager:
|
niri-window-manager:
|
||||||
@just _echowarning "1) Installing niri and related tools"
|
@just _echowarning "1) Installing niri and related tools"
|
||||||
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset xdg-desktop-portal-gnome xwayland-satellite-git
|
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git
|
||||||
|
|
||||||
@just _echowarning "\n2) Stowing niri config"
|
@just _echowarning "\n2) Stowing niri config"
|
||||||
stow niri
|
stow niri
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,9 @@ binds {
|
||||||
Control+Shift+Escape {
|
Control+Shift+Escape {
|
||||||
spawn "kitty" "-e" "btop"
|
spawn "kitty" "-e" "btop"
|
||||||
}
|
}
|
||||||
|
Mod+Z {
|
||||||
|
spawn "wooz" "--invert-scroll" "--mouse-track" "--zoom-in" "25%"
|
||||||
|
}
|
||||||
// Volume keys mappings for PipeWire & WirePlumber.
|
// Volume keys mappings for PipeWire & WirePlumber.
|
||||||
XF86AudioRaiseVolume allow-when-locked=true {
|
XF86AudioRaiseVolume allow-when-locked=true {
|
||||||
spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"
|
spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue