-
Notifications
You must be signed in to change notification settings - Fork 48
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 #13 from JLErvin/devel
Fixed symlink issue
- Loading branch information
Showing
2 changed files
with
75 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# | ||
# wm independent hotkeys | ||
# | ||
|
||
# terminal emulator | ||
super + Return | ||
urxvt | ||
|
||
# program launcher | ||
super + d | ||
dmenu_run | ||
|
||
# make sxhkd reload its configuration files: | ||
super + Escape | ||
pkill -USR1 -x sxhkd | ||
|
||
# | ||
# berry hotkeys | ||
# | ||
|
||
super + {h, j, k, l} | ||
berryc window_move {-50 0, 0 50, 0 -50, 50 0} | ||
|
||
super + shift + {h, j, k, l} | ||
berryc window_resize {-50 0, 0 50, 0 -50, 50 0} | ||
|
||
super + {0-9} | ||
berryc switch_workspace {0-9} | ||
|
||
super + shift + {0-9} | ||
berryc send_to_workspace {0-9} | ||
|
||
super + m | ||
berryc window_monocle | ||
|
||
super + f | ||
berryc fullscreen | ||
|
||
super + p | ||
berryc snap_right | ||
|
||
super + o | ||
berryc snap_left | ||
|
||
super + o | ||
berryc snap_left | ||
|
||
super + n | ||
berryc toggle_decorations | ||
|
||
super + Tab | ||
berryc cycle_focus | ||
|
||
super + q | ||
berryc window_close | ||
|
||
super + c | ||
berryc window_center | ||
|
||
alt + !button1 | ||
berryc pointer_move 1 | ||
|
||
alt + @button1 | ||
berryc pointer_move 2 | ||
|
||
~button1 | ||
berryc pointer_move 0 0 |
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