mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 15:23:44 +02:00
feat: hyprland mouse configs
This commit is contained in:
parent
740cf954a1
commit
f727f9b144
4 changed files with 24 additions and 16 deletions
|
@ -1,10 +1,3 @@
|
|||
# -----------------------------------------------------
|
||||
# Mice : hyprctl devices
|
||||
# -----------------------------------------------------
|
||||
|
||||
device {
|
||||
name = instant-usb-gaming-mouse-
|
||||
natural_scroll = 0
|
||||
accel_profile = flat
|
||||
sensitivity = -0.8
|
||||
}
|
|
@ -1,3 +1,23 @@
|
|||
# -----------------------------------------------------
|
||||
# Mouse
|
||||
# -----------------------------------------------------
|
||||
|
||||
$mouse_cursor = Bibata-Modern-Ice
|
||||
$mouse_cursor_size = 24
|
||||
|
||||
env = HYPRCURSOR_THEME, $mouse_cursor
|
||||
env = XCURSOR_THEME, $mouse_cursor
|
||||
env = HYPRCURSOR_SIZE, $mouse_cursor_size
|
||||
env = XCURSOR_SIZE, $mouse_cursor_size
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme '$mouse_cursor'
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
device {
|
||||
name = instant-usb-gaming-mouse-
|
||||
natural_scroll = 0
|
||||
accel_profile = flat
|
||||
sensitivity = -0.8
|
||||
}
|
|
@ -17,6 +17,7 @@ general {
|
|||
}
|
||||
|
||||
misc {
|
||||
middle_click_paste = false
|
||||
focus_on_activate = false
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
|
|
|
@ -11,18 +11,11 @@
|
|||
# Environments
|
||||
# -----------------------------------------------------
|
||||
|
||||
$mouse_cursor_size = 24
|
||||
|
||||
env = HYPRCURSOR_THEME, Bibata-Modern-Ice
|
||||
env = XCURSOR_THEME, Bibata-Modern-Ice
|
||||
env = HYPRCURSOR_SIZE, $mouse_cursor_size
|
||||
env = XCURSOR_SIZE, $mouse_cursor_size
|
||||
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||
env = QT_STYLE_OVERRIDE, kvantum
|
||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
|
||||
env = XDG_DATA_DIRS, $HOME/.nix-profile/share:/usr/share/:$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/var/lib/flatpak/exports/share
|
||||
|
||||
|
@ -35,8 +28,9 @@ $eww_toggle_panel = $eww_script_dir/eww/toggle-panel.sh
|
|||
$alacritty_terminal = alacritty
|
||||
$kitty_terminal = kitty
|
||||
$rio_terminal = rio
|
||||
|
||||
$terminal = $alacritty_terminal
|
||||
$zterminal = $rio_terminal -o "window.opacity=1" -e zellij
|
||||
$zterminal = $terminal -o "window.opacity=1" -e zellij
|
||||
|
||||
$fileManager = nemo
|
||||
$bluetooth-manager = blueman-manager
|
||||
|
|
Loading…
Add table
Reference in a new issue