aboutsummaryrefslogtreecommitdiff
path: root/src/layout/monitor.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-09-12 11:53:10 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-09-12 02:32:44 -0700
commitc3cb42f04d065c0e481ca66ae2a3edce7c5aac74 (patch)
treea6a63c2e8ec94ffeee9e7b02a3d68ab8df5480fc /src/layout/monitor.rs
parentd0e624e6153e1a22ea0737e6830ed4edd7333304 (diff)
downloadniri-c3cb42f04d065c0e481ca66ae2a3edce7c5aac74.tar.gz
niri-c3cb42f04d065c0e481ca66ae2a3edce7c5aac74.tar.bz2
niri-c3cb42f04d065c0e481ca66ae2a3edce7c5aac74.zip
Add SwitchPresetWindowHeight by id
Diffstat (limited to 'src/layout/monitor.rs')
-rw-r--r--src/layout/monitor.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/layout/monitor.rs b/src/layout/monitor.rs
index b712d8e9..3227c9c4 100644
--- a/src/layout/monitor.rs
+++ b/src/layout/monitor.rs
@@ -740,10 +740,6 @@ impl<W: LayoutElement> Monitor<W> {
self.active_workspace().toggle_width();
}
- pub fn toggle_window_height(&mut self) {
- self.active_workspace().toggle_window_height();
- }
-
pub fn toggle_full_width(&mut self) {
self.active_workspace().toggle_full_width();
}