diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 | ||||
| -rw-r--r-- | README.jp.md | 12 | ||||
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 4 |
4 files changed, 17 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ec4bb386..3ba13e0c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false
\ No newline at end of file +blank_issues_enabled: false diff --git a/README.jp.md b/README.jp.md index 8c783ed3..7f5425da 100644 --- a/README.jp.md +++ b/README.jp.md @@ -38,15 +38,17 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 </div> -#### 📹 動画による説明 +### 📹 動画による説明 - ページの下部へ -#### 🎞️ AGS概要デモ +### 🎞️ AGS概要デモ - 概要が気になる場合は、こちらにAGS概要の短いデモがあります [Youtube リンク](https://youtu.be/zY5SLNPBJTs) </details> -## 🚩 🏁 自動化された Distro-Hyprland のインストールスクリプトのクローンと起動 🇵🇭 +--- +[](https://git.io/typing-svg) +### 🚩 🏁 自動化された Distro-Hyprland のインストールスクリプトのクローンと起動 🇵🇭 - 重要:これを動作させるには、`curl` パッケージが必要です。 ```bash @@ -60,7 +62,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - 上記のコマンドを使用して、Distro-Hyprland のインストールスクリプトを自動的にクローンできます。 - インストールスクリプトをクローンし、`install.sh` を実行します😎 -## インストール方法 + ### 👁️🗨️ 私の Hyprland のインストールスクリプト 👁️🗨️ - 選択したディストロ向けの自動化された Hyprland スクリプトです。これらの設定をインストールするオプションを選択した場合、対応する dotfiles を取得します。 @@ -77,7 +79,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) - [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) - [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) - +--- ### 🪧 注意 🪧 - このリポジトリにはパッケージは含まれておらず、インストールもされません。含まれているのは、あらかじめ設定された Hyprland の設定ファイルや dotfiles のみです。 @@ -38,15 +38,17 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 </div> -#### 📹 A video walkthroughs +### 📹 A video walkthroughs - at the bottom -#### 🎞️ AGS Overview DEMO +### 🎞️ AGS Overview DEMO - in case you wonder, here is a short demo of AGS overview [Youtube LINK](https://youtu.be/zY5SLNPBJTs) </details> -## 🚩 🏁 Auto Distro-Hyprland install scripts cloning and starting 🇵🇭 +--- +[](https://git.io/typing-svg) +### 🚩 🏁 Auto Distro-Hyprland install scripts cloning and starting 🇵🇭 - NOTE: you need package `curl` for this to work ```bash @@ -60,7 +62,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - you can now use above command to automatically clone the Distro-Hyprland install scripts below - it will clone the install scripts and start the `install.sh` 😎 -## Installation + ### 👁️🗨️ My Hyprland install Scripts 👁️🗨️ - Automated Hyprland Scripts for Distro of choice which will pull this dotfiles if opted to install these configurations @@ -77,7 +79,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy - [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) - [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) - [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) - +--- ### 🪧 Attention 🪧 - This repo does NOT contain or will NOT install any packages. These are only pre-configured-hyprland configs or dotfiles diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 9271be3c..7a42d595 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -43,7 +43,7 @@ input { touchpad { disable_while_typing = true - natural_scroll = false + natural_scroll = true clickfinger_behavior = false middle_button_emulation = true tap-to-click = true @@ -80,7 +80,7 @@ misc { vfr = true vrr = 2 mouse_move_enables_dpms = true - enable_swallow = true + enable_swallow = off swallow_regex = ^(kitty)$ focus_on_activate = false initial_workspace_tracking = 0 |
