Skip to content

Commit

Permalink
BSPWN
Browse files Browse the repository at this point in the history
  • Loading branch information
4xLoff committed Mar 8, 2024
1 parent dda258f commit 78acd21
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions _posts/blog/2024-02-13-Entorno-Pentesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,42 @@ You can choose the mode you prefer.

![list](/assets/img/entorno/final.png){:.lead width="800" height="100" loading="lazy"}

## hotkeys

| Shortcut | Description |
|------------------------|-------------|
| super + Return | Terminal Emulator - /usr/bin/kitty |
| super + d | Program Launcher - rofi |
| super + Escape | Reload sxhkd configuration |
| super + alt + {q,r} | Quit/Restart bspwm |
| super + {_,shift + }q | Close/Kill window |
| super + m | Toggle between tiled and monocle layout |
| super + y | Send newest marked window to newest preselected window |
| super + g | Swap current window with biggest window |
| super + {t,shift + t,s,f} | Set window state |
| super + ctrl + {m,x,y,z} | Set window flags |
| super + {_,shift + }{Left,Down,Up,Right} | Focus window in given direction |
| super + {p,b,comma,period} | Focus next/previous window on current desktop |
| super + {_,shift + }c | Focus next/previous window on current desktop |
| super + bracket{left,right} | Focus next/previous desktop on current monitor |
| super + {grave,Tab} | Focus last window/desktop |
| super + {o,i} | Focus older/newer window in focus history |
| super + {_,shift + }{1-9,0} | Focus or send to given desktop |
| super + ctrl + alt + {Left,Down,Up,Right} | Preselect direction |
| super + ctrl + {1-9} | Preselect ratio |
| super + ctrl + alt + space | Cancel preselection for focused window |
| super + ctrl + shift + space | Cancel preselection for focused desktop |
| super + alt + {Left,Down,Up,Right} | Expand window |
| super + alt + shift + {Left,Down,Up,Right} | Contract window |
| super + ctrl + {Left,Down,Up,Right} | Move floating window |
| super + {Left,Down,Up,Right} | Custom move window |
| super + shift + f | Open Firefox |
| super + shift + g | Open Chrome |
| super + b | Open BurpSuite Community Edition |
| super + shift + o | Open Obsidian |
| super + q | Lock screen with i3lock-fancy |


---

```bash
Expand Down

0 comments on commit 78acd21

Please sign in to comment.