Minor updates because I changes stuff around
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
monitor=eDP-1,1920x1080@60,0x0,1
|
||||
|
||||
# - Home monitor settings -
|
||||
monitor=,1920x1080@144,auto,1
|
||||
monitor=,1920x1080@165,auto,1
|
||||
|
||||
# monitor = , highres, 0x-1080, 1
|
||||
# Enabling mirror
|
||||
@@ -13,7 +13,7 @@ monitor=,1920x1080@144,auto,1
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = ibus-daemon -rxRd
|
||||
# exec-once = ibus-daemon -rxRd
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = alacritty
|
||||
@@ -80,9 +80,9 @@ animations {
|
||||
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = myBezier, .77,.39,.25,.92
|
||||
|
||||
animation = windows, 1, 3, myBezier
|
||||
animation = windows, 1, 4, myBezier
|
||||
# animation = windowsOut, 1, 4, default, popin 100%
|
||||
animation = windowsOut, 1, 2, myBezier
|
||||
animation = windowsOut, 1, 3, myBezier
|
||||
# animation = border, 1, 7, default
|
||||
# animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
@@ -113,17 +113,17 @@ misc {
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
#device:epic-mouse-v1 {
|
||||
# sensitivity = -0.5
|
||||
#}
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
windowrulev2 = nofullscreenrequest, class:*
|
||||
#windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
#windowrulev2 = nofullscreenrequest, class:*
|
||||
|
||||
# Floating windows by default
|
||||
windowrule = float, Helvum
|
||||
@@ -148,7 +148,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, period, exec, wofi-emoji
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
# Fullscreen
|
||||
@@ -203,6 +203,10 @@ bind = $mainMod, mouse_up , workspace, m+1
|
||||
bind = $mainMod SHIFT, mouse_down, workspace, r-1
|
||||
bind = $mainMod SHIFT, mouse_up , workspace, r+1
|
||||
|
||||
# Create new workspace on screen. Go to previous workspace on screen
|
||||
bind = $mainMod, N, workspace, r+1
|
||||
bind = $mainMod, P, workspace, r-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
@@ -229,10 +233,10 @@ bind = $mainMod, Print, exec, gnome-screenshot -i
|
||||
bind = $mainMod, L, exec, swaylock
|
||||
|
||||
# Screenshot
|
||||
## Area shot, copy to clipboard
|
||||
# Area shot, copy to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||
|
||||
## Wholescreen, save to $HOME/Screenshots/
|
||||
# Wholescreen, save to $HOME/Screenshots/
|
||||
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
|
||||
|
||||
# NVIDIA
|
||||
|
||||
Reference in New Issue
Block a user