diff --git a/cli/dot-config/yazi/keymap.toml b/cli/dot-config/yazi/keymap.toml index 5440d9c..343a86e 100644 --- a/cli/dot-config/yazi/keymap.toml +++ b/cli/dot-config/yazi/keymap.toml @@ -42,6 +42,7 @@ append_keymap = [ { on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" }, { on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" }, { on = [ "g", "b" ], run = "cd ~/webdav/notes", desc = "Go to notes" }, + { on = [ "g", "x" ], run = "cd ~/Nextcloud", desc = "Go to nextcloud" }, { on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" }, { on = [ "g", "t" ], run = "cd ~/.local/share/Trash", desc = "Go to Trash" }, { on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" }, diff --git a/gui/dot-config/hypr/hyprland.conf b/gui/dot-config/hypr/hyprland.conf index 3a5e6e6..83a083f 100644 --- a/gui/dot-config/hypr/hyprland.conf +++ b/gui/dot-config/hypr/hyprland.conf @@ -92,6 +92,7 @@ bind = $mainMod, B, exec, firefox bind = $mainMod, M, exit, bind = $mainMod, F, togglefloating, bind = $mainMod, P, exec, $menu +bind = $mainMod, E, exec, nemo # Some keybindings for screenshot and colorpicking bind = , Print, exec, hyprshot -m region --clipboard-only @@ -225,6 +226,8 @@ windowrulev2 = tile, class:(sioyek) windowrulev2 = float, title:(Select Document) windowrulev2 = float, class:(Nextcloud) windowrulev2 = move 1450 28, class:(Nextcloud) +windowrulev2 = move 900 50, title:(Nextcloud Settings) +windowrulev2 = size 700 800, title:(Nextcloud Settings) windowrulev2 = size 800 450, class:(org.pulseaudio.pavucontrol) windowrulev2 = move 40 80, class:(org.pulseaudio.pavucontrol) @@ -232,6 +235,7 @@ windowrulev2 = move 1300 80, class:(nm-connection-editor) windowrulev2 = float, class:(org.pulseaudio.pavucontrol) windowrulev2 = float, class:(cheese) windowrulev2 = float, class:(nemo) +windowrulev2 = size 1200 900, class:(nemo) windowrulev2 = move 50 100, class:(xdragon)