Skip to content

Commit

Permalink
defaults/skel: add keytboard shortcuts to tile the active window left…
Browse files Browse the repository at this point in the history
…/right/top right/bottom right

- fixes #113
  • Loading branch information
nodiscc committed Jul 24, 2022
1 parent 5d5978f commit d26d22b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed
- defaults/skel: autostart keepassxc on login
- defaults/skel: enable KeepassXC/Firefox integration by default
- defaults/skel: add keytboard shortcuts to tile the active window left/right/top right/bottom right (`Super+Left/Right/Up/Down`)
- defaults/skel: `.gitconfig`: remember git HTTP credentials, use rebase mode by default for `git pull`
- packages: install yt-dlp from [debian backports](https://packages.debian.org/bullseye-backports/yt-dlp) instead of [third-party](https://nodiscc.gitlab.io/toolbox/) repository

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Down" type="string" value="move_window_down_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_workspace_key"/>
<property name="&lt;Super&gt;Right" type="string" value="tile_right_key"/>
<property name="&lt;Super&gt;Left" type="string" value="tile_left_key"/>
<property name="&lt;Super&gt;Up" type="string" value="tile_up_right_key"/>
<property name="&lt;Super&gt;Down" type="string" value="tile_down_right_key"/>
</property>
</property>
<property name="providers" type="array">
Expand Down

0 comments on commit d26d22b

Please sign in to comment.