added hypr
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Extra autostart processes
|
||||
# exec-once = uwsm-app -- my-service
|
||||
exec-once = uwsm app -- hyprsunset
|
||||
@@ -0,0 +1,57 @@
|
||||
# Application bindings
|
||||
bindd = SUPER, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)"
|
||||
bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window
|
||||
bindd = SUPER SHIFT, B, Browser, exec, omarchy-launch-browser
|
||||
bindd = SUPER SHIFT ALT, B, Browser (private), exec, omarchy-launch-browser --private
|
||||
bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify
|
||||
bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor
|
||||
bindd = SUPER SHIFT, T, Activity, exec, omarchy-launch-tui btop
|
||||
bindd = SUPER SHIFT, D, Docker, exec, omarchy-launch-tui lazydocker
|
||||
bindd = SUPER SHIFT, G, Signal, exec, omarchy-launch-or-focus ^signal$ "uwsm-app -- signal-desktop"
|
||||
bindd = SUPER SHIFT, O, Obsidian, exec, omarchy-launch-or-focus ^obsidian$ "uwsm-app -- obsidian -disable-gpu --enable-wayland-ime"
|
||||
bindd = SUPER SHIFT, W, Typora, exec, uwsm-app -- typora --enable-wayland-ime
|
||||
bindd = SUPER SHIFT, SLASH, Passwords, exec, uwsm-app -- 1password
|
||||
|
||||
# If your web app url contains #, type it as ## to prevent hyprland treating it as a comment
|
||||
bindd = SUPER SHIFT, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
|
||||
bindd = SUPER SHIFT ALT, A, Grok, exec, omarchy-launch-webapp "https://grok.com"
|
||||
bindd = SUPER SHIFT, C, Calendar, exec, omarchy-launch-webapp "https://app.hey.com/calendar/weeks/"
|
||||
bindd = SUPER SHIFT, E, Email, exec, omarchy-launch-webapp "https://app.hey.com"
|
||||
bindd = SUPER SHIFT, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
|
||||
bindd = SUPER SHIFT ALT, G, WhatsApp, exec, omarchy-launch-or-focus-webapp WhatsApp "https://web.whatsapp.com/"
|
||||
bindd = SUPER SHIFT CTRL, G, Google Messages, exec, omarchy-launch-or-focus-webapp "Google Messages" "https://messages.google.com/web/conversations"
|
||||
bindd = SUPER SHIFT, P, Google Photos, exec, omarchy-launch-or-focus-webapp "Google Photos" "https://photos.google.com/"
|
||||
bindd = SUPER SHIFT, X, X, exec, omarchy-launch-webapp "https://x.com/"
|
||||
bindd = SUPER SHIFT ALT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post"
|
||||
|
||||
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
|
||||
# unbind = SUPER, SPACE
|
||||
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|
||||
|
||||
# ====================================
|
||||
# For Hakase (Custom)
|
||||
|
||||
# Quit Button
|
||||
unbind = SUPER, W
|
||||
bindd = SUPER, Q, Close window, killactive
|
||||
|
||||
# Change focus (Vim Style)
|
||||
unbind = SUPER, K # bindings tutorial
|
||||
unbind = SUPER, J # toggle split
|
||||
|
||||
bindd = SUPER ALT, K, Show keybindings, exec, omarchy-menu-keybindings
|
||||
bindd = SUPER ALT, J, Toggle window split, togglesplit
|
||||
|
||||
bindd = SUPER, H, Move window focus left, movefocus, l
|
||||
bindd = SUPER, L, Move window focus right, movefocus, r
|
||||
bindd = SUPER, K, Move window focus up, movefocus, u
|
||||
bindd = SUPER, J, Move window focus down, movefocus, d
|
||||
|
||||
# Move active window (Vim Style)
|
||||
bindd = SUPER SHIFT, H, Swap window to the left, movewindow, l
|
||||
bindd = SUPER SHIFT, L, Swap window to the right, movewindow, r
|
||||
bindd = SUPER SHIFT, K, Swap window up , movewindow, u
|
||||
bindd = SUPER SHIFT, J, Swap window down, movewindow, d
|
||||
|
||||
# Web App URL
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
general {
|
||||
lock_cmd = omarchy-lock-screen # lock screen and 1password
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
inhibit_sleep = 3 # wait until screen is locked
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 150 # 2.5min
|
||||
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 330 # 5.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
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
||||
|
||||
# Use defaults Omarchy defaults (but don't edit these directly!)
|
||||
source = ~/.local/share/omarchy/default/hypr/autostart.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/media.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/clipboard.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/tiling-v2.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/utilities.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/input.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
||||
source = ~/.config/omarchy/current/theme/hyprland.conf
|
||||
|
||||
# Change your own setup in these files (and overwrite any settings from defaults!)
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/input.conf
|
||||
source = ~/.config/hypr/bindings.conf
|
||||
source = ~/.config/hypr/looknfeel.conf
|
||||
source = ~/.config/hypr/autostart.conf
|
||||
|
||||
# Add any other personal Hyprland configuration below
|
||||
# windowrule = workspace 5, class:qemu
|
||||
@@ -0,0 +1,39 @@
|
||||
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
||||
|
||||
background {
|
||||
monitor =
|
||||
color = $color
|
||||
path = ~/.config/omarchy/current/background
|
||||
blur_passes = 3
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 650, 100
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
inner_color = $inner_color
|
||||
outer_color = $outer_color
|
||||
outline_thickness = 4
|
||||
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
font_color = $font_color
|
||||
|
||||
placeholder_text = Enter Password
|
||||
check_color = $check_color
|
||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||
|
||||
rounding = 0
|
||||
shadow_passes = 0
|
||||
fade_on_empty = false
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint:enabled = true
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# Makes hyprsunset do nothing to the screen by default
|
||||
# Without this, the default applies some tint to the monitor
|
||||
# profile {
|
||||
# time = 07:00
|
||||
# identity = true
|
||||
# }
|
||||
|
||||
# To enable auto switch to nightlight, set in your .config/hypr/autostart:
|
||||
# exec-once = uwsm app -- hyprsunset
|
||||
# and use the following:
|
||||
profile {
|
||||
time = 20:00
|
||||
temperature = 4000
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# Control your input devices
|
||||
# See https://wiki.hypr.land/Configuring/Variables/#input
|
||||
input {
|
||||
# Use multiple keyboard layouts and switch between them with Left Alt + Right Alt
|
||||
# kb_layout = us,dk,eu
|
||||
kb_layout = us
|
||||
kb_options = compose:caps # ,grp:alts_toggle
|
||||
|
||||
# Change speed of keyboard repeat
|
||||
repeat_rate = 40
|
||||
repeat_delay = 300
|
||||
|
||||
# Start with numlock on by default
|
||||
numlock_by_default = true
|
||||
|
||||
# Increase sensitivity for mouse/trackpad (default: 0)
|
||||
# sensitivity = 0.35
|
||||
|
||||
touchpad {
|
||||
# Use natural (inverse) scrolling
|
||||
# natural_scroll = true
|
||||
|
||||
# Use two-finger clicks for right-click instead of lower-right corner
|
||||
# clickfinger_behavior = true
|
||||
|
||||
# Control the speed of your scrolling
|
||||
scroll_factor = 0.4
|
||||
}
|
||||
}
|
||||
|
||||
# Scroll nicely in the terminal
|
||||
windowrule = scrolltouchpad 1.5, class:(Alacritty|kitty)
|
||||
windowrule = scrolltouchpad 0.2, class:com.mitchellh.ghostty
|
||||
|
||||
# Enable touchpad gestures for changing workspaces
|
||||
# See https://wiki.hyprland.org/Configuring/Gestures/
|
||||
# gesture = 3, horizontal, workspace
|
||||
@@ -0,0 +1,24 @@
|
||||
# Change the default Omarchy look'n'feel
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
# No gaps between windows or borders
|
||||
# gaps_in = 0
|
||||
# gaps_out = 0
|
||||
# border_size = 0
|
||||
|
||||
# Use master layout instead of dwindle
|
||||
# layout = master
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
# Use round window corners
|
||||
# rounding = 8
|
||||
}
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Dwindle-Layout/
|
||||
dwindle {
|
||||
# Avoid overly wide single-window layouts on wide screens
|
||||
# single_window_aspect_ratio = 1 1
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# List current monitors and resolutions possible: hyprctl monitors
|
||||
# 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
|
||||
|
||||
monitor = DP-1, 3440x1440@180, 0x1080, 1
|
||||
monitor = DP-2, 1920x1080@165, 760x0, 1
|
||||
|
||||
# Good compromise for 27" or 32" 4K monitors (but fractional!)
|
||||
# env = GDK_SCALE,1.75
|
||||
# monitor=,preferred,auto,1.6
|
||||
|
||||
# Straight 1x setup for low-resolution displays like 1080p or 1440p
|
||||
# env = GDK_SCALE,1
|
||||
# monitor=,preferred,auto,1
|
||||
|
||||
# Example for Framework 13 w/ 6K XDR Apple display
|
||||
# monitor = DP-5, 6016x3384@60, auto, 2
|
||||
# monitor = eDP-1, 2880x1920@120, auto, 2
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/amber.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/arctic-blue.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/autumn-leaves.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blood-orange.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/blue-light-reduce.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/brightness-boost.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cel-shade.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cherry-blossom.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/chromatic-shift.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-blind-deuteranopia.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-invert.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/color-pop.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/comic-book.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cool-tone.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-breakdown.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crt-glitch.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/crunch-mode.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk-neon.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/cyberpunk.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/depth-of-field.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desaturate.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/desert-sand.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/dream.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/duotone.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/film-grain.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/forest-green.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/frost.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/fsociety.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/gameboy.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/genesis.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/glitch-wave.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/golden-hour.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/grayscale.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/high-contrast.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/holo-interface.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-180.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/hue-shift-90.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/infrared.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/liquid.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/low-light.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/midnight-purple.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-amber.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-blue.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-cyan.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-green.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-lavender.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-mint.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-orange.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-peach.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-pink.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-purple.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-red.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-teal.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/monochrome-yellow.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/negative.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/night-vision.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/noir.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/ocean.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/oil-paint.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/old-crt.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/posterize.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/power-crunch.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/protanopia.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/purple-haze.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/retro-glow.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/retro-vhs.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/saturate.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/scanlines.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/sepia.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/soft-contrast.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/solarize.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/sunset.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/system-meltdown.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/technicolor.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/thermal.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/tritanopia.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/tritone.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/underwater.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vaporwave.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-00s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-40s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-50s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-60s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-70s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-80s.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vibe-90s.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vintage-film.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/vintage.glsl
|
||||
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/warm-tone.glsl
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/aether/shaders/xray.glsl
|
||||
@@ -0,0 +1,3 @@
|
||||
screencopy {
|
||||
allow_token_by_default = true
|
||||
}
|
||||
Reference in New Issue
Block a user