emacs: treemacs, remappings. hyprl: vfr
This commit is contained in:
parent
983a04745f
commit
597c43c740
4 changed files with 185 additions and 41 deletions
|
|
@ -60,7 +60,7 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = [workspace 1 silent] qutebrowser
|
||||
exec-once = [workspace 2 silent] qutebrowser
|
||||
exec-once = [workspace 1 silent] emacs
|
||||
exec-once = [workspace special:aux silent] konsole
|
||||
exec-once = vesktop
|
||||
|
|
@ -222,7 +222,7 @@ misc {
|
|||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
no_direct_scanout = true #Important!
|
||||
vfr = 0 #VRR stutter?
|
||||
vfr = true #Fullscreen stutter in fullscreen videos with this on, as if VRR was disabled
|
||||
}
|
||||
|
||||
group {
|
||||
|
|
@ -303,23 +303,23 @@ bind = $mainMod, B, exec, cliphist list | wofi --dmenu | cliphist decode | wl-co
|
|||
bind = $mainMod, R, exec, $menu
|
||||
bind = $secondaryMod, P, pseudo, # dwindle
|
||||
bind = $secondaryMod, L, togglesplit, # dwindle
|
||||
bind = $secondaryMod, P, layoutmsg, swapwithmaster # master
|
||||
bind = $secondaryMod, L, layoutmsg, orientationnext # master
|
||||
bind = $secondaryMod, P, layoutmsg, swapwithmaster # master ;
|
||||
bind = $secondaryMod, code:47, layoutmsg, orientationnext # master
|
||||
bind = $secondaryMod, M, layoutmsg, addmaster # master
|
||||
bind = $secondaryMod, N, layoutmsg, removemaster # master
|
||||
bind = $secondaryMod, H, layoutmsg, mfact -0.1 # master
|
||||
bind = $secondaryMod, Y, layoutmsg, mfact +0.1 # master
|
||||
bind = $secondaryMod, Y, layoutmsg, mfact -0.1 # master
|
||||
bind = $secondaryMod, U, layoutmsg, mfact +0.1 # master
|
||||
bind = $secondaryMod, code:60, exec, wofi-emoji #. key
|
||||
|
||||
# Group management
|
||||
bind = SUPER, I, togglegroup,
|
||||
bind = $secondaryMod, I, togglegroup,
|
||||
bind = ALT, Tab, changegroupactive, f
|
||||
bind = ALT SHIFT, Tab, changegroupactive, b
|
||||
bind = SUPER, L, moveintogroup, r
|
||||
bind = SUPER, K, moveintogroup, u
|
||||
bind = SUPER, J, moveintogroup, d
|
||||
bind = SUPER, H, moveintogroup, l
|
||||
bind = SUPER, O, moveoutofgroup, active
|
||||
bind = $secondaryMod, L, moveintogroup, r
|
||||
bind = $secondaryMod, K, moveintogroup, u
|
||||
bind = $secondaryMod, J, moveintogroup, d
|
||||
bind = $secondaryMod, H, moveintogroup, l
|
||||
bind = $secondaryMod, O, moveoutofgroup, active
|
||||
#resizeactive moveactive swapwindow movewindow
|
||||
|
||||
# Locks and exits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue