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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[FileDialog]
|
||||
history=file:///home/Hane/Downloads
|
||||
lastVisited=file:///home/Hane/Downloads
|
||||
qtVersion=6.6.1
|
||||
history=file:///home/Hane/Downloads, file:///home/Hane
|
||||
lastVisited=file:///home/Hane
|
||||
qtVersion=6.7.2
|
||||
shortcuts=file:, file:///home/Hane
|
||||
sidebarWidth=100
|
||||
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2\t\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\v\0\0\0\x1\0\0\0\0\0\0\0\x42\0\0\0\x1\0\0\0\0\0\0\0\x43\0\0\0\x1\0\0\0\0\0\0\0y\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)
|
||||
|
|
|
|||
|
|
@ -19,3 +19,5 @@ vrr repeated fix pt2 https://gitlab.freedesktop.org/mesa/mesa/-/issues/11294
|
|||
shell https://www.masteringemacs.org/article/running-shells-in-emacs-overview
|
||||
git https://git.roboces.dev/
|
||||
windmove???? https://www.reddit.com/r/emacs/comments/rj8k32/the_pgtk_pure_gtk_branch_was_merged/
|
||||
vrr pt3 https://github.com/hyprwm/Hyprland/pull/6877#issuecomment-2230423256
|
||||
first priority minor mode https://emacs.stackexchange.com/questions/352/how-to-override-major-mode-bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue