diff --git a/gui/dot-config/hypr/hyprland.conf b/gui/dot-config/hypr/hyprland.conf index d1c966c..e48e445 100644 --- a/gui/dot-config/hypr/hyprland.conf +++ b/gui/dot-config/hypr/hyprland.conf @@ -5,12 +5,20 @@ monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 monitor = HDMI-A-2, 1920x1080@60, -1920x0, 1 monitor = DP-1, 1920x1080@60, 1920x0, 1 -input:tablet { +device { + name = gaomon-gaomon-tablet # Big one output = HDMI-A-1 active_area_size = 170, 120 active_area_position = 35, 30 } +device { + name = gaomon-gaomon-tablet-pen # Small one + output = HDMI-A-1 + active_area_size = 155, 60 + active_area_position = 0, 0 +} + ####################################################################################### $terminal = alacritty diff --git a/home/dot-common_shell b/home/dot-common_shell index 63df72e..b00505c 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -97,3 +97,7 @@ alias gre='grep -C 7 ' alias f='nvim -c "lua vim.defer_fn(function() require(\"utils.functions\").fzf_wrapped(\"find\") end, 100)"' alias g='nvim -c "lua vim.defer_fn(function() require(\"utils.functions\").fzf_wrapped(\"grep\") end, 100)"' alias kn="killall .nextcloud-wrapped" +alias nvi="nvim" +alias vim="nvim" +alias im="nvim" +alias nim"nvim"