Monitor configuration and fix menu command
This commit is contained in:
17
README.org
17
README.org
@@ -25,7 +25,11 @@ Run the block below with ~C-c C-c~ to tangle code blocks to config file.
|
||||
- [[https://wiki.hyprland.org/Configuring/Monitors][Hyprland Wiki - Configuring - Monitors]]
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
monitor=,preferred,auto,auto
|
||||
monitor = desc:LG Display 0x0625, disable
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 305MXUN80518, 2560x1440@144, 0x0, 1
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 112NTTQC0153, 2560x1440@165, 2560x0, 1
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 111NTUWM4574, 2560x1440@165, 5120x0, 1
|
||||
monitor = , preferred, auto, 1
|
||||
#+END_SRC
|
||||
|
||||
** Programs
|
||||
@@ -35,7 +39,7 @@ monitor=,preferred,auto,auto
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
$terminal = foot
|
||||
$fileManager = thunar
|
||||
$menu = rofi --show drun
|
||||
$menu = rofi -show combi
|
||||
#+END_SRC
|
||||
|
||||
** Autostart
|
||||
@@ -60,7 +64,7 @@ bind = SUPER, E, exec, uwsm app -- pcmanfm-qt.desktop
|
||||
|
||||
- [[https://wiki.hyprland.org/Configuring/Environment-variables/][Hyprland Wiki - Configuring - Environment Variables]]
|
||||
|
||||
=uwsm= users should avoid placing environment variables here. Instead, use =~/.config/uwsm/env= for theming, xcursor, nvidia and toolkit variables, and =~.config/uwsm/env-hyprland= for =HYPR*= and =AQ_*= variables. The format is =export KEY\=VAL=.
|
||||
=uwsm= users should avoid placing environment variables here. Instead, use =~/.config/uwsm/env= for theming, xcursor, nvidia and toolkit variables, and =~.config/uwsm/env-hyprland= for =HYPR*= and =AQ_*= variables. The format is =export KEY=VAL=.
|
||||
|
||||
#+BEGIN_EXAMPLE conf
|
||||
export XCURSOR_SIZE=24
|
||||
@@ -113,6 +117,7 @@ general {
|
||||
*** Decoration
|
||||
|
||||
- [[https://wiki.hyprland.org/Configuring/Variables/#decoration][Hyprland Wiki - Configuring - Variables - Decoration]]
|
||||
- [[https://wiki.hyprland.org/Configuring/Variables/#blur][Hyprland Wiki - Configuring - Variables - Blur]]
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
decoration {
|
||||
@@ -130,7 +135,6 @@ decoration {
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
@@ -147,9 +151,7 @@ decoration {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
enabled = true
|
||||
|
||||
bezier = easeOutQuint,0.23,1,0.32,1
|
||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
||||
@@ -259,7 +261,6 @@ device {
|
||||
|
||||
*** Mod Key
|
||||
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
#+END_SRC
|
||||
|
@@ -1,8 +1,12 @@
|
||||
monitor=,preferred,auto,auto
|
||||
monitor = desc:LG Display 0x0625, disable
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 305MXUN80518, 2560x1440@144, 0x0, 1
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 112NTTQC0153, 2560x1440@165, 2560x0, 1
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 111NTUWM4574, 2560x1440@165, 5120x0, 1
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
$terminal = foot
|
||||
$fileManager = thunar
|
||||
$menu = rofi --show drun
|
||||
$menu = rofi -show combi
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
@@ -38,7 +42,6 @@ decoration {
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
@@ -49,9 +52,7 @@ decoration {
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
enabled = true
|
||||
|
||||
bezier = easeOutQuint,0.23,1,0.32,1
|
||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
||||
|
Reference in New Issue
Block a user