From 0d78f6e7964c922329ca66d376cea2f95fb9083b Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 7 Aug 2022 11:20:24 +0200 Subject: [PATCH] Some changes --- foot.ini | 2 +- river/init | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/foot.ini b/foot.ini index 54eda40..a363969 100644 --- a/foot.ini +++ b/foot.ini @@ -8,7 +8,7 @@ title=Terminal # locked-title=no -font=monospace:size=7 +font=monospace:size=12 # font-bold= # font-italic= # font-bold-italic= diff --git a/river/init b/river/init index 3b26421..81a1f72 100644 --- a/river/init +++ b/river/init @@ -10,6 +10,8 @@ # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. +riverctl spawn waybar + # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) riverctl map normal Super Return spawn foot riverctl map normal Super D spawn bemenu-run @@ -21,13 +23,13 @@ riverctl map normal Super Q close riverctl map normal Super+Shift E exit # Super+J and Super+K to focus the next/previous view in the layout stack -riverctl map normal Super J focus-view next -riverctl map normal Super K focus-view previous +riverctl map normal Super K focus-view next +riverctl map normal Super J focus-view previous # Super+Shift+J and Super+Shift+K to swap the focused view with the next/previous # view in the layout stack -riverctl map normal Super+Shift J swap next -riverctl map normal Super+Shift K swap previous +riverctl map normal Super+Shift K swap next +riverctl map normal Super+Shift J swap previous # Super+Period and Super+Comma to focus the next/previous output riverctl map normal Super Period focus-output next @@ -38,7 +40,7 @@ riverctl map normal Super+Shift Period send-to-output next riverctl map normal Super+Shift Comma send-to-output previous # Super+Return to bump the focused view to the top of the layout stack -riverctl map normal Super Z zoom +riverctl map normal Super+Shift Return zoom # Super+H and Super+L to decrease/increase the main ratio of rivertile(1) riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05"