Skip to content

Instantly share code, notes, and snippets.

@matsuu
Last active November 9, 2025 01:02
Show Gist options
  • Select an option

  • Save matsuu/62183fbdb236302762cf4bda949ff589 to your computer and use it in GitHub Desktop.

Select an option

Save matsuu/62183fbdb236302762cf4bda949ff589 to your computer and use it in GitHub Desktop.
Omarchy初期セットアップ
  • SUPER ALT + SPACE -> Update -> Omarchy
  • SUPER ALT + SPACE -> Install -> Terminal -> Ghostty
  • SUPER ALT + SPACE -> Install -> Package -> fcitx5-configtool
  • SUPER ALT + SPACE -> Install -> AUR -> fcitx5-mozc-ut
  • SUPER + RETURN -> fcitx5-configtool
  • SUPER + ESC -> Restart
--- a/.config/ghostty/config 2025-11-08 09:08:32.937891561 +0900
+++ b/.config/ghostty/config 2025-11-08 21:19:59.236620146 +0900
@@ -8,8 +8,8 @@
# Window
window-theme = ghostty
-window-padding-x = 14
-window-padding-y = 14
+window-padding-x = 0
+window-padding-y = 0
confirm-close-surface=false
resize-overlay = never
gtk-toolbar-style = flat
--- a/.config/hypr/hypridle.conf 2025-11-08 09:08:32.937963554 +0900
+++ b/.config/hypr/hypridle.conf 2025-11-09 09:11:51.110841204 +0900
@@ -7,16 +7,18 @@
listener {
timeout = 150 # 2.5min
- on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
+ #on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
+ on-timeout = brightnessctl -s set 5
+ on-resume = brightnessctl -r
}
listener {
- timeout = 300 # 5min
+ timeout = 600 # 10min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
- timeout = 330 # 5.5min
+ timeout = 630 # 10.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
}
--- a/.config/hypr/input.conf 2025-11-08 09:08:33.624022624 +0900
+++ b/.config/hypr/input.conf 2025-11-08 22:39:12.343906908 +0900
@@ -18,10 +18,12 @@
touchpad {
# Use natural (inverse) scrolling
- # natural_scroll = true
+ natural_scroll = true
# Use two-finger clicks for right-click instead of lower-right corner
- # clickfinger_behavior = true
+ clickfinger_behavior = true
+
+ tap-to-click = false
# Control the speed of your scrolling
scroll_factor = 0.4
--- a/.config/hypr/looknfeel.conf 2025-11-08 09:08:32.937966275 +0900
+++ b/.config/hypr/looknfeel.conf 2025-11-08 21:19:32.398598305 +0900
@@ -3,8 +3,8 @@
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
# No gaps between windows
- # gaps_in = 0
- # gaps_out = 0
+ gaps_in = 0
+ gaps_out = 0
# Use master layout instead of dwindle
# layout = master
--- a/.config/hypr/monitors.conf 2025-11-08 09:08:32.937966275 +0900
+++ b/.config/hypr/monitors.conf 2025-11-08 22:22:17.477366607 +0900
@@ -3,13 +3,16 @@
# Format: monitor = [port], resolution, position, scale
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
-env = GDK_SCALE,2
-monitor=,preferred,auto,auto
+# env = GDK_SCALE,2
+# monitor=,preferred,auto,auto
# Good compromise for 27" or 32" 4K monitors (but fractional!)
# env = GDK_SCALE,1.75
# monitor=,preferred,auto,1.666667
+env = GDK_SCALE,1
+monitor=,preferred,auto,1.2
+
# Straight 1x setup for low-resolution displays like 1080p or 1440p
# env = GDK_SCALE,1
# monitor=,preferred,auto,1
--- a/.config/nvim/lua/plugins/disable-flash.lua 1970-01-01 09:00:00.000000000 +0900
+++ b/.config/nvim/lua/plugins/disable-flash.lua 2025-11-09 09:17:22.053293470 +0900
@@ -0,0 +1,3 @@
+return {
+ { "folke/flash.nvim", enabled = false },
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment