mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Nextcloud
This commit is contained in:
@@ -42,6 +42,7 @@ append_keymap = [
|
|||||||
{ on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" },
|
{ on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" },
|
||||||
{ on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" },
|
{ on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" },
|
||||||
{ on = [ "g", "b" ], run = "cd ~/webdav/notes", desc = "Go to notes" },
|
{ 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", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },
|
||||||
{ on = [ "g", "t" ], run = "cd ~/.local/share/Trash", desc = "Go to Trash" },
|
{ 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" },
|
{ on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ bind = $mainMod, B, exec, firefox
|
|||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, F, togglefloating,
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod, P, exec, $menu
|
bind = $mainMod, P, exec, $menu
|
||||||
|
bind = $mainMod, E, exec, nemo
|
||||||
|
|
||||||
# Some keybindings for screenshot and colorpicking
|
# Some keybindings for screenshot and colorpicking
|
||||||
bind = , Print, exec, hyprshot -m region --clipboard-only
|
bind = , Print, exec, hyprshot -m region --clipboard-only
|
||||||
@@ -225,6 +226,8 @@ windowrulev2 = tile, class:(sioyek)
|
|||||||
windowrulev2 = float, title:(Select Document)
|
windowrulev2 = float, title:(Select Document)
|
||||||
windowrulev2 = float, class:(Nextcloud)
|
windowrulev2 = float, class:(Nextcloud)
|
||||||
windowrulev2 = move 1450 28, 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 = size 800 450, class:(org.pulseaudio.pavucontrol)
|
||||||
windowrulev2 = move 40 80, 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:(org.pulseaudio.pavucontrol)
|
||||||
windowrulev2 = float, class:(cheese)
|
windowrulev2 = float, class:(cheese)
|
||||||
windowrulev2 = float, class:(nemo)
|
windowrulev2 = float, class:(nemo)
|
||||||
|
windowrulev2 = size 1200 900, class:(nemo)
|
||||||
|
|
||||||
|
|
||||||
windowrulev2 = move 50 100, class:(xdragon)
|
windowrulev2 = move 50 100, class:(xdragon)
|
||||||
|
|||||||
Reference in New Issue
Block a user