diff --git a/foot.ini b/foot.ini index 72f59a7..9a5a490 100644 --- a/foot.ini +++ b/foot.ini @@ -18,7 +18,7 @@ font=Roboto Mono:size=10 # vertical-letter-offset=0 # underline-offset= # box-drawings-uses-font-glyphs=no -# dpi-aware=yes +dpi-aware=no # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= diff --git a/river/init b/river/init index 81a1f72..f71571a 100644 --- a/river/init +++ b/river/init @@ -14,8 +14,7 @@ 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 - +riverctl map normal Super D spawn "rofi -show run -theme solarized" # Super+Q to close the focused view riverctl map normal Super Q close @@ -160,4 +159,4 @@ riverctl csd-filter-add app-id "gedit" # Set and exec into the default layout generator, rivertile. # River will send the process group of the init executable SIGTERM on exit. riverctl default-layout rivertile -exec rivertile -view-padding 6 -outer-padding 6 \ No newline at end of file +exec rivertile -view-padding 3 -outer-padding 3 --main-ratio 0.7 \ No newline at end of file