fuck around

This commit is contained in:
zoe 2023-03-05 21:11:22 +01:00
parent bbdb7d333d
commit 3b0d599046
2 changed files with 14 additions and 4 deletions

View File

@ -9,6 +9,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=eDP-1,auto,auto,1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -142,6 +143,11 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
@ -157,10 +163,10 @@ bind=$mainMod,R,submap,resize # will switch to a submap called resize
submap=resize # will start a submap called "resize"
binde=,l,resizeactive,10 0
binde=,h,resizeactive,-10 0
binde=,k,resizeactive,0 -10
binde=,j,resizeactive,0 10
binde=,l,resizeactive,50 0
binde=,h,resizeactive,-50 0
binde=,k,resizeactive,0 -50
binde=,j,resizeactive,0 50
bind=,escape,submap,reset # use reset to go back to the global submap

View File

@ -117,9 +117,11 @@ in
unstable.nodePackages.typescript-language-server
nodePackages.live-server
nodePackages.vscode-html-languageserver-bin
nodePackages.vscode-css-languageserver-bin
## rust
rust-analyzer
rustup
taplo
## python
python311
black
@ -127,6 +129,8 @@ in
graphviz
# 3d
blender
# godot
unstable.godot_4
# help
tealdeer