diff --git a/bindings.conf b/bindings.conf new file mode 100644 index 0000000..7da11df --- /dev/null +++ b/bindings.conf @@ -0,0 +1,22 @@ +# Application bindings +$terminal = uwsm-app -- xdg-terminal-exec +$browser = omarchy-launch-browser +$browser2 = brave + +bindd = SUPER, RETURN, Terminal, exec, $terminal --working-directory="$(omarchy-cmd-terminal-cwd)" +bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window +bindd = SUPER SHIFT, B, Browser, exec, $browser +bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor +bindd = SUPER SHIFT, T, Activity, exec, $terminal -e btop +bindd = SUPER SHIFT, G, Signal, exec, omarchy-launch-or-focus signal "uwsm-app -- signal-desktop" +bindd = SUPER SHIFT, O, Notesnook, exec, notesnook +#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, Y, YouTube, exec, $browser2 +bindd = SUPER SHIFT CTRL, G, Signal messenger, exec, signal-desktop + +# Overwrite existing bindings, like putting Omarchy Menu on Super + Space +# unbind = SUPER, SPACE +# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu diff --git a/monitors.conf b/monitors.conf new file mode 100644 index 0000000..04d37cd --- /dev/null +++ b/monitors.conf @@ -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 +# You must relaunch Hyprland after changing any envs (use Super+Esc, then Relaunch) + +# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K. +#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 + +# Straight 1x setup for low-resolution displays like 1080p or 1440p + env = GDK_SCALE,1 + #monitor=,preferred,auto,1 + monitor=DP-2,highres,0x0,1 + monitor=DP-1,highres,2560x0,1 + monitor=HDMI-A-1,highres,5120x0,1 +# Example for Framework 13 w/ 6K XDR Apple display +# monitor = DP-5, 6016x3384@60, auto, 2 +# monitor = eDP-1, 2880x1920@120, auto, 2