-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from erictossell/swww
swww
- Loading branch information
Showing
20 changed files
with
97 additions
and
120 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
### Hyprland Hotkeys | ||
|
||
| Key | Action | | ||
| --- | --- | | ||
|`Super + q` | Launch foot ina new window | | ||
|`Super + w` | Kill Window | | ||
|`Super + e` | Launch `thunar` in a new window | | ||
|`Super + r` | Launch Wofi | | ||
|`Super + t` | Open Tmux in a new window | | ||
|`Super + g` | Launch Firefox | | ||
|`Super + f` | Fullscreen window mode | | ||
|`Super + l` | Lock Screen | | ||
|`Super + s` | Take a Screenshot - Outputs to `~/Pictures/Screenshots` | | ||
|`Super + a` | Open Audio Controls | | ||
|`Super + o` | Toggle Waybar On/Off | | ||
|`Super + v` | Launch Neovim in a new Window | | ||
|`Super + 0` | Exit Hyprland | | ||
|`Super + p` | Psudeo window mode | | ||
|`Super + j` | Toggle split | | ||
|`Super + 1-9` | Workspace 1-9 | | ||
|
||
### Hyprland Mouse actions | ||
|
||
| Key | Action | | ||
| --- | --- | | ||
|`Super + Left Click` | Move Window | | ||
|`Super + Right Click` | Resize Window | | ||
|
||
### Bash Aliases | ||
|
||
Can be found here: [bash aliases](https://github.com/erictossell/nixflakes/blob/main/modules/core/terminal/bash/default.nix) | ||
|
||
|
||
### Eriixvim Keybindings | ||
|
||
Can be found here: [eriixvim keybindings](https://github.com/erictossell/eriixvim/blob/main/docs/keybinds.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
ranger | ||
ripgrep | ||
todoist | ||
tty-clock | ||
unzip | ||
wget | ||
vim | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
imports = [ | ||
./bluetooth | ||
./network | ||
./sound | ||
./audio | ||
]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.