mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
hyprland docs for the epic discord post
This commit is contained in:
parent
d08ce9b361
commit
211c367427
1 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
monitor=,preferred,auto,1
|
||||
|
||||
exec-once = waybar & swaybg -m fill --image /home/leon/Pictures/green_leaves.jpg & mako
|
||||
exec-once = swaybg -m fill --image /home/leon/Pictures/green_leaves.jpg & mako
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -26,7 +26,7 @@ input {
|
|||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
gaps_out = 10
|
||||
border_size = 1
|
||||
col.active_border = rgba(8ec07cff)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
@ -35,8 +35,8 @@ general {
|
|||
}
|
||||
|
||||
decoration {
|
||||
rounding = 2
|
||||
blur = yes
|
||||
rounding = 0
|
||||
blur = no
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_new_optimizations = on
|
||||
|
@ -49,9 +49,6 @@ decoration {
|
|||
|
||||
animations {
|
||||
enabled = yes
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 2, myBezier
|
||||
|
@ -83,12 +80,13 @@ device:epic mouse V1 {
|
|||
|
||||
$mainMod = SUPER
|
||||
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod SHIFT, Return, exec, foot
|
||||
bind = $mainMod SHIFT, B, exec, google-chrome-stable --enable-features=TouchpadOverscrollHistoryNavigation
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, g, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi --show drun
|
||||
bind = $mainMod SHIFT, P, exec, rofi -show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, v, togglesplit, # dwindle
|
||||
bind = $mainMod, f, fullscreen, # dwindle
|
||||
|
|
Loading…
Reference in a new issue